Socket
Socket
Sign inDemoInstall

appengine-config

Package Overview
Dependencies
5
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    appengine-config

Generate an app.yaml config from templates and inject environment variables. Useful for creating environment specific configs at deploy time.


Version published
Weekly downloads
1
Maintainers
1
Install size
13.2 MB
Created
Weekly downloads
 

Readme

Source

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.

Keywords

FAQs

Last updated on 15 Jan 2017

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc