844 B
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.