github.com/cloudposse/helm@v2.2.3+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", GitCommit:"ff52399e51bb880526e9cd0ed8386f6433b74da1", GitTreeState:"clean"}
    15  Server: &version.Version{SemVer:"v2.0.0", 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   client version only
    34    -s, --server   server version only
    35        --short    print the version number
    36  ```
    37  
    38  ### Options inherited from parent commands
    39  
    40  ```
    41        --debug                     enable verbose output
    42        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    43        --host string               address of tiller. Overrides $HELM_HOST
    44        --kube-context string       name of the kubeconfig context to use
    45        --tiller-namespace string   namespace of tiller (default "kube-system")
    46  ```
    47  
    48  ### SEE ALSO
    49  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    50  
    51  ###### Auto generated by spf13/cobra on 15-Jan-2017