Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/josefaidt/psecrets
- Owner: josefaidt
- Created: 2023-01-30T04:26:34.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-26T00:52:45.000Z (over 1 year ago)
- Last Synced: 2024-11-16T20:09:18.493Z (3 months ago)
- Topics: aws-ssm, aws-ssm-parameter-store, dotenv
- Language: TypeScript
- Homepage:
- Size: 293 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: readme.md
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 commandCommands:
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
```