Some checks failed
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
Mirror Thin Bundle Sign & Verify / mirror-sign (push) Has been cancelled
api-governance / spectral-lint (push) Has been cancelled
700 B
700 B
CLI Attest Guide (DOCS-ATTEST-74-004)
How to verify and inspect attestations via CLI.
Verify DSSE
stella attest verify --envelope bundle.dsse.json --policy policy.json \
--root keys/root.pem --transparency-checkpoint checkpoints/rekor.json
- Offline verification uses bundled roots and checkpoints; transparency optional.
List attestations
stella attest list --tenant default --issuer dev-kms --format table
Show attestation
stella attest show --id a1b2c3 --output json
Notes
- No network access required in sealed mode.
- All commands emit deterministic JSON; timestamps in UTC.
- Exit codes: 0 success, 2 verification failed, 4 input error.