arkadiyt / aws_public_ips

Fetch all public IP addresses tied to your AWS account. Works with IPv4/IPv6, Classic/VPC networking, and across all AWS services
MIT License
634 stars 89 forks source link

Improve text verbose mode? #16

Closed bknowles closed 6 years ago

bknowles commented 6 years ago

So, with the format prettyjson (and presumably with standard json), we get information about each public IP address that is used, such as the id, the hostname, etc....

However, with text format, all we get is the IP addresses. Nothing else.

There is a documented -v flag to provide verbose output, but in text format this doesn't seem to do anything. Could that be changed so that everything you would put into prettyjson would be output in text verbose mode?

arkadiyt commented 6 years ago

I think this sounds reasonable - I'll get it out in the next version, thanks!

arkadiyt commented 6 years ago

Fixed in 1.0.5