CLI command
jeden roadmap show
Show one roadmap item by case-insensitive ID.
Exact invocation#
jeden roadmap show <id> [--json]Inputs and options#
- Required: roadmap item ID. Optional:
--json.
Output and state effect#
Prints the item as JSON or as the roadmap's Markdown rendering without changing it.
Refusals and boundaries#
- Missing input is refused with
Usage: roadmap show <id>; an unknown ID is returned as not found.