microsoft / appcenter-cli

Command-line Interface (CLI) for Visual Studio App Center
https://appcenter.ms/
MIT License
582 stars 235 forks source link

Deployments are unsorted in `deployment list` #579

Closed christophermark closed 5 months ago

christophermark commented 5 years ago

When viewing deployments via the old code-push cli, they would return sorted alphabetically by name:

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
DmitriyKirakosyan commented 5 months ago

As we do not have plans to add support for this feature in the next year, I'm closing the issue.