I'm cross-posting this issue from the Code Push repo, as I'm having issues with both CLI tools: https://github.com/microsoft/code-push/issues/675
AppCenter CLI version 2.3.0
appcenter codepush deployment list --app [app]
We're seeing a very high error rate when trying to list our deployments from the App Center CLI. We used to be able to retry a few times and get it to work, but now we only hit the message:
Error: Failed to get list of deployments for the app

Perhaps a dupe of #698
If you pass the command --debug you can see the actual API requests and responses. The error is in the metrics API. It is throwing a Redis out of memory error.
/ Getting CodePush deployments metrics...Response status code: 400
Body: {"message":"OOM command not allowed when used memory > 'maxmemory'."}
Hey, we're aware of the issue and looking into it now. We'll let you know when we have more information. Thanks for reporting this issue!
Didn't hear anyone posting here but it seems we are back!!! 馃帀 馃帀 At least Checking here everything seems fine again. Could someone else confirm please ?
@ribamarsantos Yes. We just resolved an issue with our Redis cache. Please let us know if there are any other issues!
鉂わ笍 Working really well. Thank you!
Getting this same error currently. I assume I should just wait for it to be resolved?
+1
If you pass the command
--debugyou can see the actual API requests and responses. The error is in the metrics API. It is throwing a Redis out of memory error./ Getting CodePush deployments metrics...Response status code: 400 Body: {"message":"OOM command not allowed when used memory > 'maxmemory'."}
is that the "code-push" cli? cause when i try passing --debug it says that this option does not exists.
+1 facing the same error here, but when try to release an app.
Most helpful comment
Hey, we're aware of the issue and looking into it now. We'll let you know when we have more information. Thanks for reporting this issue!