Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 487 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 487 Bytes

keez

Pronounced like "keys".

A tool to simplify modification and creation of values stored in AWS Systems Manager Parameter Store.

Features:

  • bulk import/export of parameter store values
  • interactive edit of parameter store values

How does it work?

  1. Clone the repo
  2. Build the project: cargo build
  3. Try it out: cargo run

The command is somewhat self-documenting -- have a look at keez --help for information about the subcommands as well as examples of usage.