i've just switched over from using codepush-cli to using appcenter-cli and I'm finding that codepush deployment commands are failing.
I am able to add one but running appcenter codepush deployment history -a <app-name> NewDeployment results in Error: The deployment NewDeployment does not exist.
Attempting to list deployments with appcenter codepush deployment list -a <app-name> results in Note: To display deployment keys add -k|--displayKeys option. Error: Failed to get list of deployments for the app. If i add the -k switch then it does display the deployments with keys. Any idea why its not working?
Edit: I notice that when it fails it fails on Getting deployment releases metrics...
Version: 2.3.0
i've just switched over from using codepush-cli to using appcenter-cli and I'm finding that
codepush deploymentcommands are failing.I am able to add one but running
appcenter codepush deployment history -a <app-name> NewDeploymentresults inError: The deployment NewDeployment does not exist.Attempting to list deployments with
appcenter codepush deployment list -a <app-name>results inNote: To display deployment keys add -k|--displayKeys option. Error: Failed to get list of deployments for the app. If i add the-kswitch then it does display the deployments with keys. Any idea why its not working?Edit: I notice that when it fails it fails on
Getting deployment releases metrics...Version: 2.3.0