Resolve App Store Connect IDs (apps, builds, versions, groups, testers) from human-friendly names using asc. Use when commands require IDs.
Use this skill to map names to IDs needed by other commands.
asc apps list --bundle-id "com.example.app"asc apps list --name "My App"asc apps --paginateASC_APP_ID=...asc builds latest --app "APP_ID" --version "1.2.3" --platform IOSasc builds list --app "APP_ID" --sort -uploadedDate --limit 5asc versions list --app "APP_ID" --paginateasc testflight groups list --app "APP_ID" --paginateasc testflight testers list --app "APP_ID" --paginateasc testflight pre-release list --app "APP_ID" --platform IOS --paginateasc review submissions-list --app "APP_ID" --paginate--pretty for debug.--output table or --output markdown.--paginate on list commands to avoid missing IDs.--sort where available to make results deterministic.