github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+incompatible/docs/man/man1/helm_test.1 (about)

     1  .TH "HELM" "1" "Mar 2017" "Auto generated by spf13/cobra" "" 
     2  .nh
     3  .ad l
     4  
     5  
     6  .SH NAME
     7  .PP
     8  helm\-test \- test a release
     9  
    10  
    11  .SH SYNOPSIS
    12  .PP
    13  \fBhelm test [RELEASE]\fP
    14  
    15  
    16  .SH DESCRIPTION
    17  .PP
    18  The test command runs the tests for a release.
    19  
    20  .PP
    21  The argument this command takes is the name of a deployed release.
    22  The tests to be run are defined in the chart that was installed.
    23  
    24  
    25  .SH OPTIONS
    26  .PP
    27  \fB\-\-cleanup\fP[=false]
    28      delete test pods upon completion
    29  
    30  .PP
    31  \fB\-\-timeout\fP=300
    32      time in seconds to wait for any individual kubernetes operation (like Jobs for hooks)
    33  
    34  
    35  .SH OPTIONS INHERITED FROM PARENT COMMANDS
    36  .PP
    37  \fB\-\-debug\fP[=false]
    38      enable verbose output
    39  
    40  .PP
    41  \fB\-\-home\fP="~/.helm"
    42      location of your Helm config. Overrides $HELM\_HOME
    43  
    44  .PP
    45  \fB\-\-host\fP=""
    46      address of tiller. Overrides $HELM\_HOST
    47  
    48  .PP
    49  \fB\-\-kube\-context\fP=""
    50      name of the kubeconfig context to use
    51  
    52  .PP
    53  \fB\-\-tiller\-namespace\fP="kube\-system"
    54      namespace of tiller
    55  
    56  
    57  .SH SEE ALSO
    58  .PP
    59  \fBhelm(1)\fP
    60  
    61  
    62  .SH HISTORY
    63  .PP
    64  11\-Mar\-2017 Auto generated by spf13/cobra