Productivity & TasksDocumentedScanned
asc-release-flow
End-to-end release workflows for TestFlight and App Store using asc publish, builds, versions.
Share:
Installation
npx clawhub@latest install asc-release-flowView the full skill documentation and source below.
Documentation
Release flow (TestFlight and App Store)
Use this skill when you need to get a new build into TestFlight or submit to the App Store.
Preconditions
- Ensure credentials are set (
asc auth loginorASC_*env vars). - Use a new build number for each upload.
- Prefer
ASC_APP_IDor pass--appexplicitly.
Preferred end-to-end commands
- TestFlight:
asc publish testflight --app --ipa --group [,]
- Optional: --wait, --notify, --platform, --poll-interval, --timeout
- App Store:
asc publish appstore --app --ipa --version
- Optional: --wait, --submit --confirm, --platform, --poll-interval, --timeout
Manual sequence (when you need more control)
asc builds upload --app --ipa
asc builds latest --app [--version ] [--platform ]
asc builds add-groups --build --group [,]
asc versions attach-build --version-id --build
- asc submit create --app --version --build --confirm
asc submit status --id or --version-id
- asc submit cancel --id --confirm
Notes
- Always use
--helpto verify flags for the exact command. - Use
--output table/--output markdownfor human-readable output; default is JSON.