digitalocean / doctl

The official command line interface for the DigitalOcean API.
https://docs.digitalocean.com/reference/doctl/
Apache License 2.0
3.26k stars 397 forks source link

Reference an app by name instead of ID #1615

Open dblock opened 6 days ago

dblock commented 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