ubriot
v0.2.1
Published
CI/CD CLI for Expo and React Native — ship iOS, Android, and OTA updates from your terminal.
Readme
ubriot
Mobile release CLI. Ship iOS and Android native builds, submit to TestFlight and Google Play, and push OTA updates — all from one command.
Install
npm install -g ubriotQuick start
ubriot login
ubriot ship ios # build + submit to TestFlight
ubriot ship android # build + submit to Google Play
ubriot update # publish an OTA updateCommands
| Command | What it does |
|---|---|
| ubriot login | Log in to your Ubriot account |
| ubriot ship ios | Build iOS app and submit to TestFlight |
| ubriot ship android | Build Android AAB and submit to Google Play |
| ubriot ship ios --no-submit | Build only, skip TestFlight |
| ubriot update | Export and publish an OTA update |
| ubriot push setup --app <name> | Set up native push notifications |
| ubriot apps list | List your release apps |
| ubriot builds list --app <name> | List recent builds |
| ubriot builds watch <buildId> | Watch a build live: streaming logs + status until it finishes |
Documentation
Full setup guide and credential instructions at ubriot.dev.
