CLI for shipping React Native OTA updates with updatetheapp.com
A fork of Microsoft’s CodePush CLI, customized for updatetheapp.com to ship React Native over-the-air (OTA) updates.
uta login --accessKey <KEY>
– Authenticate using an API key.uta whoami
– Display the current authenticated user.uta release-react <appName> <platform>
– Release a React Native OTA update.
--deploymentName <name>
– Deployment channel (default: Staging
).--description <desc>
– Description of the changes.--mandatory
– Make the update mandatory.--targetBinaryVersion <version>
– Target specific binary versions.react-native-code-push
? Migrating to updatetheapp.com is straightforward.
Since updatetheapp.com uses the same client protocol, you don’t need to change the react-native-code-push
SDK package itself.
The migration involves these main steps:
⚠️ The attribute name is CodePushServerUrl
(lower-case l) on Android.
$(CODE_PUSH_DEPLOYMENT_KEY)
and $(CODE_PUSH_SERVER_URL)
).
gradlew assembleRelease
/ Xcode Archive).uta release-react
.