You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
When deploying with caprover deploy, in the step where you select the app name to deploy to, the apps are sorted in the order the were added to the caprover instance (at least, that's what it looks like). Once you have more than a few apps this becomes annoying, as it's illogical where to find your app. Especially once you get to more than 6 apps, as the cli only displays 6 at a time (why?) Also, the web interface sorts alphabetically by default I think, so it would make sense if the cli showed apps in the same order.
Describe the solution you'd like
I'd like the cli to:
show more than 6 apps at a time
show the apps ordered alphabetically
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
When deploying with
caprover deploy
, in the step where you select the app name to deploy to, the apps are sorted in the order the were added to the caprover instance (at least, that's what it looks like). Once you have more than a few apps this becomes annoying, as it's illogical where to find your app. Especially once you get to more than 6 apps, as the cli only displays 6 at a time (why?) Also, the web interface sorts alphabetically by default I think, so it would make sense if the cli showed apps in the same order.Describe the solution you'd like
I'd like the cli to:
The text was updated successfully, but these errors were encountered: