Closed christophermark closed 5 months ago
When viewing deployments via the old code-push cli, they would return sorted alphabetically by name:
code-push cli
code-push deployment list
v1.0 v2.0 v3.0
It would be useful if the Appcenter CLI could sort the deployments as well, instead of the current jumbled order.
appcenter codepush deployment list
v2.0 v1.0 v3.0
As we do not have plans to add support for this feature in the next year, I'm closing the issue.
When viewing deployments via the old
code-push cli
, they would return sorted alphabetically by name:code-push deployment list
It would be useful if the Appcenter CLI could sort the deployments as well, instead of the current jumbled order.
appcenter codepush deployment list