Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add flag -env-entire-path #53

Merged
merged 1 commit into from Mar 3, 2022
Merged

add flag -env-entire-path #53

merged 1 commit into from Mar 3, 2022

Conversation

handlename
Copy link
Owner

@handlename handlename commented Mar 3, 2022

enable to using entire path of parameter.
rel #51

$ aws ssm get-parameters-by-path --path /test --recursive | jq '.Parameters[].Name'
"/test/parameter/foo"

$ ssmwrap -paths /test -- env | ag FOO
FOO=this is foo

$ ssmwrap -paths /test -env-entire-path -- env | ag FOO
TEST_PARAMETER_FOO=this is foo

enable to using entire path of parameter.
@handlename handlename merged commit 529cc5f into master Mar 3, 2022
@handlename handlename deleted the feature/entire-path-flag branch March 3, 2022 08:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant