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

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

Requirements