shinobistack / waymond

Autoscale Anything Anywhere All at once! :eyes:
https://shinobistack.github.io/waymond
Apache License 2.0
17 stars 3 forks source link

cli: add `waymond version` sub-command #2

Open scriptnull opened 1 year ago

scriptnull commented 1 year ago

It should print the version of waymond.

$ waymond version
v0.1.0

We use this goreleaser github action to build and release waymond. So, we will need to figure out how to pass in the version to be baked during that build.