b8e ticket view
Show one violation ticket in full
Arguments
Section titled “Arguments”| Argument | Kind | Default | Description |
|---|---|---|---|
id | required | the ticket id — b8e ticket list prints it in the ID column |
Options
Section titled “Options”| Option | Takes | Default | Description |
|---|---|---|---|
--project <id> | value | narrow the search to one project | |
-f, --format <format> | value | pretty | output format |
-L, --limit <n> | value | 50 | how deep into the listing to look for the id |
b8e ticket view --help
Section titled “b8e ticket view --help”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