github.com/felipejfc/helm@v2.1.2+incompatible/docs/helm/helm_get_manifest.md (about)

     1  ## helm get manifest
     2  
     3  download the manifest for a named release
     4  
     5  ### Synopsis
     6  
     7  
     8  
     9  This command fetches the generated manifest for a given release.
    10  
    11  A manifest is a YAML-encoded representation of the Kubernetes resources that
    12  were generated from this release's chart(s). If a chart is dependent on other
    13  charts, those resources will also be included in the manifest.
    14  
    15  
    16  ```
    17  helm get manifest [flags] RELEASE_NAME
    18  ```
    19  
    20  ### Options
    21  
    22  ```
    23        --revision value   get the named release with revision
    24  ```
    25  
    26  ### Options inherited from parent commands
    27  
    28  ```
    29        --debug                 enable verbose output
    30        --home string           location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
    31        --host string           address of tiller. Overrides $HELM_HOST
    32        --kube-context string   name of the kubeconfig context to use
    33  ```
    34  
    35  ### SEE ALSO
    36  * [helm get](helm_get.md)	 - download a named release
    37  
    38  ###### Auto generated by spf13/cobra on 1-Nov-2016