appstore-connect
Installation
SKILL.md
App Store Connect (asc)
Read, manage, and ship any of the user's App Store apps through the asc CLI (App Store Connect CLI by Rork). asc covers nearly the entire ASC surface; reach for the raw API only for the rare gap.
asc auth status # shows stored credential profiles + which is default
asc auth status --validate # confirms a credential actually works
asc doctor # diagnose auth/config issues
- Multiple accounts/teams:
asc --profile <name> <command>selects a profile. - A NEW account with no stored key: run the
find-asc-credentialsskill (locates the.p8, key id, and issuer id, thenasc auth login). Never print or commit.p8keys, key ids, or issuer ids.
<how_to_drive>
Do NOT guess flags. asc is large and self-documenting — discover, then act: