github.com/darkowlzz/helm@v2.5.1-0.20171213183701-6707fe0468d4+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        --tls                  enable TLS for request
    37        --tls-ca-cert string   path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
    38        --tls-cert string      path to TLS certificate file (default "$HELM_HOME/cert.pem")
    39        --tls-key string       path to TLS key file (default "$HELM_HOME/key.pem")
    40        --tls-verify           enable TLS for request and verify remote
    41  ```
    42  
    43  ### Options inherited from parent commands
    44  
    45  ```
    46        --debug                     enable verbose output
    47        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    48        --host string               address of Tiller. Overrides $HELM_HOST
    49        --kube-context string       name of the kubeconfig context to use
    50        --kubeconfig string         path to kubeconfig file. Overrides $KUBECONFIG
    51        --tiller-namespace string   namespace of Tiller (default "kube-system")
    52  ```
    53  
    54  ### SEE ALSO
    55  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    56  
    57  ###### Auto generated by spf13/cobra on 7-Nov-2017