github.com/cloudposse/helm@v2.2.3+incompatible/docs/man/man1/helm_version.1 (about) 1 .TH "HELM" "1" "Jan 2017" "Auto generated by spf13/cobra" "" 2 .nh 3 .ad l 4 5 6 .SH NAME 7 .PP 8 helm\-version \- print the client/server version information 9 10 11 .SH SYNOPSIS 12 .PP 13 \fBhelm version\fP 14 15 16 .SH DESCRIPTION 17 .PP 18 Show the client and server versions for Helm and tiller. 19 20 .PP 21 This will print a representation of the client and server versions of Helm and 22 Tiller. The output will look something like this: 23 24 .PP 25 Client: \&version.Version{SemVer:"v2.0.0", GitCommit:"ff52399e51bb880526e9cd0ed8386f6433b74da1", GitTreeState:"clean"} 26 Server: \&version.Version{SemVer:"v2.0.0", GitCommit:"b0c113dfb9f612a9add796549da66c0d294508a3", GitTreeState:"clean"} 27 .IP \(bu 2 28 SemVer is the semantic version of the release. 29 .IP \(bu 2 30 GitCommit is the SHA for the commit that this version was built from. 31 .IP \(bu 2 32 GitTreeState is "clean" if there are no local code changes when this binary was 33 built, and "dirty" if the binary was built from locally modified code. 34 35 .PP 36 To print just the client version, use '\-\-client'. To print just the server version, 37 use '\-\-server'. 38 39 40 .SH OPTIONS 41 .PP 42 \fB\-c\fP, \fB\-\-client\fP[=false] 43 client version only 44 45 .PP 46 \fB\-s\fP, \fB\-\-server\fP[=false] 47 server version only 48 49 .PP 50 \fB\-\-short\fP[=false] 51 print the version number 52 53 54 .SH OPTIONS INHERITED FROM PARENT COMMANDS 55 .PP 56 \fB\-\-debug\fP[=false] 57 enable verbose output 58 59 .PP 60 \fB\-\-home\fP="~/.helm" 61 location of your Helm config. Overrides $HELM\_HOME 62 63 .PP 64 \fB\-\-host\fP="" 65 address of tiller. Overrides $HELM\_HOST 66 67 .PP 68 \fB\-\-kube\-context\fP="" 69 name of the kubeconfig context to use 70 71 .PP 72 \fB\-\-tiller\-namespace\fP="kube\-system" 73 namespace of tiller 74 75 76 .SH SEE ALSO 77 .PP 78 \fBhelm(1)\fP 79 80 81 .SH HISTORY 82 .PP 83 15\-Jan\-2017 Auto generated by spf13/cobra