relayax-cli 0.2.36 → 0.2.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -545,10 +545,13 @@ relay.yaml의 \`visibility\` 설정을 확인합니다.
|
|
|
545
545
|
**응답 처리:**
|
|
546
546
|
- "공개" → relay.yaml에 \`visibility: public\` 저장
|
|
547
547
|
- "비공개" → \`relay spaces --json\` 실행 후 Space 목록 표시
|
|
548
|
+
- \`is_personal: true\`인 개인 Space는 **제외**합니다. 비공개 배포는 팀 Space에만 가능합니다.
|
|
549
|
+
- 팀 Space가 0개이면: "비공개 배포하려면 팀 Space가 필요합니다. www.relayax.com/spaces 에서 Space를 생성하세요."라고 안내하고 중단합니다.
|
|
548
550
|
|
|
549
|
-
**AskUserQuestion
|
|
551
|
+
**AskUserQuestion 호출 (Space가 1개여도 반드시 호출):**
|
|
550
552
|
- question: "어떤 Space에 배포할까요?"
|
|
551
553
|
- options: \`["<space1_name>", "<space2_name>", ...]\`
|
|
554
|
+
- **중요: Space가 1개라도 자동 선택하지 말고 반드시 사용자에게 확인받으세요.**
|
|
552
555
|
|
|
553
556
|
→ relay.yaml에 \`visibility: private\`, \`space: <selected_slug>\` 저장
|
|
554
557
|
|