Fuzzy Finder for AWS SSM Parameter Store
using fzf-for-js which uses fzf's algorithm
# fuzzy find
$ sm
# list all parameters
$ sm list
/path/to/secret_key
/path/to/username
/path/to/supersecretkey
# get value by name
$ sm get "/path/to/username"
its-me
# set AWS_PROFILE
$ sm list -p your-aws-profile
# Create or Update value
$ sm put
# or
$ sm put -n name -v value -t String
# Deno
$ deno install -A https://deno.land/x/denosm/index.ts -n sm -f
# Homebrew
$ brew install YumaFuu/tap/sm