appstore-publisher
Installation
SKILL.md
ASC CLI App Store Publishing Complete Guide
Agent Operations Handbook — Execute each phase in order to complete the full workflow from build to publication. Based on asc v0.35.2, designed for paid iOS apps (no IAP, no subscriptions, no backend).
0. Prerequisites
0.1 Install asc
# Option 1: Homebrew (recommended)
brew install asc
# Option 2: Build from source
git clone https://github.com/rudrankriyam/App-Store-Connect-CLI.git
cd App-Store-Connect-CLI
go build -o /usr/local/bin/asc .