asc-cli-usage
App Store Connect CLI reference for command discovery, flags, output formats, and authentication.
- Use
--helpat any level (asc --help,asc builds --help,asc builds list --help) to discover available commands and flags - Output adapts to context: defaults to
tablein interactive terminals andjsonwhen piped; use--output tableor--output markdownfor explicit human-readable formatting - Destructive operations require
--confirmflag; use--paginateto 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_IDprovides a default app - Control request and upload timeouts with
ASC_TIMEOUTandASC_UPLOAD_TIMEOUTenvironment variables
asc cli usage
Use this skill when you need to run or design asc commands for App Store Connect.
Command discovery
- Always use
--helpto discover commands and flags.asc --helpasc builds --helpasc builds list --help
More from rudrankriyam/app-store-connect-cli-skills
asc-xcode-build
Build, archive, export, upload, and manage Xcode version/build numbers with the current asc xcode helpers before App Store Connect upload or submission. Use when creating an IPA or PKG for upload.
2.4Kasc-release-flow
Determine whether an app is ready to submit, then drive the current App Store release flow with asc, including validation, staging, review submission, first-time availability, subscriptions, IAP, Game Center, and App Privacy checks.
2.3Kasc-submission-health
Validate App Store submission readiness, submit prepared versions, and monitor review status with current asc commands. Use when shipping or troubleshooting review submissions.
2.3Kasc-metadata-sync
Sync, validate, and apply App Store metadata with the current asc canonical metadata workflow. Use when updating metadata, localizations, keywords, or migrating legacy fastlane metadata.
2.3Kasc-testflight-orchestration
Orchestrate TestFlight distribution, groups, testers, and What to Test notes using asc. Use when rolling out betas.
2.2Kasc-id-resolver
Resolve App Store Connect IDs (apps, builds, versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.
2.2K