asc-cli
Installation
SKILL.md
ASC CLI
Use asc to manage App Store Connect from the command line.
Installation
iSH (Alpine Linux, aarch64) uses the prebuilt linux_arm64 binary from GitHub Releases.
# 1. Check latest version at https://github.com/rorkai/App-Store-Connect-CLI/releases/latest
# 2. Download linux_arm64 binary
VERSION="1.2.6" # or latest
curl -L -o /usr/local/bin/asc \
"https://github.com/rorkai/App-Store-Connect-CLI/releases/download/${VERSION}/asc_${VERSION}_linux_arm64"
chmod +x /usr/local/bin/asc
# 3. Verify
asc version