We should add a rad --version
This should output the build version (or EDGE) as well as the git SHA it's based on.
Ideally this would be plaintext not JSON, but using kubectl as an example of how detailed this could be (we don't need all of this).
Client Version: version.Info{Major:"1", Minor:"20", GitVersion:"v1.20.1", GitCommit:"c4d752765b3bbac2237bf87cf0b1c2e307844666", GitTreeState:"clean", BuildDate:"2020-12-19T07:38:38Z", GoVersion:"go1.15.5", Compiler:"gc", Platform:"darwin/amd64"}
We should add a
rad --versionThis should output the build version (or
EDGE) as well as the git SHA it's based on.Ideally this would be plaintext not JSON, but using kubectl as an example of how detailed this could be (we don't need all of this).