Skip to main content

Usage

Examples

1. Using JSON file auth

2. Using environment variable auth

3. Duplicate with new version label and release channel

This example duplicates an existing app version and:
  • --new-version-label sets a new label “Beta” for the duplicated version
  • --release-channel publishes the duplicated app version to the “Dev” release channel

4. Duplicate with bundled files

Duplicate an app version with bundled files and choose the location where the files should be installed on devices
  • --bundle-directory uploads files stored at /path/to/directory on local machine as bundled files
  • /path/on/device optional path to location on device where bundled files will be installed e.g., Android/obb/com.your.app