asc-cli-usage
Guidelines and commands for using the App Store Connect CLI (asc) to manage Apple app metadata, builds, and pricing.
Install
npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-cli-usageStats
| Total installs | 1,435 |
| Weekly installs | 1.4K |
| GitHub stars | 615 |
| First seen | Jan 28, 2026 |
| Source | @rudrankriyam/app-store-connect-cli-skills |
Summary
- Use --help at any level (asc --help, asc builds --help, asc builds list --help) to discover available commands and flags
- Output adapts to context: defaults to table in interactive terminals and json when piped; use --output table or --output markdown for explicit human-readable formatting
- Destructive operations require --confirm flag; use --paginate to retrieve all pages of results
- Authenticate via keychain with asc auth login, or set environment variables (ASC_KEY_ID, ASC_ISSUER_ID, ASC_PRIVATE_KEY_PATH, etc.); ASC_APP_ID provides a default app
- Control request and upload timeouts with ASC_TIMEOUT and ASC_UPLOAD_TIMEOUT environment variables
Tags
Related skills
| Skill | Installs | vs asc-cli-usage |
|---|---|---|
| asc-submission-health | 1,345 | -90 |
| semgrep | 1,536 | +101 |
| status | 1,501 | +66 |
| asc-testflight-orchestration | 1,296 | -139 |
| music-downloader | 1,369 | -66 |
FAQ
- How many installs does asc-cli-usage have?
- asc-cli-usage has 1,435 total installs and 1.4K installs this week.
- Where is asc-cli-usage hosted?
- asc-cli-usage is published by @rudrankriyam/app-store-connect-cli-skills at https://github.com/rudrankriyam/app-store-connect-cli-skills.
- How many GitHub stars does asc-cli-usage have?
- asc-cli-usage has 615 GitHub stars.
- When was asc-cli-usage first indexed?
- OrangeBot.AI first indexed asc-cli-usage on Jan 28, 2026.
- How do I install asc-cli-usage?
- Run: npx skills add https://github.com/rudrankriyam/app-store-connect-cli-skills --skill asc-cli-usage