Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
설치
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
Guidance for using asc cli in this repo (flags, output formats, pagination, auth, and discovery). Use when asked to run or design asc commands or interact with App Store Connect via the CLI.
asc cli usage
Use this skill when you need to run or design asc commands for App Store Connect.
Command discovery
Always use --help to discover commands and flags.
asc --help
asc builds --help
asc builds list --help
Canonical verbs (0.45.x+)
Prefer view over legacy get aliases for read-only commands in docs and automation.
asc apps view --id "APP_ID"
asc versions view --version-id "VERSION_ID"
asc pricing availability view --app "APP_ID"
Prefer edit for update-only availability surfaces and other canonical edit flows.