github.com/felipejfc/helm@v2.1.2+incompatible/docs/man/man1/helm_version.1 (about)

     1  .TH "HELM" "1" "Nov 2016" "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\-beta.1", GitCommit:"ff52399e51bb880526e9cd0ed8386f6433b74da1", GitTreeState:"dirty"}
    26  Server: \&version.Version{SemVer:"v2.0.0\-beta.1", 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      if set, show the client version
    44  
    45  .PP
    46  \fB\-s\fP, \fB\-\-server\fP[=false]
    47      if set, show the server version
    48  
    49  
    50  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    51  .PP
    52  \fB\-\-debug\fP[=false]
    53      enable verbose output
    54  
    55  .PP
    56  \fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
    57      location of your Helm config. Overrides $HELM\_HOME
    58  
    59  .PP
    60  \fB\-\-host\fP=""
    61      address of tiller. Overrides $HELM\_HOST
    62  
    63  .PP
    64  \fB\-\-kube\-context\fP=""
    65      name of the kubeconfig context to use
    66  
    67  
    68  .SH SEE ALSO
    69  .PP
    70  \fBhelm(1)\fP
    71  
    72  
    73  .SH HISTORY
    74  .PP
    75  1\-Nov\-2016 Auto generated by spf13/cobra