We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add command helm version to output build/release version
helm version
The text was updated successfully, but these errors were encountered:
Add release version for the Helm CLI
c8e2b0d
Fixes helm#761
Should this helm version command also print out the version of the Tiller server? This behavior would be similar to what kubectl does:
kubectl
ENG000656:helm aaronschlesinger$ kubectl version Client Version: version.Info{Major:"1", Minor:"2", GitVersion:"v1.2.0", GitCommit:"5cb86ee022267586db386f62781338b0483733b3", GitTreeState:"clean"} Server Version: version.Info{Major:"1", Minor:"2", GitVersion:"v1.2.4", GitCommit:"3eed1e3be6848b877ff80a93da3785d9034d0a4f", GitTreeState:"clean"}
Sorry, something went wrong.
vaikas
No branches or pull requests
Add command
helm version
to output build/release versionThe text was updated successfully, but these errors were encountered: