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

Private key path #749

Closed CyberMew closed 2 years ago

CyberMew commented 3 years ago

Using 2.7.3.

--private-key-path description says to provide a path, but if I provide a url path, it returns errors code 3 and Error: Failed to release a CodePush update. when at the release content to CodePush step. Support said error: activity_name: graph router, exception: ESOCKETTIMEDOUT in their logs, but the issue was immediate.

So 2 things, (1) If url paths are not supported then it should be stated in the --help, (2) it should not return a generic error Error: Failed to release a CodePush update. with --debug, it should actually state what is wrong, otherwise we have nothing to go one