The official command-line interface for the Stocksmith Public API — manage your inventory from the terminal.
Full docs: https://cli.stocksmith.dev
curl -fsSL https://cli.stocksmith.dev/install | bashOr with Homebrew:
brew install craftybase/tap/stocksmithOr with Go:
go install github.com/craftybase/stocksmith-cli/cmd/stocksmith@lateststocksmith auth login # paste your API key
stocksmith materials list # list materials
stocksmith materials list --json | jq '.materials[].name'See Getting Started for more.