petems / tugboat

A command line tool for interacting with your DigitalOcean droplets.
MIT License
1.45k stars 89 forks source link

Print the Droplet ID after create #265

Closed lachesis closed 7 years ago

lachesis commented 7 years ago

We have thousands of droplets on DigitalOcean, so the fuzzy search features are annoying slow. I often want to create a droplet, then immediately find its IP address so I can deploy it. This patch just makes the create command print the ID so I can call tugboat info -i (id).

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.0% when pulling 5d7dc01cdfbd38e87e4efa6e228f501fc9bb6c0c on lachesis:id into d9e98b1165b9e51ccaf58f64d690e331dc67bcad on petems:master.

coveralls commented 7 years ago

Coverage Status

Coverage remained the same at 98.0% when pulling 5d7dc01cdfbd38e87e4efa6e228f501fc9bb6c0c on lachesis:id into d9e98b1165b9e51ccaf58f64d690e331dc67bcad on petems:master.

petems commented 7 years ago

@lachesis Great change! I'm going to fix the specs in a new PR and merge that when green 👍

BTW, are there any other feature requests or changes you'd like for tugboat? I'm looking to gather up feature requests for next time I have some free time to work on Tugboat 😄