b8e baseline
Snapshot current findings so ci gates only NEW ones
Arguments
Section titled “Arguments”| Argument | Kind | Default | Description |
|---|---|---|---|
dir | optional | . | directory to snapshot (defaults to the current directory) |
Options
Section titled “Options”| Option | Takes | Default | Description |
|---|---|---|---|
--output <path> | value | write the snapshot to a file (default: <dir>/binclusive-baseline.json) |
b8e baseline --help
Section titled “b8e baseline --help”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