Open dblock opened 6 days ago
What is the problem this feature would solve? Please describe.
Apps in the UI are listed by name but in doctl I always have to figure out the UUID by going to the UX and copy-pasting it.
Add support to using names instead of IDs in doctl.
Describe the solution you'd like
Currently to tail my logs I do this:
doctl apps logs uuid -f
I'd like to do this :
doctl apps logs app-name -f
Additional context
$ doctl version doctl version 1.117.0-release
What is the problem this feature would solve? Please describe.
Apps in the UI are listed by name but in doctl I always have to figure out the UUID by going to the UX and copy-pasting it.
Add support to using names instead of IDs in doctl.
Describe the solution you'd like
Currently to tail my logs I do this:
I'd like to do this :
Additional context