#secret #provider #secrets-manager #manage #show #value #edit

bin+lib nysm

Manage secrets from Secrets Providers

3 unstable releases

0.1.1 Nov 2, 2023
0.1.0 Oct 5, 2023
0.0.0 Sep 12, 2023

#23 in #secrets-manager

Download history 1/week @ 2024-02-12 1/week @ 2024-02-19 22/week @ 2024-02-26 6/week @ 2024-03-11 52/week @ 2024-04-01

52 downloads per month

MIT and LGPL-3.0-or-later

37KB
873 lines

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

Dependencies

~29–43MB
~697K SLoC