github.com/felipejfc/helm@v2.1.2+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 the previous revision.
    10  The argument of the rollback command is the name of a release.
    11  
    12  
    13  ```
    14  helm rollback [RELEASE]
    15  ```
    16  
    17  ### Options
    18  
    19  ```
    20        --dry-run    simulate a rollback
    21        --no-hooks   prevent hooks from running during rollback
    22  ```
    23  
    24  ### Options inherited from parent commands
    25  
    26  ```
    27        --debug                 enable verbose output
    28        --home string           location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
    29        --host string           address of tiller. Overrides $HELM_HOST
    30        --kube-context string   name of the kubeconfig context to use
    31  ```
    32  
    33  ### SEE ALSO
    34  * [helm](helm.md)	 - The Helm package manager for Kubernetes.
    35  
    36  ###### Auto generated by spf13/cobra on 1-Nov-2016