Files
git.stella-ops.org/docs/modules/cli/guides/commands/aoc.md
StellaOps Bot 6bee1fdcf5
Some checks failed
AOC Guard CI / aoc-guard (push) Has been cancelled
AOC Guard CI / aoc-verify (push) Has been cancelled
Concelier Attestation Tests / attestation-tests (push) Has been cancelled
Docs CI / lint-and-preview (push) Has been cancelled
work
2025-11-25 08:01:23 +02:00

844 B

stella aoc — Command Guide

Commands

  • stella aoc verify --input <evidence> [--policy <path>] [--offline]
  • stella aoc explain --input <evidence> [--output json|table]

Flags (common)

  • --offline: verify evidence without remote calls; exit code 5 if network would be required.
  • --policy: optional AOC policy file; defaults to platform policy.
  • --output: json (default), table.

Inputs/outputs

  • Inputs: AOC evidence bundle; optional policy file.
  • Outputs: verification results with rationale; aggregation-only.
  • Exit codes per output-and-exit-codes.md; 3 for auth failures, 4 for missing evidence, 5 for offline violation.

Determinism rules

  • Stable ordering of findings; timestamps UTC; hashes lowercase hex.

Offline/air-gap notes

  • Trust roots loaded locally; no remote downloads allowed in offline mode.