The Stigg CLI is currently in public beta. Feedback and bug reports are welcome.
GitHub
stiggio/stigg-cli
1
Install
Install the Stigg CLI via Homebrew or Go:Requires Go 1.22 or later for the Go install. The binary is placed in your Go bin directory (default:
$HOME/go/bin). If stigg isn’t found after installation, add it to your PATH:2
Authenticate
In the Stigg app, go to Settings > API keys and copy a key for the environment you want to use. You can provide the key in two ways:For CI/CD pipelines, store the key as a secret and inject it as
STIGG_API_KEY at runtime.3
Start using
Query your Stigg environment directly from the terminal:
Common commands
Read operationsstigg --help for the full command reference, or stigg v1:<resource> --help for flags on a specific resource.
Example use-cases
Debug a customer issue Check what a customer is entitled to and whether their subscription is active, without opening the Stigg console:CLI vs MCP server
Not sure which tool to use? See the side-by-side comparison.
