Hello Cordova devs, Because Cordova CLI is a great tool for command line for almost everything about creating, building hybrids apps, it would be great to include a new command for uploading the generated binaries to the app stores.
As far as I know, nothing exists at the moment in Cordova. I succeeded patching gradle scripts for including this feature so I could upload my own generated APK to my Google Play account from a cordova command. This is very useful for including Cordova apps into Continuous Integration. Did you already think about that ? We could : 1. add an option to the "build" command => "cordova build -- release --upload" 2. or "cordova upload", that needs to build a release version of the package I described the steps and published a "dirty patch" on https://gist.github.com/mysegfault/9d387cb7f4b08b750bad for Android. Thanks for your feedback. -- Maxime