capgo-cli-usage

Compare original and translation side by side

🇺🇸

Original

English
🇨🇳

Translation

Chinese

Capgo 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

常用命令

  • init
  • login
  • doctor
  • probe
  • app add
  • app list
  • app delete
  • app set
  • app debug
  • mcp
Prefer the current CLI form:
bash
npx @capgo/cli@latest doctor
  • init
  • login
  • doctor
  • probe
  • app add
  • app list
  • app delete
  • app set
  • app debug
  • mcp
优先使用当前版本的CLI格式:
bash
npx @capgo/cli@latest doctor

Error 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
    login
    first before troubleshooting downstream commands.
  • 如果请求足够具体,可匹配更细分的Capgo技能,请切换到对应技能,不要停留在路由层。
  • 对于CLI鉴权问题,先排查修复
    login
    相关问题,再对后续命令做故障排查。