25 lines
1.1 KiB
Plaintext
25 lines
1.1 KiB
Plaintext
|
|
Usage: apophis [options] [command]
|
||
|
|
|
||
|
|
Options:
|
||
|
|
-v, --version Display version number
|
||
|
|
-h, --help Display this help message
|
||
|
|
--config <path> Path to config file
|
||
|
|
--profile <name> Profile name from config
|
||
|
|
--cwd <path> Working directory
|
||
|
|
--format <human|json|ndjson> Output format (default: human)
|
||
|
|
--color <auto|always|never> Color mode (default: auto)
|
||
|
|
--quiet Suppress non-essential output
|
||
|
|
--verbose Verbose output
|
||
|
|
--artifact-dir <path> Directory for artifacts
|
||
|
|
|
||
|
|
Commands:
|
||
|
|
init Scaffold config, scripts, and example usage
|
||
|
|
verify Run deterministic contract verification
|
||
|
|
observe Validate runtime observe configuration and reporting setup
|
||
|
|
qualify Run scenario, stateful, protocol, or chaos-driven qualification
|
||
|
|
replay Replay a failure using seed and stored trace
|
||
|
|
doctor Validate config, environment safety, docs/example correctness
|
||
|
|
migrate Check and rewrite deprecated config or API usage
|
||
|
|
|
||
|
|
For more help on a command, run: apophis <command> --help
|