work
This commit is contained in:
21
docs/modules/cli/guides/commands/aoc.md
Normal file
21
docs/modules/cli/guides/commands/aoc.md
Normal file
@@ -0,0 +1,21 @@
|
||||
# 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.
|
||||
Reference in New Issue
Block a user