Skip to content

b8e rules

List the deterministic scanner’s WCAG coverage catalog (what we check)

OptionTakesDefaultDescription
--sc <sc>valuefilter to rules mapping to a WCAG success criterion (e.g. 1.1.1)
--rule <id>valuefilter to rules whose id contains this substring
-f, --format <format>valueprettyoutput format

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

Usage: b8e rules [options]
List the deterministic scanner's WCAG coverage catalog (what we check)
Options:
--sc <sc> filter to rules mapping to a WCAG success criterion
(e.g. 1.1.1)
--rule <id> filter to rules whose id contains this substring
-f, --format <format> output format (choices: "pretty", "json", default:
"pretty")
-h, --help display help for command
EXAMPLES
# What does the scanner check?
$ b8e rules
# Just the rules for one success criterion
$ b8e rules --sc 1.1.1
# The catalog, for a script
$ b8e rules --format json | jq -r '.[].ruleId'
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