-
-
Notifications
You must be signed in to change notification settings - Fork 107
Home
Join the Capacitor-updater Discord Server!
In manual mode, all the logic is handled by the JS, that some good and some bad in both scenario.
Good ✅
- No logic to handle, all is done for you
- Auto-revert is handle for you
- Statistics of updates available
- Possibility to revert user
- Channels to share version to your team
- Define advanced strategies
Bad 🥲
- Need to use SemVer
- Can be problematic to use Capgo cloud for big corporate
- Long to handle if you need on-premise server
Good ✅
- Full control of the update logic
- No need of version server
Bad 🥲
- If your update fails, you will not be able to revert
- Long to handle all scenario yourself
Let the plugin handle all for you
update your capacitor apps seamlessly using capacitor updater
Setup all in 5 mins
automatic build and release with GitHub actions
Auto-push your version after each commit with GitHub action
Before using the CLI, you should register here : https://web.capgo.app/register
Upgrade from version 2 to 3 Beta
Build your own logic in JavaScript
GitHub - Cap-go/demo-app: demo app with manual and auto mode
Everything is open source and under the AGPL-3.0 License.
💡 AGPL-3.0 mean if someone modify the code of the project, it’s mandatory to publish it, in open-source with same licensing. If you use the code without modification, that doesn’t concern you. See issue below for more details : https://github.com/Cap-go/capacitor-updater/issues/7