Skip to content

b8e baseline

Snapshot current findings so ci gates only NEW ones

ArgumentKindDefaultDescription
diroptional.directory to snapshot (defaults to the current directory)
OptionTakesDefaultDescription
--output <path>valuewrite the snapshot to a file (default: <dir>/binclusive-baseline.json)

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

Usage: b8e baseline [options] [command] [dir]
Snapshot current findings so `ci` gates only NEW ones
Arguments:
dir directory to snapshot (defaults to the current
directory) (default: ".")
Options:
--output <path> write the snapshot to a file (default:
<dir>/binclusive-baseline.json)
-h, --help display help for command
Commands:
list|ls [options] [dir] list baselined findings
EXAMPLES
# Accept today's findings as existing debt
$ b8e baseline .
# What is currently grandfathered?
$ b8e baseline list
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