Skip to content

Stocksmith CLI

Manage your Stocksmith inventory from the terminal. Built for humans and agents.
Terminal window
curl -fsSL https://cli.stocksmith.dev/install | bash

With Homebrew:

Terminal window
brew install craftybase/tap/stocksmith

With Go:

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

Human-friendly

Readable tables, color, and branded help out of the box.

Agent-friendly

--json and --ndjson for pipelines, scripts, and tools.

Authenticate once

stocksmith auth login, then your token is stored locally.