https://github.com/shelfio/aws-ssm-get-param-cli
Get value of SSM parameter
https://github.com/shelfio/aws-ssm-get-param-cli
cli npm-package
Last synced: 7 months ago
JSON representation
Get value of SSM parameter
- Host: GitHub
- URL: https://github.com/shelfio/aws-ssm-get-param-cli
- Owner: shelfio
- License: mit
- Created: 2021-01-31T14:29:25.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2025-05-31T00:05:07.000Z (7 months ago)
- Last Synced: 2025-05-31T10:52:35.754Z (7 months ago)
- Topics: cli, npm-package
- Language: JavaScript
- Size: 106 KB
- Stars: 3
- Watchers: 16
- Forks: 0
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: license
Awesome Lists containing this project
README
# aws-ssm-get-param-cli [](https://circleci.com/gh/shelfio/aws-ssm-get-param-cli/tree/master)
> Fetch SSM parameter
## Usage
```
$ export DOMAIN=$(npx @shelf/aws-ssm-get-param-cli "/prod/domain")
```
## Publish
```sh
$ git checkout master
$ yarn version
$ yarn publish
$ git push origin master --tags
```
## License
MIT © [Shelf](https://shelf.io)