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.
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.