Upload your mobile app to selected distribution profile.
appcircle testing-distribution upload [options]
--distProfileId <uuid> Distribution profile ID
--distProfile <string> Distribution profile name (alternative to --distProfileId)
--message <string> Release notes
--app <path> App path
--help Show help for command
- The
--messageparameter allows you to add release notes for your distribution - Release notes are supported for both APK and AAB files
- In interactive mode, you can enter multi-line release notes:
- Type your release notes line by line
- Leave two blank lines to finish entering release notes
- You can include line breaks and formatting in your release notes
- The maximum allowed file size for uploads is 3 GB
- When attempting to upload a file larger than this limit, the CLI will display an error message showing the actual file size and the limit
- The CLI supports paths with tilde (~) for referring to your home directory (e.g., ~/Downloads/app.apk)