asc-cli-usage
Compare original and translation side by side
🇺🇸
Original
English🇨🇳
Translation
ChineseASC CLI usage
ASC CLI 使用方法
Use this skill when you need to run or design commands for App Store Connect.
asc当你需要为App Store Connect运行或设计命令时,请使用本技能。
ascCommand discovery
命令发现
- Always use to discover commands and flags.
--helpasc --helpasc builds --helpasc builds list --help
- 始终使用来查找命令和参数。
--helpasc --helpasc builds --helpasc builds list --help
Flag conventions
参数约定
- Use explicit long flags (e.g., ,
--app).--output - No interactive prompts; destructive operations require .
--confirm - Use when the user wants all pages.
--paginate
- 使用明确的长参数(例如:、
--app)。--output - 无交互式提示;破坏性操作需要添加参数。
--confirm - 当用户需要获取所有页面内容时,使用参数。
--paginate
Output formats
输出格式
- Default output is minified JSON.
- Use or
--output tableonly for human-readable output.--output markdown - is only valid with JSON output.
--pretty
- 默认输出为压缩后的JSON格式。
- 仅在需要人类可读的输出时,使用或
--output table。--output markdown - 参数仅在JSON输出时有效。
--pretty
Authentication and defaults
认证与默认设置
- Prefer keychain auth via .
asc auth login - Fallback env vars: ,
ASC_KEY_ID,ASC_ISSUER_ID,ASC_PRIVATE_KEY_PATH,ASC_PRIVATE_KEY.ASC_PRIVATE_KEY_B64 - can provide a default app ID.
ASC_APP_ID
- 优先通过使用钥匙串认证。
asc auth login - 备选环境变量:、
ASC_KEY_ID、ASC_ISSUER_ID、ASC_PRIVATE_KEY_PATH、ASC_PRIVATE_KEY。ASC_PRIVATE_KEY_B64 - 可设置默认的应用ID。
ASC_APP_ID
Timeouts
超时设置
- /
ASC_TIMEOUTcontrol request timeouts.ASC_TIMEOUT_SECONDS - /
ASC_UPLOAD_TIMEOUTcontrol upload timeouts.ASC_UPLOAD_TIMEOUT_SECONDS
- /
ASC_TIMEOUT控制请求超时时间。ASC_TIMEOUT_SECONDS - /
ASC_UPLOAD_TIMEOUT控制上传超时时间。ASC_UPLOAD_TIMEOUT_SECONDS