Skip to content

b8e ticket view

Show one violation ticket in full

ArgumentKindDefaultDescription
idrequiredthe ticket id — b8e ticket list prints it in the ID column
OptionTakesDefaultDescription
--project <id>valuenarrow the search to one project
-f, --format <format>valueprettyoutput format
-L, --limit <n>value50how deep into the listing to look for the id

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

Usage: b8e ticket view [options] <id>
Show one violation ticket in full
Arguments:
id the ticket id — b8e ticket list prints it in the ID
column
Options:
--project <id> narrow the search to one project
-f, --format <format> output format (choices: "pretty", "json", default:
"pretty")
-L, --limit <n> how deep into the listing to look for the id (default:
50)
-h, --help display help for command
EXAMPLES
# One ticket, as a human reads it
$ b8e ticket view tkt_123
# The same ticket, for a script
$ b8e ticket view tkt_123 --format json | jq '.description'
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