Skip to content

Generate an app.yaml config from a provided template and inject environment variables.

Notifications You must be signed in to change notification settings

hgascoigne/appengine-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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-config

Usage

appengine-config -s env/app.staging.yaml -e SECRET_KEY=kafjl&a%5js2fi32l -e ANOTHER_SECET=testaccount

Options

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 variable

By default, the output will be /app.yaml.

About

Generate an app.yaml config from a provided template and inject environment variables.

Resources

Stars

Watchers

Forks

Packages

No packages published