mirror of https://github.com/helm/helm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
76 lines
1.6 KiB
76 lines
1.6 KiB
.TH "HELM" "1" "Nov 2016" "Auto generated by spf13/cobra" ""
|
|
.nh
|
|
.ad l
|
|
|
|
|
|
.SH NAME
|
|
.PP
|
|
helm\-version \- print the client/server version information
|
|
|
|
|
|
.SH SYNOPSIS
|
|
.PP
|
|
\fBhelm version\fP
|
|
|
|
|
|
.SH DESCRIPTION
|
|
.PP
|
|
Show the client and server versions for Helm and tiller.
|
|
|
|
.PP
|
|
This will print a representation of the client and server versions of Helm and
|
|
Tiller. The output will look something like this:
|
|
|
|
.PP
|
|
Client: \&version.Version{SemVer:"v2.0.0\-beta.1", GitCommit:"ff52399e51bb880526e9cd0ed8386f6433b74da1", GitTreeState:"dirty"}
|
|
Server: \&version.Version{SemVer:"v2.0.0\-beta.1", GitCommit:"b0c113dfb9f612a9add796549da66c0d294508a3", GitTreeState:"clean"}
|
|
.IP \(bu 2
|
|
SemVer is the semantic version of the release.
|
|
.IP \(bu 2
|
|
GitCommit is the SHA for the commit that this version was built from.
|
|
.IP \(bu 2
|
|
GitTreeState is "clean" if there are no local code changes when this binary was
|
|
built, and "dirty" if the binary was built from locally modified code.
|
|
|
|
.PP
|
|
To print just the client version, use '\-\-client'. To print just the server version,
|
|
use '\-\-server'.
|
|
|
|
|
|
.SH OPTIONS
|
|
.PP
|
|
\fB\-c\fP, \fB\-\-client\fP[=false]
|
|
if set, show the client version
|
|
|
|
.PP
|
|
\fB\-s\fP, \fB\-\-server\fP[=false]
|
|
if set, show the server version
|
|
|
|
|
|
.SH OPTIONS INHERITED FROM PARENT COMMANDS
|
|
.PP
|
|
\fB\-\-debug\fP[=false]
|
|
enable verbose output
|
|
|
|
.PP
|
|
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
|
|
location of your Helm config. Overrides $HELM\_HOME
|
|
|
|
.PP
|
|
\fB\-\-host\fP=""
|
|
address of tiller. Overrides $HELM\_HOST
|
|
|
|
.PP
|
|
\fB\-\-kube\-context\fP=""
|
|
name of the kubeconfig context to use
|
|
|
|
|
|
.SH SEE ALSO
|
|
.PP
|
|
\fBhelm(1)\fP
|
|
|
|
|
|
.SH HISTORY
|
|
.PP
|
|
1\-Nov\-2016 Auto generated by spf13/cobra
|