.TH "HELM" "1" "Apr 2017" "Auto generated by spf13/cobra" "" 
.nh
.ad l


.SH NAME
.PP
helm\-verify \- verify that a chart at the given path has been signed and is valid


.SH SYNOPSIS
.PP
\fBhelm verify [flags] PATH\fP


.SH DESCRIPTION
.PP
Verify that the given chart has a valid provenance file.

.PP
Provenance files provide crytographic verification that a chart has not been
tampered with, and was packaged by a trusted provider.

.PP
This command can be used to verify a local chart. Several other commands provide
'\-\-verify' flags that run the same validation. To generate a signed package, use
the 'helm package \-\-sign' command.


.SH OPTIONS
.PP
\fB\-\-keyring\fP="~/.gnupg/pubring.gpg"
    keyring containing public keys


.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB\-\-debug\fP[=false]
    enable verbose output

.PP
\fB\-\-home\fP="~/.helm"
    location of your Helm config. Overrides $HELM\_HOME

.PP
\fB\-\-host\fP=""
    address of tiller. Overrides $HELM\_HOST

.PP
\fB\-\-kube\-context\fP=""
    name of the kubeconfig context to use

.PP
\fB\-\-tiller\-namespace\fP="kube\-system"
    namespace of tiller


.SH SEE ALSO
.PP
\fBhelm(1)\fP


.SH HISTORY
.PP
16\-Apr\-2017 Auto generated by spf13/cobra