Skip to content

Commit

Permalink
Merge branch 'develop'
Browse files Browse the repository at this point in the history
  • Loading branch information
cwdcwd committed Jan 10, 2022
2 parents 206fb83 + 362bf51 commit f529131
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ This module will:
* --service aws application service
* --overwrite optional flag to overwrite existing parameters
* --encrypt optional flag to encrypt the parameters

- exportAllParams: export all parameters from AWS Parameter Store to hierarchical folders
* --folder folder to save parameters to
* --env optional aws application environment
#### Tests
`npm test`

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opentorc/config-wrapper",
"version": "1.2.0",
"version": "1.2.1",
"description": "config management wrapper",
"main": "./src/index.js",
"bin": {
Expand Down
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ function displayHelp() {
{bold.blue * --service} aws application service
{bold.blue * --overwrite} optional flag to overwrite existing parameters
{bold.blue * --encrypt} optional flag to encrypt the parameters
{underline.green exportAllParams:} export all parameters from AWS Parameter Store to hierachical folders
{underline.green exportAllParams:} export all parameters from AWS Parameter Store to hierarchical folders
{bold.blue * --folder} folder to save parameters to
{bold.blue * --env} optional aws application environment
`)
Expand Down

0 comments on commit f529131

Please sign in to comment.