github.com/migueleliasweb/helm@v2.6.1+incompatible/docs/helm/helm_test.md (about)

     1  ## helm test
     2  
     3  test a release
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  The test command runs the tests for a release.
    10  
    11  The argument this command takes is the name of a deployed release.
    12  The tests to be run are defined in the chart that was installed.
    13  
    14  
    15  ```
    16  helm test [RELEASE]
    17  ```
    18  
    19  ### Options
    20  
    21  ```
    22        --cleanup              delete test pods upon completion
    23        --timeout int          time in seconds to wait for any individual Kubernetes operation (like Jobs for hooks) (default 300)
    24        --tls                  enable TLS for request
    25        --tls-ca-cert string   path to TLS CA certificate file (default "$HELM_HOME/ca.pem")
    26        --tls-cert string      path to TLS certificate file (default "$HELM_HOME/cert.pem")
    27        --tls-key string       path to TLS key file (default "$HELM_HOME/key.pem")
    28        --tls-verify           enable TLS for request and verify remote
    29  ```
    30  
    31  ### Options inherited from parent commands
    32  
    33  ```
    34        --debug                     enable verbose output
    35        --home string               location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
    36        --host string               address of Tiller. Overrides $HELM_HOST
    37        --kube-context string       name of the kubeconfig context to use
    38        --tiller-namespace string   namespace of Tiller (default "kube-system")
    39  ```
    40  
    41  ### SEE ALSO
    42  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    43  
    44  ###### Auto generated by spf13/cobra on 23-Jun-2017