ebenv

0.1.0 • Public • Published

ebenv

License Info

Tool used to manipulate the environment variables of an AWS Elastic Beanstalk environment with json, yml or properties files.

Installation

npm install -g ebenv

Usage

Export current config to file

ebenv export [--format <format><destfile>
 
    destfile    The path to the file where the environment will be written.
                If the filename ends with .json, .yml or .properties, the corresponding format will be used when writing the file.
                (required)
 
    --format    Force a format.
                (optional)
                Options are: json, yml, properties  

Examples:

ebenv export myfile.json
ebenv export myfile.yml
ebenv export myfile.properties
ebenv export --format=json myfile

Write a file to the AWS config

ebenv import [--format <format><destfile>
 
    destfile    The path of your config file.
                If the filename ends with .json, .yml or .properties, the corresponding format will be used when reading the file.
                (required)
 
    --format    Force a format.
                (optional)
                Options are: json, yml, properties  

Examples:

ebenv import myfile.json
ebenv import myfile.yml
ebenv import myfile.properties
ebenv import --format=json myfile

Dependents (0)

Package Sidebar

Install

npm i ebenv

Weekly Downloads

0

Version

0.1.0

License

MIT

Last publish

Collaborators

  • vdurmont