yonahd / kor

A Golang Tool to discover unused Kubernetes Resources
MIT License
1.04k stars 96 forks source link

Feature: Add a version subcommand #211

Closed sgaunet closed 8 months ago

sgaunet commented 8 months ago

Is your feature request related to a problem? Please describe. I would like to be able to get the version of the tool by running the version subcommand.

Describe the solution you'd like For example:

$ kor version
0.3.5

Additional context Maybe I can do it if you like.

doronkg commented 8 months ago

/assign WIP in #210, currently refactoring the --version flag to version subcommand.