@foundation0/auth-cli
v1.0.0
Published
Auth operator CLI for verification, publication, sidecar, receipt, and release workflows.
Maintainers
Readme
Auth CLI (@foundation0/auth-cli)
What this CLI is for
The canonical CLI binary is auth.
- CLI reference:
docs/reference/cli/index.md
Install
pnpm add -D @foundation0/auth-cliCommand groups
Grouped command families:
capabilities: issue and delegate capabilitiesverify: validate tokens and bound operationsreceipts: verify signed receiptsservices: publish and resolve service descriptorsrevocations: publish and check revocationspricing: fetch pricing artifactssidecar: call the verification sidecar APIsbatches: build, verify, and export receipt batchesrelease: validate and generate release artifactsdata: run deletion and erasure workflows
Common workflows
auth --help
auth verify token --help
auth services resolve --helpJSON mode
Use --json for automation-safe output.
auth verify token --capability "$TOKEN" --service-pid eip155:1:0xabc --jsonAutomation paths should prefer auth and can combine --json, --quiet, or --non-interactive as needed.
Docs and examples
Compatibility
Compatibility aliases remain advisory only. New installs and automation should
use @foundation0/auth-cli and the auth binary, while legacy ADL naming is
kept only where migration coverage still needs it.
Automation example
auth sidecar verify \
--service-pid eip155:1:0xabc \
--token-b64url "$TOKEN" \
--base-url https://sidecar.example.com \
--json