Skip to main content
Deno 2 is finally here 🎉️
Learn more

denosm

🦖 Fuzzy Finder for AWS SSM Parameter Store

using fzf-for-js which uses fzf’s algorithm

Usage

Image from Gyazo

$ 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

Requirements