Skip to content

suya plan

suya plan exposes Subaya’s planning artifacts from the CLI: planning documents and their approval state, the work-item tree, diagrams, and a way to open an interactive planner session. See Plan your project for how planning fits into the project flow.

List planning documents.

Terminal window
suya plan docs list

Show a planning document by id.

Terminal window
suya plan docs show <doc-id>

Approve a planning document, optionally a single section of it.

Terminal window
suya plan docs approve <doc-id>
suya plan docs approve <doc-id> --section <section>
Flag Description
--section <s> Approve only the named section.

List work items (the work-item tree: epics, stories, tasks).

Terminal window
suya plan items list

Show a single work item by id.

Terminal window
suya plan items show <item-id>

Work with the planning diagrams attached to your project.

Terminal window
suya plan diagrams

Print how to open a planner session — it points you at suya attach to connect to your session pod.

Terminal window
suya plan session