Usage: mxr-cli duplicate-app-version <package_name> <version_code> <version_name> <version_label> --bundle-directory /path/to/directory /path/on/device
Positionals:
package_name Package name of the application (string)
version_code Version code (number)
version_name Version name (string)
version_label Label applied to existing version you wish to duplicate (string) - You must supply the label if one exists.
Options:
--bundle-directory, --bd Path to a local directory containing files to upload as bundled files.
--new-version-label, -vl Label to differentiate an app version from others with the same version code and name. If none set, label with timestamp will automatically be applied.
--release-channel, -r Name of the release channel. If release channel with this name exists for this application, the release channel will be updated to target this app version. If it does not exist, a new release channel will be created with the name supplied.
-k, --api-key-file Path to JSON file containing ManageXR API Key id and secret [string]
-v, --verbose If set, log additional output on errors. [boolean]
-h, --help Show help [boolean]