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

     1  .TH "HELM" "1" "May 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  .PP
    54  \fB\-\-tls\fP[=false]
    55      enable TLS for request
    56  
    57  .PP
    58  \fB\-\-tls\-ca\-cert\fP="$HELM\_HOME/ca.pem"
    59      path to TLS CA certificate file
    60  
    61  .PP
    62  \fB\-\-tls\-cert\fP="$HELM\_HOME/cert.pem"
    63      path to TLS certificate file
    64  
    65  .PP
    66  \fB\-\-tls\-key\fP="$HELM\_HOME/key.pem"
    67      path to TLS key file
    68  
    69  .PP
    70  \fB\-\-tls\-verify\fP[=false]
    71      enable TLS for request and verify remote
    72  
    73  
    74  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    75  .PP
    76  \fB\-\-debug\fP[=false]
    77      enable verbose output
    78  
    79  .PP
    80  \fB\-\-home\fP="~/.helm"
    81      location of your Helm config. Overrides $HELM\_HOME
    82  
    83  .PP
    84  \fB\-\-host\fP="localhost:44134"
    85      address of tiller. Overrides $HELM\_HOST
    86  
    87  .PP
    88  \fB\-\-kube\-context\fP=""
    89      name of the kubeconfig context to use
    90  
    91  .PP
    92  \fB\-\-tiller\-namespace\fP="kube\-system"
    93      namespace of tiller
    94  
    95  
    96  .SH SEE ALSO
    97  .PP
    98  \fBhelm(1)\fP
    99  
   100  
   101  .SH HISTORY
   102  .PP
   103  19\-May\-2017 Auto generated by spf13/cobra