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.
Currently, vultr-cli requires to input full UUIDs when interacting with resources. This can be inconvenient, especially when frequently managing multiple instances, firewalls, or other resources
Describe the solution you'd like
I propose allowing to reference resources using a short prefix of the UUID, similar to how Docker CLI works. Instead of requiring the full UUID, vultr-cli should accept a unique partial match (e.g., the first 2–3 characters) when specifying a resource
Describe alternatives you've considered
Tab Autocompletion for UUIDs of resources
I think this will end up being complicated to implement compared but I'm willing to keep this request open and investigate the options when time allows.
Is your feature request related to a problem? Please describe.
Currently, vultr-cli requires to input full UUIDs when interacting with resources. This can be inconvenient, especially when frequently managing multiple instances, firewalls, or other resources
Describe the solution you'd like
I propose allowing to reference resources using a short prefix of the UUID, similar to how Docker CLI works. Instead of requiring the full UUID, vultr-cli should accept a unique partial match (e.g., the first 2–3 characters) when specifying a resource
Describe alternatives you've considered
Tab Autocompletion for UUIDs of resources
Example
Instead of:
Allow:
The text was updated successfully, but these errors were encountered: