b8e baseline list
List the findings the committed baseline grandfathers
Arguments
Section titled “Arguments”| Argument | Kind | Default | Description |
|---|---|---|---|
dir | optional | . | directory holding the snapshot (defaults to the current directory) |
Options
Section titled “Options”| Option | Takes | Default | Description |
|---|---|---|---|
-f, --format <format> | value | pretty | output format |
--file <path> | value | read this snapshot instead of <dir>/binclusive-baseline.json |
b8e baseline list --help
Section titled “b8e baseline list --help”Identical to what the terminal prints — both are rendered from the same commander definition.
Usage: b8e baseline list|ls [options] [dir]
List the findings the committed baseline grandfathers
Arguments: dir directory holding the snapshot (defaults to the current directory) (default: ".")
Options: -f, --format <format> output format (choices: "pretty", "json", default: "pretty") --file <path> read this snapshot instead of <dir>/binclusive-baseline.json -h, --help display help for command
EXAMPLES # What debt is this build ignoring? $ b8e baseline list
# Count it, for a script $ b8e baseline list --format json | jq 'length'
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