Jeden/Docs

CLI command

jeden roadmap show

Show one roadmap item by case-insensitive ID.

Exact invocation#

Shell
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 &lt;id&gt;; an unknown ID is returned as not found.