Edit a parameter on Systems Manager parameter store.
Inspiread by https://github.com/tsub/s3-edit
Support homebrew.
$ brew install tjinjin/ssm-edit/ssm-edit
Support ~/.aws/credential
.
cat ~/.aws/credentials
[default]
aws_access_key_id = hogehoge
aws_secret_access_key = fugafuga
[test]
role_arn = arn:aws:iam::123456789012:root
source_profile = default
$ ssm-edit list
$ ssm-edit edit
$ ssm-edit version
$ ssm-edit list
$ ssm-edit list --profile hoge --region ap-northeast-1
$ ssm-edit edit --name hoge
> open editor and edit value.
$ ssm-edit edit
> open prompt, select name and edit value.