CLI command

probierz incident list

Read the register, newest first, open entries by default.

Invocation#

Shell
probierz incident list

Required inputs and options#

  • `--state` defaults to `open`; `resolved` and `all` read the rest.
  • `--limit N` defaults to 20 and must be a positive number.
  • `--json` returns the entries with their resolutions instead of one line each.

Output and state effects#

Reads the register file and writes the matching entries. It is read-only and never repairs a malformed line.

Exact refusals#

  • An unknown state: `--state is open, resolved or all, not <value>`.
  • A limit of zero or a non-number: `error: invalid value '0' for '--limit <LIMIT>': --limit needs a positive number`.
  • Malformed JSON is refused with `<path>:<line> is not one JSON object: …`; an unknown schema is refused with `<path>:<line> carries an unsupported incident schema`.

Source snapshot#

Generated from the Rust binaries at https://github.com/wisent-ai/probierz.git revision `c589d6917201c31f57e6a7f24522c0d50ae5bd0f`.

Combined help SHA-256: `43f0d9cd136ac2c46ec3eedb2824bd5d6168f235dea4caaa50610c005f40c84a`; binary SHA-256: `7e42c843082863ed265817de90a110a2f27546426a54d372e10009fd665a4d8e`.