A fork of Microsoft's CodePush CLI, customized for UpdateTheApp.com service to enable React Native over-the-air updates.
npm install -g @updatetheapp/uta-codepush-cli- 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>]uta login --accessKey <KEY>- Authenticate using API key from UpdateTheApp.comuta whoami- Display current authentication status
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:
This is a fork of Microsoft's CodePush CLI, licensed under the MIT License.
This project is licensed under the MIT License - see the LICENSE file for details.