microsoft / code-push

A cloud service that enables Cordova and React Native developers to deploy mobile app updates directly to their users’ devices.
https://microsoft.github.io/code-push/
Other
4.36k stars 495 forks source link

🐛 Patch command is broken starting 3.x.x #767

Closed a-tokyo closed 2 years ago

a-tokyo commented 3 years ago

code-push-cli version: 3.0.0

code-push patch command doesn't work as documented -> Returns Error not found

Command: yarn code-push patch OrgName/AppName Production --disabled true // This command marks all production codepushes as disabled

Output of 3.0.0: Error not found

Output of 2.1.9: Successfully updated the "latest" release of "OrgName/AppName" app's "Production" deployment. ✨ Done in 3.43s.

doomkit commented 2 years ago

@A-Tokyo since v3.0.0 code-push-cli was migrated to appcenter-cli - Migration notice and no longer supported.