github.com/Beeketing/helm@v2.12.1+incompatible/docs/helm/helm_get_notes.md (about) 1 ## helm get notes 2 3 displays the notes of the named release 4 5 ### Synopsis 6 7 8 This command shows notes provided by the chart of a named release. 9 10 11 ``` 12 helm get notes [flags] RELEASE_NAME 13 ``` 14 15 ### Options 16 17 ``` 18 -h, --help help for notes 19 --revision int32 get the notes of the named release with revision 20 --tls enable TLS for request 21 --tls-ca-cert string path to TLS CA certificate file (default "$HELM_HOME/ca.pem") 22 --tls-cert string path to TLS certificate file (default "$HELM_HOME/cert.pem") 23 --tls-hostname string the server name used to verify the hostname on the returned certificates from the server 24 --tls-key string path to TLS key file (default "$HELM_HOME/key.pem") 25 --tls-verify enable TLS for request and verify remote 26 ``` 27 28 ### Options inherited from parent commands 29 30 ``` 31 --debug enable verbose output 32 --home string location of your Helm config. Overrides $HELM_HOME (default "~/.helm") 33 --host string address of Tiller. Overrides $HELM_HOST 34 --kube-context string name of the kubeconfig context to use 35 --kubeconfig string absolute path to the kubeconfig file to use 36 --tiller-connection-timeout int the duration (in seconds) Helm will wait to establish a connection to tiller (default 300) 37 --tiller-namespace string namespace of Tiller (default "kube-system") 38 ``` 39 40 ### SEE ALSO 41 42 * [helm get](helm_get.md) - download a named release 43 44 ###### Auto generated by spf13/cobra on 1-Sep-2018