Skip to content

Commit

Permalink
Merge branch 'master' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
cwdcwd authored Jan 24, 2022
2 parents bd0b21d + f529131 commit 49c53f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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 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 49c53f8

Please sign in to comment.