A simple CLI tool for making interacting with SSM parameters suck less. The name is a private joke, not a typo.
$ brew install icevans/parms/parms
Not yet supported.
- Install rustup
- From the root of this repository, run
cargo build --release - Copy
./target/release/parmsto somewhere in yourPATHvariable
parms respects the usual AWS configuration methods. First, it will look in
AWS environment variables, then in your ~/.aws/config file. If you connect via
SSO, be sure that you have logged in via SSO, and that you have selected a profile
by setting the AWS_PROFILE environment variable.
A note on region:
- If you provide the
--regionargument, this takes precedence - If you omit this,
parmswill check for aAWS_REGIONorAWS_DEFAULT_REGIONenvironment variable - If this is missing,
parmswill check for a region on your selected profile - If this too is missing, you will get an error
Usage: parms [OPTIONS] <COMMAND>
Commands:
create Creates a new parameter
fetch Fetches the value of selected parameter
edit Allows to edit the current value of selected parameter
delete Delete a parameter
help Print this message or the help of the given subcommand(s)
Options:
-r, --region <REGION> Search in this AWS region
-h, --help Print help
-V, --version Print version