Deploy App
deploy_appDeploy APK or AAB files to Google Play tracks (internal, alpha, beta, production) with release notes and staged rollout percentages.
Instructions
Deploy an APK or AAB file to a Play Store track.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | Release track - one of: internal, alpha, beta, production | |
| file_path | Yes | Absolute path to APK or AAB file | |
| package_name | Yes | App package name (e.g., com.example.myapp) | |
| release_notes | No | Optional release notes for this version (string for single language, or use release_notes_multilang for multiple languages) | |
| rollout_percentage | No | Rollout percentage (0-100). Default 100 for full rollout. | |
| release_notes_language | No | Language code for release notes (default: en-US) | en-US |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||