b8e audit list
List the journeys this project can audit
Options
Section titled “Options”| Option | Takes | Default | Description |
|---|---|---|---|
-f, --format <format> | value | pretty | output format |
--project <id> | value | project to list journeys for (default: the selected one) |
b8e audit list --help
Section titled “b8e audit list --help”Identical to what the terminal prints — both are rendered from the same commander definition.
Usage: b8e audit list|ls [options]
List the journeys this project can audit
Options: -f, --format <format> output format (choices: "pretty", "json", default: "pretty") --project <id> project to list journeys for (default: the selected one) -h, --help display help for command
EXAMPLES # What can I audit? $ b8e audit list
# The ids --journeys accepts, for a script $ b8e audit list --format json | jq -r '.[].id'
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