Skip to content

b8e audit stop

Stop a running audit

ArgumentKindDefaultDescription
run-idrequiredthe run to stop — b8e audit prints it when the run starts

Identical to what the terminal prints — both are rendered from the same commander definition.

Usage: b8e audit stop [options] <run-id>
Stop a running audit
Arguments:
run-id the run to stop — b8e audit prints it when the run starts
Options:
-h, --help display help for command
EXAMPLES
# Stop the run b8e audit named when it started
$ b8e audit stop run_123
INHERITED FLAGS
--org <id|slug|name> organization context [$BINCLUSIVE_ORG_ID]
-y, --yes skip all prompts and accept defaults
--non-interactive never prompt; fail instead of asking
--progress <mode> how progress is reported
-q, --quiet suppress progress output (same as --progress quiet)
--no-color disable color
-v, --verbose verbose diagnostics
-V, --version print the CLI version
-h, --help show help for command