capgo-cli-usage
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseCapgo CLI Usage
Capgo CLI 使用指南
Use this skill as the entry point for Capgo CLI command routing.
将本技能作为Capgo CLI命令路由的入口点。
When to Use This Skill
何时使用本技能
- User asks generally how to use the Capgo CLI
- The request spans multiple Capgo command groups
- The right Capgo sub-workflow is not obvious yet
- 用户询问Capgo CLI的一般性使用方法
- 请求涉及多个Capgo命令组
- 合适的Capgo子工作流尚不明确
Routing
路由规则
Route specific workflows to the matching skill:
- OTA bundles and channels ->
capgo-release-management - native cloud builds ->
capgo-native-builds - organizations and account commands ->
capgo-organization-management
将特定工作流路由至匹配的技能:
- OTA包与渠道 ->
capgo-release-management - 原生云构建 ->
capgo-native-builds - 组织与账户命令 ->
capgo-organization-management
Common Commands
常用命令
initlogindoctorprobeapp addapp listapp deleteapp setapp debugmcp
Prefer the current CLI form:
bash
npx @capgo/cli@latest doctorinitlogindoctorprobeapp addapp listapp deleteapp setapp debugmcp
推荐使用当前最新版本的CLI格式:
bash
npx @capgo/cli@latest doctorError Handling
错误处理
- If the request is specific enough for a narrower Capgo skill, switch to that skill instead of staying at the routing layer.
- For CLI auth issues, fix first before troubleshooting downstream commands.
login
- 如果请求足够具体,适合使用更细分的Capgo技能,则切换至该技能,而非停留在路由层。
- 对于CLI认证问题,应先修复问题,再排查后续命令的故障。
login