Batch Deploy
batch_deployDeploy an app to multiple tracks in a single operation. Simplify simultaneous internal and alpha releases or promote across testing tracks.
Instructions
Deploy an app to multiple tracks in a single operation.
This is useful for deploying to internal and alpha tracks simultaneously, or for promoting to multiple testing tracks at once.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tracks | Yes | List of tracks to deploy to (e.g., ["internal", "alpha"]) | |
| confirm | No | ||
| file_path | Yes | Absolute path to APK or AAB file | |
| package_name | Yes | App package name | |
| release_notes | No | Optional release notes for all tracks | |
| confirmation_token | No | ||
| rollout_percentages | No | Optional dict mapping track names to rollout percentages |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||