콘텐츠로 이동

suya plan

suya plan은 Subaya의 계획 아티팩트를 CLI에서 노출합니다: 계획 문서와 그 승인 상태, 작업 항목 트리, 다이어그램, 그리고 대화형 플래너 세션을 여는 방법입니다. 계획이 프로젝트 흐름에 어떻게 맞물리는지는 프로젝트 계획하기를 참조하십시오.

계획 문서를 나열합니다.

Terminal window
suya plan docs list

id로 계획 문서를 표시합니다.

Terminal window
suya plan docs show <doc-id>

계획 문서를 승인합니다. 선택적으로 단일 섹션만 승인할 수 있습니다.

Terminal window
suya plan docs approve <doc-id>
suya plan docs approve <doc-id> --section <section>
Flag Description
--section <s> 지정한 섹션만 승인합니다.

작업 항목을 나열합니다(작업 항목 트리: 에픽, 스토리, 태스크).

Terminal window
suya plan items list

id로 단일 작업 항목을 표시합니다.

Terminal window
suya plan items show <item-id>

프로젝트에 첨부된 계획 다이어그램을 다룹니다.

Terminal window
suya plan diagrams

플래너 세션을 여는 방법을 출력합니다 — 세션 포드에 연결하기 위해 suya attach로 안내합니다.

Terminal window
suya plan session