b8e ticket
List and view violation tickets
b8e ticket --help
Section titled “b8e ticket --help”Identical to what the terminal prints — both are rendered from the same commander definition.
Usage: b8e ticket [options] [command]
List and view violation tickets
Options: -h, --help display help for command
Commands: list|ls [options] list violation tickets view [options] <id> show one violation ticket in full help [command] display help for command
EXAMPLES # Tickets for the current organization $ b8e ticket list
# Feed a script $ b8e ticket list --format json --limit 200 | jq '.[].url'
# One ticket, in full $ b8e ticket view tkt_123
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