CLI command
jeden roadmap list
List roadmap items, optionally filtered by exact status, area, or priority.
Exact invocation#
jeden roadmap list [--status STATUS] [--area AREA] [--priority PRIORITY] [--json]Inputs and options#
- Optional filters:
--status,--area, and--priority; optional structured--jsonoutput.
Output and state effect#
Reads the roadmap revision and prints matching item rows or a JSON envelope. It does not mutate the roadmap.
Refusals and boundaries#
- Unknown status values are refused with the complete allowed status set; a missing option value is refused as
--<name> requires a value.