An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# aws-ssm-get-param-cli [![CircleCI](https://circleci.com/gh/shelfio/aws-ssm-get-param-cli/tree/master.svg?style=svg)](https://circleci.com/gh/shelfio/aws-ssm-get-param-cli/tree/master)![](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)

> 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)