@mymoons/envs
v1.0.5
Published
CLI application to save your envs and read envs using aws credentials or aws profile
Downloads
10
Keywords
Readme
ENVS
CLI application to save your envs and read envs using aws credentials or aws profile
Installation
$ npm i -g @mymoons/envs
Getting started
upload
command to upload env : upload
arguments:
Options:
--help Show help [boolean]
--version Show version number [boolean]
-e, --envName environment file name [string] [required]
--projectName, --proj Project name to be saved as prefix in parameter
store [string] [required]
-s, --stage Stage project to be saved as prefix in parameter
store [string] [required]
-a, --authType Auth Type for AWS config [string] [required]
--profile, --prof AWS profile [string]
get
arguments:
command to get env : get
Options:
--help Show help [boolean]
--version Show version number [boolean]
--parameterFilter, --param parameter filter to be searched in parameter
store [string] [required]
-s, --searchParameter Project name to be saved as prefix in
parameter store [string] [required]
-a, --authType Auth Type for AWS config [string] [required]
-e, --envName environment file name [string] [required]
--profile, --prof AWS profile [string]