Commands
The b8e CLI exposes the following commands. Global options below apply to every command.
Global options
Section titled “Global options”| Option | Takes | Default | Description |
|---|---|---|---|
-v, --version | boolean | print the CLI version | |
-a, --screen-reader | boolean | force screen-reader mode (auto-detected by default) | |
--no-screen-reader | negation | force sighted mode |
The -h, --help option is available on the root and every subcommand.
b8e --help
Section titled “b8e --help”Usage: b8e [options] [command]
Binclusive accessibility CLI — run audits and view violation tickets.
Options: -v, --version print the CLI version -a, --screen-reader force screen-reader mode (auto-detected by default) --no-screen-reader force sighted mode -h, --help display help for command
Commands: scan [options] [dir] Scan a path (or --url) for accessibility findings rules [options] List the deterministic scanner's WCAG coverage catalog (what we check) init [options] [dir] write binclusive.json (--ci/--mcp/--all/--extends scaffold more concerns) gen [options] [dir] regenerate BINCLUSIVE.md from binclusive.json (--check guards drift in CI) add [options] <concern> [dir] add one concern (ci|mcp) after init — the post-init twin of `init --ci/--mcp` ci [options] [dir] Scan + report + exit non-zero on gating findings (CI gate) baseline [options] [dir] Snapshot current findings so `ci` gates only NEW ones login [options] Authenticate with Binclusive logout Clear stored credentials org [options] Switch the active organization (no re-login) whoami Show current user and organization audit [options] Run an accessibility audit tickets [options] List and view violation ticketsCommand pages
Section titled “Command pages”| Command | Summary |
|---|---|
scan | Scan a path (or —url) for accessibility findings |
rules | List the deterministic scanner’s WCAG coverage catalog (what we check) |
init | write binclusive.json (—ci/—mcp/—all/—extends scaffold more concerns) |
gen | regenerate BINCLUSIVE.md from binclusive.json (—check guards drift in CI) |
add | add one concern (ci|mcp) after init — the post-init twin of init --ci/--mcp |
ci | Scan + report + exit non-zero on gating findings (CI gate) |
baseline | Snapshot current findings so ci gates only NEW ones |
login | Authenticate with Binclusive |
logout | Clear stored credentials |
org | Switch the active organization (no re-login) |
whoami | Show current user and organization |
audit | Run an accessibility audit |
tickets | List and view violation tickets |