asc-cli-usage

Installation
Summary

App Store Connect CLI reference for command discovery, flags, output formats, and authentication.

  • Use --help at any level (asc --help, asc builds --help, asc builds list --help) to discover available commands and flags
  • Output adapts to context: defaults to table in interactive terminals and json when piped; use --output table or --output markdown for explicit human-readable formatting
  • Destructive operations require --confirm flag; use --paginate to retrieve all pages of results
  • Authenticate via keychain with asc auth login, or set environment variables (ASC_KEY_ID, ASC_ISSUER_ID, ASC_PRIVATE_KEY_PATH, etc.); ASC_APP_ID provides a default app
  • Control request and upload timeouts with ASC_TIMEOUT and ASC_UPLOAD_TIMEOUT environment variables
SKILL.md

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 (current asc)

  • 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.
    • asc pricing availability edit --app "APP_ID" --territory "USA,GBR" --available true
    • asc app-setup availability edit --app "APP_ID" --territory "USA,GBR" --available true
    • asc xcode version edit --build-number "42"
Related skills
Installs
2.3K
GitHub Stars
791
First Seen
Jan 28, 2026