Skip to content

Commands

The b8e CLI exposes the following commands. Global options below apply to every command.

OptionTakesDefaultDescription
-v, --versionbooleanprint the CLI version
-a, --screen-readerbooleanforce screen-reader mode (auto-detected by default)
--no-screen-readernegationforce sighted mode

The -h, --help option is available on the root and every subcommand.

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 tickets
CommandSummary
scanScan a path (or —url) for accessibility findings
rulesList the deterministic scanner’s WCAG coverage catalog (what we check)
initwrite binclusive.json (—ci/—mcp/—all/—extends scaffold more concerns)
genregenerate BINCLUSIVE.md from binclusive.json (—check guards drift in CI)
addadd one concern (ci|mcp) after init — the post-init twin of init --ci/--mcp
ciScan + report + exit non-zero on gating findings (CI gate)
baselineSnapshot current findings so ci gates only NEW ones
loginAuthenticate with Binclusive
logoutClear stored credentials
orgSwitch the active organization (no re-login)
whoamiShow current user and organization
auditRun an accessibility audit
ticketsList and view violation tickets