Reference
CLI Reference
The public CLI is hosted-first and lets you quote or inspect a risky code change without running the local Sigillum app.
Core commands
The public CLI should keep the command surface small and obvious.
- inspect <diff-path>
- inspect --git-diff
- quote <diff-path>
- quote --git-diff
- --json
- --save-receipt <path>
- --max-quote-amount <usdc>
Hosted-first default
The CLI defaults to `https://usesigillum.vercel.app`, with local override available through `--base-url` or env variables.
Payment truth in CLI use
Quote works without buyer credentials. Inspect requires buyer-side x402 payment credentials. That requirement should be explained cleanly rather than hidden.
Minimum live inspect environment
If you are using the CLI for the first time, start with quote. Only after that should you add the payment environment variables below and run inspect.
CLI .env values
SIGILLUM_BASE_URL=https://usesigillum.vercel.app X402_BUYER_PRIVATE_KEY=your_buyer_private_key X402_RPC_URL=https://rpc.testnet.arc.network X402_NETWORK=arcTestnet