asc-cli
Installation
SKILL.md
asc CLI — App Store Command Center
A CLI for App Store Connect — automate builds, releases, TestFlight, subscriptions, and screenshots from your terminal or CI pipeline.
Install & Authenticate
brew install tddworks/tap/asccli
asc auth login \
--key-id YOUR_KEY_ID \
--issuer-id YOUR_ISSUER_ID \
--private-key-path ~/.asc/AuthKey_XXXXXX.p8
asc auth check
Get your API key from https://appstoreconnect.apple.com/access/integrations/api
Related skills