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
    问题,再排查后续命令的故障。