Export recursively
Open
enhancement
Hacktoberfest
help wanted
- Dominant language
- Python
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
dump command should be able to export recursively.
Let's say you have 2 SSM parameters:
- /app/test/app1/FOO_VAR
- /app/test/app2/BAR_VAR
```
ssm-loader dump /app/test/app1
```
works ok
but:
```
ssm-loader dump /app
```
should return all values under /app, but it doesn't.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.