0.0.2 • Published 11 months ago
ota-updates-client v0.0.2
ota-updates-client CLI
Installation
For NPM users:
npm install -g @viramshah26/ota-updates-client@latest
For Yarn users:
yarn global add @viramshah26/ota-updates-client@latest
Usage
You can run the following command to release your Expo Updates to the custom server:
```bash
# Set Credentials for OTA Updates
ota-updates-client login --release-channel [staging|production] --csrf <csrf token> --token <auth token>
```bash
# Release a new update
ota-updates-client release --platform [android|ios] --host <host url (default set to host in expo.updates.url in app.config.js)> --cohort <cohort for a/b testing ('default' set as default value)>