nova icon indicating copy to clipboard operation
nova copied to clipboard

format `table` is not working

Open wangeguo opened this issue 1 year ago • 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

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

Code of Conduct

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

Additional context

No response

wangeguo avatar Jan 21 '24 09:01 wangeguo