optiopay / klar

Integration of Clair and Docker Registry
MIT License
506 stars 140 forks source link

Prettify non-json output #125

Closed nabadger closed 5 years ago

nabadger commented 5 years ago

Could potentially make use of something like https://github.com/olekukonko/tablewriter

It would be nice to have the following:

This is mostly to make output easier to read, it may not add much real value since I suspect the exit-status is more important (and/or processing of the json output).

I wouldn't mind contributing to this project and taking this on if you think it's a nice idea?

hashmap commented 5 years ago

@nabadger sounds like a good idea!

nabadger commented 5 years ago

Let me know if the above PR is ok or if you have any suggestions - I'm thinking we might want to review the table headings...

Thanks :)

nabadger commented 5 years ago

This is now avail. in release v2.4.0 (can close this)