endoze / nysm

Manage Secret Manager secrets

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nysm (Now You See Me)

Build Status Coverage Status Crate Docs

Manage your Secrets Manager secrets via the command line

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.

Installation

cargo install nysm

Usage

List secrets:

nysm list

Show a specific secret:

nysm show some-secret-id

Edit an existing secret:

nysm edit some-secret-id

About

Manage Secret Manager secrets


Languages

Language:Rust 100.0%