Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds porcelain option to droplets command #294

Merged
merged 1 commit into from
Dec 3, 2017

Conversation

petems
Copy link
Owner

@petems petems commented Dec 3, 2017

  • Easier output for things like sed, awk and cut
  • Example from tugboat droplets | grep -F TEST | cut -d : -f 2 | cut -d ' ' -f 2 | cut -d , -f 1 >>big-test-hosts
  • This would now be accomplished with something as easy as:
bundle exec tugboat droplets --attribute=ip4
test-blog-1,41.101.11.22
test-blog-2,138.68.11.22

@coveralls
Copy link

coveralls commented Dec 3, 2017

Coverage Status

Coverage decreased (-0.1%) to 98.0% when pulling 799a727 on add_porcelain_and_attribute_option_to_droplet_list into a4c4c9c on master.

* Easier output for things like sed, awk and cut
* Example from `tugboat droplets | grep -F TEST | cut -d : -f 2 | cut -d ' ' -f 2 | cut -d , -f 1 >>big-test-hosts`
* This would now be accomplished with something as easy as:
```
bundle exec tugboat droplets --attribute=ip4
test-blog-1,41.101.11.22
test-blog-2,138.68.11.22
```
@petems petems force-pushed the add_porcelain_and_attribute_option_to_droplet_list branch from 799a727 to b646b51 Compare December 3, 2017 21:23
@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 98.175% when pulling b646b51 on add_porcelain_and_attribute_option_to_droplet_list into a4c4c9c on master.

2 similar comments
@coveralls
Copy link

Coverage Status

Coverage increased (+0.05%) to 98.175% when pulling b646b51 on add_porcelain_and_attribute_option_to_droplet_list into a4c4c9c on master.

@coveralls
Copy link

coveralls commented Dec 3, 2017

Coverage Status

Coverage increased (+0.05%) to 98.175% when pulling b646b51 on add_porcelain_and_attribute_option_to_droplet_list into a4c4c9c on master.

@petems petems merged commit 0fcd8cc into master Dec 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants