Skip to content

Repository files navigation

Stocksmith CLI

The official command-line interface for the Stocksmith Public API — manage your inventory from the terminal.

Full docs: https://cli.stocksmith.dev

Install

curl -fsSL https://cli.stocksmith.dev/install | bash

Or with Homebrew:

brew install craftybase/tap/stocksmith

Or with Go:

go install github.com/craftybase/stocksmith-cli/cmd/stocksmith@latest

Quickstart

stocksmith auth login        # paste your API key
stocksmith materials list    # list materials
stocksmith materials list --json | jq '.materials[].name'

See Getting Started for more.

License

MIT

Releases

Packages

Contributors

Languages