github.com/sgoings/helm@v2.0.0-alpha.2.0.20170406211108-734e92851ac3+incompatible/docs/helm/helm_rollback.md (about)

     1  ## helm rollback
     2  
     3  roll back a release to a previous revision
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  This command rolls back a release to a previous revision.
    10  
    11  The first argument of the rollback command is the name of a release, and the
    12  second is a revision (version) number. To see revision numbers, run 
    13  'helm history RELEASE'.
    14  
    15  
    16  ```
    17  helm rollback [flags] [RELEASE] [REVISION]
    18  ```
    19  
    20  ### Options
    21  
    22  ```
    23        --dry-run         simulate a rollback
    24        --no-hooks        prevent hooks from running during rollback
    25        --recreate-pods   performs pods restart for the resource if applicable
    26        --timeout int     time in seconds to wait for any individual kubernetes operation (like Jobs for hooks) (default 300)
    27        --wait            if set, will wait until all Pods, PVCs, and Services are in a ready state before marking the release as successful. It will wait for as long as --timeout
    28  ```
    29  
    30  ### Options inherited from parent commands
    31  
    32  ```
    33        --debug                     enable verbose output
    34        --home string               location of your Helm config. Overrides $HELM_HOME (default "~/.helm")
    35        --host string               address of tiller. Overrides $HELM_HOST
    36        --kube-context string       name of the kubeconfig context to use
    37        --tiller-namespace string   namespace of tiller (default "kube-system")
    38  ```
    39  
    40  ### SEE ALSO
    41  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    42  
    43  ###### Auto generated by spf13/cobra on 11-Mar-2017