Attributes
Includes Deno configuration
Repository
Current version released
11 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
/some-app/ahhhhh
/some-app/some-key
/some-app/supersecretkey
$ sm get -n "/path/to/ssm"
some-value
$ sm list -p your-aws-profile # You can set AWS_PROFILE
Install
# Deno
$ deno install -A https://deno.land/x/denosm@v0.1.0/index.js -n sm -f
# Homebrew
$ brew install YumaFuu/tap/sm