Find always outputs in json
ndlanier opened this issue · 2 comments
ndlanier commented
What happened?
Running nova find and nova find --wide always output in json
What did you expect to happen?
Expected output to be in a readable format (or prettyfied)
How can we reproduce this?
install via brew
run nova find or nova find --wide
Version
3.6.0
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
sudermanjr commented
I think you need nova find --format table --wide
ndlanier commented
That worked thank you