github.com/felipejfc/helm@v2.1.2+incompatible/docs/helm/helm_version.md (about) 1 ## helm version 2 3 print the client/server version information 4 5 ### Synopsis 6 7 8 9 Show the client and server versions for Helm and tiller. 10 11 This will print a representation of the client and server versions of Helm and 12 Tiller. The output will look something like this: 13 14 Client: &version.Version{SemVer:"v2.0.0-beta.1", GitCommit:"ff52399e51bb880526e9cd0ed8386f6433b74da1", GitTreeState:"dirty"} 15 Server: &version.Version{SemVer:"v2.0.0-beta.1", GitCommit:"b0c113dfb9f612a9add796549da66c0d294508a3", GitTreeState:"clean"} 16 17 - SemVer is the semantic version of the release. 18 - GitCommit is the SHA for the commit that this version was built from. 19 - GitTreeState is "clean" if there are no local code changes when this binary was 20 built, and "dirty" if the binary was built from locally modified code. 21 22 To print just the client version, use '--client'. To print just the server version, 23 use '--server'. 24 25 26 ``` 27 helm version 28 ``` 29 30 ### Options 31 32 ``` 33 -c, --client if set, show the client version 34 -s, --server if set, show the server version 35 ``` 36 37 ### Options inherited from parent commands 38 39 ``` 40 --debug enable verbose output 41 --home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home") 42 --host string address of tiller. Overrides $HELM_HOST 43 --kube-context string name of the kubeconfig context to use 44 ``` 45 46 ### SEE ALSO 47 * [helm](helm.md) - The Helm package manager for Kubernetes. 48 49 ###### Auto generated by spf13/cobra on 1-Nov-2016