🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

creaku

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

creaku

Heroku app creator

0.2.0
latest
Source
npm
Version published
Weekly downloads
2
Maintainers
1
Weekly downloads
 
Created
Source

creaku

creaku

Heroku app creator. Useful when you want to create an app and clone it to create multiple environments.

Installation

Run npm install -g creaku.

Usage

> creaku <my_conf.cfg> --key <MY_HEROKU_API_KEY>

or

> export HEROKU_API_KEY=<MY_HEROKU_API_KEY>
> creaku <my_conf.cfg>

Configuration file

...is in YAML format. Example:

# Base name of the Heroku app. Will create an app for each combination of `${name}-#{envs}`.
name: creaku-test
# env vars to set for the app.
envVars:
  foo: 42
  bar: "oh yeah"
# App environments (appended to `name` when creating the app).
envs:
 - foo
 - bar
# Add collaborators.
collaborators:
 - john.doe@sev.en
 - david.mills@sev.en

Keywords

heroku

FAQs

Package last updated on 09 Apr 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts