Auto-complete the app name on flyctl

In this thread, I propose a functionality that auto-completes the app name on flyctl, as the title says.

I currently run many apps on Fly. Not only does each environment have multiple app names, but each app also has its app name, which is typically long.

Typing for an app argument (-a or --app) every time for such cases is a bit of a pain, and the reason for the proposal is that I just want to knock down that boring task with the tab key.
That can be easily implemented by caching the API response nicely and revalidating the cache if the user is tapping the tab key multiple times.

What do you think about this?

3 Likes

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.