asc

Featured

Drive App Store Connect from the terminal with the `asc` CLI — TestFlight builds, groups, testers and What to Test notes; App Store versions, metadata, keywords, screenshots and release notes; submissions and review health; signing, provisioning and notarization; crash and beta-feedback triage; pricing, subscriptions and Apple Ads. Use whenever the task touches App Store Connect, TestFlight, an App Store release or submission, or an iOS/macOS build upload. Route to the matching file under references/ before running commands.

Data & Documents 436 stars 36 forks Updated today MIT

Install

View on GitHub

Quality Score: 89/100

Stars 20%
88
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

# asc — App Store Connect from the CLI `asc` is installed via Homebrew (`brew install asc`). It is the only tool that should touch App Store Connect here — do not hand-roll JWTs or curl the API. This skill is a router. Read the one reference that matches the task, not the whole set. Each reference is a self-contained playbook with the exact commands. ## Before anything Every command needs credentials. Check first: ```sh asc auth status # active profile asc doctor # diagnose a broken or missing setup ``` If nothing is stored, register a key (Key ID + Issuer ID + `.p8` from https://appstoreconnect.apple.com/access/integrations/api): ```sh asc auth login --name <label> --key-id <KEY_ID> --issuer-id <UUID> \ --private-key <path/to/AuthKey_XXXX.p8> --network ``` Most commands need an app or build ID rather than a name — see `references/asc-id-resolver.md`. ## Routing table | Task | Read | | --- | --- | | Flags, output formats, pagination, discovery — how to shape any `asc` command | `references/asc-cli-usage.md` | | Turn an app / build / version / group / tester name into an ID | `references/asc-id-resolver.md` | | TestFlight groups, testers, distribution, What to Test notes | `references/asc-testflight-orchestration.md` | | Build processing status, finding the latest build, retention cleanup | `references/asc-build-lifecycle.md` | | TestFlight crashes, beta feedback, hangs, launch diagnostics | `references/asc-crash-triage.md` | | Build, archive, export...

Details

Author
termio-sh
Repository
termio-sh/termio
Created
3 months ago
Last Updated
today
Language
Swift
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category