b8e init
Write binclusive.json for the project
Arguments
Section titled “Arguments”| Argument | Kind | Default | Description |
|---|---|---|---|
dir | optional | . | directory to initialize (defaults to the current directory) |
Options
Section titled “Options”| Option | Takes | Default | Description |
|---|---|---|---|
--extends [base] | value | scaffold an extends-based config from a shared base | |
--ci | boolean | also scaffold the CI workflow | |
--mcp | boolean | guide connecting MCP in your editor via the dashboard, and offer the Claude plugin | |
--all | boolean | scaffold every concern (config + CI + MCP) | |
--suggest | boolean | pre-fill declarations.components with best-guess hosts to review (BINCLUSIVE_SUGGEST twin) | |
-y, --yes | boolean | skip prompts and accept defaults (BINCLUSIVE_YES twin) | |
--force | boolean | overwrite existing files instead of preserving them (BINCLUSIVE_FORCE twin) |
b8e init --help
Section titled “b8e init --help”Identical to what the terminal prints — both are rendered from the same commander definition.
Usage: b8e init [options] [dir]
Write binclusive.json for the project
Arguments: dir directory to initialize (defaults to the current directory) (default: ".")
Options: --extends [base] scaffold an extends-based config from a shared base --ci also scaffold the CI workflow --mcp guide connecting MCP in your editor via the dashboard, and offer the Claude plugin --all scaffold every concern (config + CI + MCP) --suggest pre-fill declarations.components with best-guess hosts to review (BINCLUSIVE_SUGGEST twin) -y, --yes skip prompts and accept defaults (BINCLUSIVE_YES twin) --force overwrite existing files instead of preserving them (BINCLUSIVE_FORCE twin) -h, --help display help for command