0.1.0 • Published 9 years ago
ebenv v0.1.0
ebenv
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
0.1.0
9 years ago