asc-cli-usage

Installation
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
  • Use asc search for local, deterministic command discovery when you know the workflow but not the command path.
    • asc search "submit app for review"
    • asc search --output table "upload build"
  • Use asc schema to inspect bundled App Store Connect endpoint schemas and request/query fields before designing API-facing commands.
    • asc schema --pretty "GET /v1/apps"
    • asc schema --method POST appStoreVersions
  • Use asc capabilities to explain CLI-supported, partial, web-only, and public-API-limited workflow coverage.
    • asc capabilities --area release --output table
    • asc capabilities --status not-public-api --output markdown
Installs
2.5K
GitHub Stars
852
First Seen
Jan 28, 2026
asc-cli-usage — rudrankriyam/app-store-connect-cli-skills