Getting Started
Install
Section titled “Install”curl -fsSL https://cli.craftybase.dev/install | bashThis downloads the right binary for your OS/architecture, verifies its checksum, and installs craftybase to /usr/local/bin (or ~/.local/bin). Homebrew (brew install craftybase/tap/craftybase) and go install github.com/craftybase/craftybase-cli/cmd/craftybase@latest also work.
Authenticate
Section titled “Authenticate”craftybase auth loginPaste your Craftybase API key when prompted (input is hidden). Credentials are saved to ~/.craftybase/config.toml. See Authentication.
First command
Section titled “First command”craftybase materials listAdd --json for the raw API envelope or --ndjson to stream every page. See Output Formats.