b8e audit
Run an accessibility audit
Options
Section titled “Options”| Option | Takes | Default | Description |
|---|---|---|---|
--project <id> | value | project id to audit | |
--journeys <ids> | value | comma-separated journey ids (or all for every journey) | |
--group <id|name> | value | audit the journeys in a group, by id or name | |
--format <pretty|json|sarif> | value | output format | |
--fail-on <critical|serious|moderate|minor> | value | minimum severity that fails the run | |
--org <id|slug|name> | value | organization context (id, slug, or name) | |
--output <path> | value | write json/sarif output to a file (default: stdout) | |
--timeout <ms> | value | audit timeout, in milliseconds | |
--max-violations <n> | value | fail when the violation count exceeds this | |
--ci | boolean | non-interactive CI mode (requires —project and —journeys) | |
--verbose | boolean | verbose diagnostics |
b8e audit --help
Section titled “b8e audit --help”Identical to what the terminal prints — both are rendered from the same commander definition.
Usage: b8e audit [options]
Run an accessibility audit
Options: --project <id> project id to audit --journeys <ids> comma-separated journey ids (or `all` for every journey) --group <id|name> audit the journeys in a group, by id or name --format <pretty|json|sarif> output format --fail-on <critical|serious|moderate|minor> minimum severity that fails the run --org <id|slug|name> organization context (id, slug, or name) --output <path> write json/sarif output to a file (default: stdout) --timeout <ms> audit timeout, in milliseconds --max-violations <n> fail when the violation count exceeds this --ci non-interactive CI mode (requires --project and --journeys) --verbose verbose diagnostics -h, --help display help for command