FairwindsOps/nova

format `table` is not working

wangeguo opened this issue · 0 comments

What happened?

default format (json):

➜  ~ nova find
[{"release":"amp","chartName":"amphitheatre","namespace":"amp-system","description":"A Helm chart for Kubernetes","Installed":{"version":"0.11.2","appVersion":"v0.7.5"},"Latest":{"version":"","appVersion":""},"outdated":false,"deprecated":false,"helmVersion":"3","overridden":false}]

when i set the format to table, it 's print empty talbe:

➜  ~ nova find --format table
Release Name    Installed    Latest    Old    Deprecated
============    =========    ======    ===    ==========

What did you expect to happen?

a table with filled data

How can we reproduce this?

nova find --format table

Version

nova_3.7.0_darwin_amd64

Search

  • I did search for other open and closed issues before opening this.

Code of Conduct

  • I agree to follow this project's Code of Conduct

Additional context

No response