jira guide¶
- Usage:
jira guide [slug] [flags]
Retrieve agent guides from the loaded guide set.
Without arguments, emits a frontmatter-only index of all guides in canonical order. With a slug argument, emits the full guide content. With --section the named section body is emitted instead of the full guide. With --all all guides are concatenated in canonical order, separated by form-feed lines.
Options¶
--all¶
Emit all guides concatenated in canonical order.
--section <SECTION>¶
Emit only the named section body (requires a slug argument).
Allowed values:
Decide— choose the approachRun— execute the workflowSave— capture outputs and reusable statePreconditions— check required stateRecover— handle failuresNext— continue to related guidance
Examples¶
app guide # (1)!
app guide safe-mutation
app guide safe-mutation --section run # (2)!
app guide --all # (3)!
- Frontmatter-only index of every guide
- One guide in full, or a single section of it
- Every guide, form-feed separated