Add a sort option to Nova, so that we would --include-all and sort all outdated packages to the start or end
deiga opened this issue · 2 comments
deiga commented
Is your feature request related to a problem? Please describe.
When running Nova with --include-all an --format=table the outdated Charts are mixed with non-outdated ones, since the output is sorted by Namespace.
Describe the solution you'd like
We would like to be able to sort by the Old
field in ASC or DESC order.
sudermanjr commented
Seems like a great idea. Probably need both a --sort-by
and a --sort-order
or something like that so that we could sort on any column header. We would love to see a pull request from the community on this!
AbdulAhadAkhter commented
Would love to give this a whirl! I'll try whipping something up this weekend! Couldn't take a look at it due to personal reasons. Someone else can feel free to take it! :)