Builds
List builds
ascelerate builds list
ascelerate builds list --bundle-id <bundle-id>
ascelerate builds list --bundle-id <bundle-id> --version 2.1.0
Archive
ascelerate builds archive
ascelerate builds archive --scheme MyApp --output ./archives
The archive command auto-detects the .xcworkspace or .xcodeproj in the current directory and resolves the scheme if only one exists.
Validate
ascelerate builds validate MyApp.ipa
Upload
ascelerate builds upload MyApp.ipa
Accepts .ipa, .pkg, or .xcarchive files. When given an .xcarchive, it automatically exports to .ipa before uploading.
Await processing
ascelerate builds await-processing <bundle-id>
ascelerate builds await-processing <bundle-id> --build-version 903
Recently uploaded builds may take a few minutes to appear in the API — the command polls with a progress indicator until the build is found and finishes processing.
Attach a build to a version
# Interactively select and attach a build
ascelerate apps build attach <bundle-id>
ascelerate apps build attach <bundle-id> --version 2.1.0
# Attach the most recent build automatically
ascelerate apps build attach-latest <bundle-id>
# Remove the attached build from a version
ascelerate apps build detach <bundle-id>
build attach-latest prompts to wait if the latest build is still processing. With --yes, it waits automatically.