Crates.io | nysm |
lib.rs | nysm |
version | 0.1.1 |
source | src |
created_at | 2023-09-12 20:16:38.476434 |
updated_at | 2023-11-02 22:43:30.391552 |
description | Manage secrets from Secrets Providers. |
homepage | https://github.com/Endoze/nysm |
repository | https://github.com/Endoze/nysm |
max_upload_size | |
id | 970961 |
size | 116,487 |
Nysm is a command line utility designed to make interacting with a Secrets Provider like AWS Secrets Manager simple and easy. You can get a list of your existing secrets, show the value of a specific secret, or update the value of a specific secret.
cargo install nysm
List secrets:
nysm list
Show a specific secret:
nysm show some-secret-id
Edit an existing secret:
nysm edit some-secret-id