Skip to content

b8e suggest

Suggest declarations.components entries for this project’s JSX wrappers (read-only unless —write)

ArgumentKindDefaultDescription
diroptional.project directory to inspect (defaults to the current directory)
OptionTakesDefaultDescription
--writebooleanmerge the suggestions into binclusive.json instead of only printing them

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

Usage: b8e suggest [options] [dir]
Suggest declarations.components entries for this project's JSX wrappers
(read-only unless --write)
Arguments:
dir project directory to inspect (defaults to the current directory)
(default: ".")
Options:
--write merge the suggestions into binclusive.json instead of only
printing them
-h, --help display help for command
A ✓ suggestion is a confident single host, ready to use. A ⚠ is written as `<host>|?`, a form the
contract validator refuses until you pick one — a guess is never silently trusted.
EXAMPLES
# What does the resolver think? Changes nothing.
$ b8e suggest
# Apply them to binclusive.json
$ b8e suggest --write
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