@managexr/mxr-cli
v1.3.0
Published
CLI for uploading apps to ManageXR
Keywords
Readme
The ManageXR CLI is a useful tool to automate the process of uploading applications to ManageXR. You can use the CLI in your CI/CD pipeline to upload new app versions to your ManageXR organization and even publish the versions to named release channels.
The ManageXR CLI is available as an NPM package or a binary executable.
Documentation: https://help.managexr.com/en/articles/5770931-managexr-cli
Development
Example of running upload app locally:
npm run build
# Run with environment variables
MXR_ENV="dev" MXR_API_KEY_ID="your-api-key-id" MXR_API_KEY_SECRET="your-api-key-secret" node dist/main.js upload-app "your-app.apk" --bundle-directory "your-bundle-directory" --release-channel "Development" --title "Your App Title" --always-upload-all-files