@updatetheapp/uta-codepush-cli
v0.0.1
Published
React Native OTA update deployment CLI - forked from Microsoft/code-push-cli for UpdateTheApp.com
Readme
UTA CodePush CLI
A fork of Microsoft's CodePush CLI, customized for UpdateTheApp.com service to enable React Native over-the-air updates.
Installation
npm install -g @updatetheapp/uta-codepush-cliGetting Started
- Generate an API key from UpdateTheApp Dashboard
- Login using your API key:
uta login --accessKey <KEY>- Verify your authentication:
uta whoami- Deploy updates to your React Native app:
uta release-react <appName> <platform> [--deploymentName <deploymentName>]Currently Supported Commands
Authentication
uta login --accessKey <KEY>- Authenticate using API key from UpdateTheApp.comuta whoami- Display current authentication status
App Updates
uta release-react <appName> <platform>- Release a React Native update- Options:
--deploymentName <name>- Deployment to release to (default: "Staging")--description <desc>- Description of the changes--mandatory- Make the update mandatory--targetBinaryVersion <version>- Target specific binary versions
- Options:
Original Project
This is a fork of Microsoft's CodePush CLI, licensed under the MIT License.
License
This project is licensed under the MIT License - see the LICENSE file for details.
