appengine-config
v1.0.5
Published
Generate an app.yaml config from templates and inject environment variables. Useful for creating environment specific configs at deploy time.
Maintainers
Readme
App Engine Config
Generate an app.yaml config from templates and inject environment variables. Useful for creating environment specific configs at deploy time.
Installation
npm install --save-dev appengine-configUsage
appengine-config -s env/app.staging.yaml -e SECRET_KEY=kafjl&a%5js2fi32l -e ANOTHER_SECET=testaccountOptions
Usage: appengine-config [options]
Options:
-h, --help output usage information
-V, --version output the version number
-s, --source [path] Source file
-o, --output [path] Output file
-e, --env [key=value] Enviroment variableBy default, the output will be /app.yaml.
