Attributes
Includes Deno configuration
Repository
Current version released
10 months ago
🦖 denosm
Fuzzy Finder for AWS SSM Parameter Store
using fzf-for-js which uses fzf’s algorithm
Usage
$ sm # fuzzy find
$ sm list # list all parameters
/path/to/secret_key
/path/to/username
/path/to/supersecretkey
$ sm get "/path/to/username" # get value by name
its-me
$ sm list -p your-aws-profile # set AWS_PROFILE
Install
# Deno
$ deno install -A https://deno.land/x/denosm/index.js -n sm -f
# Homebrew
$ brew install YumaFuu/tap/sm