Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/josefaidt/psecrets

Utility for managing project secrets and parameters with AWS SSM Parameter Store
https://github.com/josefaidt/psecrets

aws-ssm aws-ssm-parameter-store dotenv

Last synced: about 1 month ago
JSON representation

Utility for managing project secrets and parameters with AWS SSM Parameter Store

Awesome Lists containing this project

README

        

# psecrets

Utility for AWS SSM Parameter Store

```bash
Usage: psecrets [options] [command]

Manage secrets from AWS SSM Parameter Store

Options:
-h, --help display help for command

Commands:
get Get secrets
set [value] Set secrets
remove|rm [options] remove secrets
list List secrets
download [file] download secrets into a dotenv file
upload upload secrets from a dotenv file
help [command] display help for command
```