Skip to content

b8e init

Write binclusive.json for the project

ArgumentKindDefaultDescription
diroptional.directory to initialize (defaults to the current directory)
OptionTakesDefaultDescription
--extends [base]valuescaffold an extends-based config from a shared base
--cibooleanalso scaffold the CI workflow
--mcpbooleanguide connecting MCP in your editor via the dashboard, and offer the Claude plugin
--allbooleanscaffold every concern (config + CI + MCP)
--suggestbooleanpre-fill declarations.components with best-guess hosts to review (BINCLUSIVE_SUGGEST twin)
-y, --yesbooleanskip prompts and accept defaults (BINCLUSIVE_YES twin)
--forcebooleanoverwrite existing files instead of preserving them (BINCLUSIVE_FORCE twin)

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