fix(docs): do not include timestamp in generated docs

pull/1611/head
Adam Reese 9 years ago
parent 190dafbc8e
commit 397776f60f

@ -133,6 +133,9 @@ func newRootCmd(out io.Writer) *cobra.Command {
// Find and add plugins
loadPlugins(cmd, helmpath.Home(homePath()), out)
// Disable setting generated timestamp in docs
cmd.DisableAutoGenTag = true
return cmd
}

@ -31,7 +31,7 @@ Environment:
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -59,4 +59,3 @@ Environment:
* [helm verify](helm_verify.md) - verify that a chart at the given path has been signed and is valid
* [helm version](helm_version.md) - print the client/server version information
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -34,11 +34,17 @@ will be overwritten, but other files will be left alone.
helm create NAME
```
### Options
```
-p, --starter string the named Helm starter scaffold
```
### Options inherited from parent commands
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -46,4 +52,3 @@ helm create NAME
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -29,7 +29,7 @@ helm delete [flags] RELEASE_NAME [...]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -37,4 +37,3 @@ helm delete [flags] RELEASE_NAME [...]
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -44,7 +44,7 @@ a URL.
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -55,4 +55,3 @@ a URL.
* [helm dependency list](helm_dependency_list.md) - list the dependencies for the given chart
* [helm dependency update](helm_dependency_update.md) - update charts/ based on the contents of requirements.yaml
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -23,7 +23,7 @@ helm dependency build [flags] CHART
### Options
```
--keyring string keyring containing public keys (default "/Users/mattbutcher/.gnupg/pubring.gpg")
--keyring string keyring containing public keys (default "/Users/adamreese/.gnupg/pubring.gpg")
--verify verify the packages against signatures
```
@ -31,7 +31,7 @@ helm dependency build [flags] CHART
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -39,4 +39,3 @@ helm dependency build [flags] CHART
### SEE ALSO
* [helm dependency](helm_dependency.md) - manage a chart's dependencies
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -23,7 +23,7 @@ helm dependency list [flags] CHART
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -31,4 +31,3 @@ helm dependency list [flags] CHART
### SEE ALSO
* [helm dependency](helm_dependency.md) - manage a chart's dependencies
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -22,7 +22,7 @@ helm dependency update [flags] CHART
### Options
```
--keyring string keyring containing public keys (default "/Users/mattbutcher/.gnupg/pubring.gpg")
--keyring string keyring containing public keys (default "/Users/adamreese/.gnupg/pubring.gpg")
--verify verify the packages against signatures
```
@ -30,7 +30,7 @@ helm dependency update [flags] CHART
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -38,4 +38,3 @@ helm dependency update [flags] CHART
### SEE ALSO
* [helm dependency](helm_dependency.md) - manage a chart's dependencies
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -28,7 +28,7 @@ helm fetch [flags] [chart URL | repo/chartname] [...]
```
-d, --destination string location to write the chart. If this and tardir are specified, tardir is appended to this (default ".")
--keyring string keyring containing public keys (default "/Users/mattbutcher/.gnupg/pubring.gpg")
--keyring string keyring containing public keys (default "/Users/adamreese/.gnupg/pubring.gpg")
--untar if set to true, will untar the chart after downloading it
--untardir string if untar is specified, this flag specifies the name of the directory into which the chart is expanded (default ".")
--verify verify the package against its signature
@ -39,7 +39,7 @@ helm fetch [flags] [chart URL | repo/chartname] [...]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -47,4 +47,3 @@ helm fetch [flags] [chart URL | repo/chartname] [...]
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -32,7 +32,7 @@ helm get [flags] RELEASE_NAME
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -43,4 +43,3 @@ helm get [flags] RELEASE_NAME
* [helm get manifest](helm_get_manifest.md) - download the manifest for a named release
* [helm get values](helm_get_values.md) - download the values file for a named release
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -25,7 +25,7 @@ helm get hooks [flags] RELEASE_NAME
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -33,4 +33,3 @@ helm get hooks [flags] RELEASE_NAME
### SEE ALSO
* [helm get](helm_get.md) - download a named release
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -27,7 +27,7 @@ helm get manifest [flags] RELEASE_NAME
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -35,4 +35,3 @@ helm get manifest [flags] RELEASE_NAME
### SEE ALSO
* [helm get](helm_get.md) - download a named release
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -24,7 +24,7 @@ helm get values [flags] RELEASE_NAME
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -32,4 +32,3 @@ helm get values [flags] RELEASE_NAME
### SEE ALSO
* [helm get](helm_get.md) - download a named release
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -35,7 +35,7 @@ helm history [flags] RELEASE_NAME
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -43,4 +43,3 @@ helm history [flags] RELEASE_NAME
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -18,7 +18,7 @@ helm home
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -26,4 +26,3 @@ helm home
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -43,7 +43,7 @@ helm init
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -51,4 +51,3 @@ helm init
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -19,7 +19,7 @@ helm inspect [CHART]
### Options
```
--keyring string path to the keyring containing public verification keys (default "/Users/mattbutcher/.gnupg/pubring.gpg")
--keyring string path to the keyring containing public verification keys (default "/Users/adamreese/.gnupg/pubring.gpg")
--verify verify the provenance data for this chart
--version string version of the chart. By default, the newest chart is shown
```
@ -28,7 +28,7 @@ helm inspect [CHART]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -38,4 +38,3 @@ helm inspect [CHART]
* [helm inspect chart](helm_inspect_chart.md) - shows inspect chart
* [helm inspect values](helm_inspect_values.md) - shows inspect values
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -17,7 +17,7 @@ helm inspect chart [CHART]
### Options
```
--keyring string path to the keyring containing public verification keys (default "/Users/mattbutcher/.gnupg/pubring.gpg")
--keyring string path to the keyring containing public verification keys (default "/Users/adamreese/.gnupg/pubring.gpg")
--verify verify the provenance data for this chart
--version string version of the chart. By default, the newest chart is shown
```
@ -26,7 +26,7 @@ helm inspect chart [CHART]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -34,4 +34,3 @@ helm inspect chart [CHART]
### SEE ALSO
* [helm inspect](helm_inspect.md) - inspect a chart
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -17,7 +17,7 @@ helm inspect values [CHART]
### Options
```
--keyring string path to the keyring containing public verification keys (default "/Users/mattbutcher/.gnupg/pubring.gpg")
--keyring string path to the keyring containing public verification keys (default "/Users/adamreese/.gnupg/pubring.gpg")
--verify verify the provenance data for this chart
--version string version of the chart. By default, the newest chart is shown
```
@ -26,7 +26,7 @@ helm inspect values [CHART]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -34,4 +34,3 @@ helm inspect values [CHART]
### SEE ALSO
* [helm inspect](helm_inspect.md) - inspect a chart
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -56,14 +56,13 @@ helm install [CHART]
```
--dry-run simulate an install
--keyring string location of public keys used for verification (default "/Users/mattbutcher/.gnupg/pubring.gpg")
--keyring string location of public keys used for verification (default "/Users/adamreese/.gnupg/pubring.gpg")
-n, --name string release name. If unspecified, it will autogenerate one for you
--name-template string specify template used to name the release
--namespace string namespace to install the release into
--no-hooks prevent hooks from running during install
--replace re-use the given name, even if that name is already used. This is unsafe in production
--set value set values on the command line. Separate values with commas: key1=val1,key2=val2 (default null
)
--set string set values on the command line. Separate values with commas: key1=val1,key2=val2
-f, --values string specify values in a YAML file
--verify verify the package before installing it
--version string specify the exact chart version to install. If this is not specified, the latest version is installed
@ -73,7 +72,7 @@ helm install [CHART]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -81,4 +80,3 @@ helm install [CHART]
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -28,7 +28,7 @@ helm lint [flags] PATH
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -36,4 +36,3 @@ helm lint [flags] PATH
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -54,7 +54,7 @@ helm list [flags] [FILTER]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -62,4 +62,3 @@ helm list [flags] [FILTER]
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -24,7 +24,7 @@ helm package [flags] [CHART_PATH] [...]
```
--key string name of the key to use when signing. Used if --sign is true
--keyring string location of a public keyring (default "/Users/mattbutcher/.gnupg/pubring.gpg")
--keyring string location of a public keyring (default "/Users/adamreese/.gnupg/pubring.gpg")
--save save packaged chart to local chart repository (default true)
--sign use a PGP private key to sign this package
```
@ -33,7 +33,7 @@ helm package [flags] [CHART_PATH] [...]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -41,4 +41,3 @@ helm package [flags] [CHART_PATH] [...]
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -17,7 +17,7 @@ Example usage:
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -30,4 +30,3 @@ Example usage:
* [helm repo remove](helm_repo_remove.md) - remove a chart repository
* [helm repo update](helm_repo_update.md) - update information on available charts in the chart repositories
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -21,7 +21,7 @@ helm repo add [flags] [NAME] [URL]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -29,4 +29,3 @@ helm repo add [flags] [NAME] [URL]
### SEE ALSO
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -31,7 +31,7 @@ helm repo index [flags] [DIR]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -39,4 +39,3 @@ helm repo index [flags] [DIR]
### SEE ALSO
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -15,7 +15,7 @@ helm repo list [flags]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -23,4 +23,3 @@ helm repo list [flags]
### SEE ALSO
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -15,7 +15,7 @@ helm repo remove [flags] [NAME]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -23,4 +23,3 @@ helm repo remove [flags] [NAME]
### SEE ALSO
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -21,7 +21,7 @@ helm repo update
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -29,4 +29,3 @@ helm repo update
### SEE ALSO
* [helm repo](helm_repo.md) - add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -25,7 +25,7 @@ helm rollback [RELEASE]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -33,4 +33,3 @@ helm rollback [RELEASE]
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -27,7 +27,7 @@ helm search [keyword]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -35,4 +35,3 @@ helm search [keyword]
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -21,14 +21,14 @@ helm serve
```
--address string address to listen on (default "127.0.0.1:8879")
--repo-path string local directory path from which to serve charts (default "/Users/mattbutcher/Code/helm_home/repository/local")
--repo-path string local directory path from which to serve charts (default "/Users/adamreese/.helm/repository/local")
```
### Options inherited from parent commands
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -36,4 +36,3 @@ helm serve
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -23,7 +23,7 @@ helm status [flags] RELEASE_NAME
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -31,4 +31,3 @@ helm status [flags] RELEASE_NAME
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -24,13 +24,12 @@ helm upgrade [RELEASE] [CHART]
### Options
```
--disable-hooks disable pre/post upgrade hooks
--dry-run simulate an upgrade
-i, --install if a release by this name doesn't already exist, run an install
--keyring string path to the keyring that contains public singing keys (default "/Users/mattbutcher/.gnupg/pubring.gpg")
--keyring string path to the keyring that contains public singing keys (default "/Users/adamreese/.gnupg/pubring.gpg")
--namespace string namespace to install the release into (only used if --install is set) (default "default")
--set value set values on the command line. Separate values with commas: key1=val1,key2=val2 (default null
)
--no-hooks disable pre/post upgrade hooks
--set string set values on the command line. Separate values with commas: key1=val1,key2=val2
-f, --values string path to a values YAML file
--verify verify the provenance of the chart before upgrading
--version string specify the exact chart version to use. If this is not specified, the latest version is used
@ -40,7 +39,7 @@ helm upgrade [RELEASE] [CHART]
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -48,4 +47,3 @@ helm upgrade [RELEASE] [CHART]
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -23,14 +23,14 @@ helm verify [flags] PATH
### Options
```
--keyring string keyring containing public keys (default "/Users/mattbutcher/.gnupg/pubring.gpg")
--keyring string keyring containing public keys (default "/Users/adamreese/.gnupg/pubring.gpg")
```
### Options inherited from parent commands
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -38,4 +38,3 @@ helm verify [flags] PATH
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -11,8 +11,8 @@ Show the client and server versions for Helm and tiller.
This will print a representation of the client and server versions of Helm and
Tiller. The output will look something like this:
Client: &version.Version{SemVer:"v2.0.0-beta.1", GitCommit:"ff52399e51bb880526e9cd0ed8386f6433b74da1", GitTreeState:"dirty"}
Server: &version.Version{SemVer:"v2.0.0-beta.1", GitCommit:"b0c113dfb9f612a9add796549da66c0d294508a3", GitTreeState:"clean"}
Client: &version.Version{SemVer:"v2.0.0", GitCommit:"ff52399e51bb880526e9cd0ed8386f6433b74da1", GitTreeState:"clean"}
Server: &version.Version{SemVer:"v2.0.0", GitCommit:"b0c113dfb9f612a9add796549da66c0d294508a3", GitTreeState:"clean"}
- SemVer is the semantic version of the release.
- GitCommit is the SHA for the commit that this version was built from.
@ -38,7 +38,7 @@ helm version
```
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "/Users/mattbutcher/Code/helm_home")
--home string location of your Helm config. Overrides $HELM_HOME (default "$HOME/.helm")
--host string address of tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
```
@ -46,4 +46,3 @@ helm version
### SEE ALSO
* [helm](helm.md) - The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on 1-Nov-2016

@ -57,7 +57,7 @@ Environment:
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -72,8 +72,3 @@ Environment:
.SH SEE ALSO
.PP
\fBhelm\-create(1)\fP, \fBhelm\-delete(1)\fP, \fBhelm\-dependency(1)\fP, \fBhelm\-fetch(1)\fP, \fBhelm\-get(1)\fP, \fBhelm\-history(1)\fP, \fBhelm\-home(1)\fP, \fBhelm\-init(1)\fP, \fBhelm\-inspect(1)\fP, \fBhelm\-install(1)\fP, \fBhelm\-lint(1)\fP, \fBhelm\-list(1)\fP, \fBhelm\-package(1)\fP, \fBhelm\-repo(1)\fP, \fBhelm\-rollback(1)\fP, \fBhelm\-search(1)\fP, \fBhelm\-serve(1)\fP, \fBhelm\-status(1)\fP, \fBhelm\-upgrade(1)\fP, \fBhelm\-verify(1)\fP, \fBhelm\-version(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -48,13 +48,19 @@ destination exists and there are files in that directory, conflicting files
will be overwritten, but other files will be left alone.
.SH OPTIONS
.PP
\fB\-p\fP, \fB\-\-starter\fP=""
the named Helm starter scaffold
.SH OPTIONS INHERITED FROM PARENT COMMANDS
.PP
\fB\-\-debug\fP[=false]
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -69,8 +75,3 @@ will be overwritten, but other files will be left alone.
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -43,7 +43,7 @@ deleting them.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -58,8 +58,3 @@ deleting them.
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -68,7 +68,7 @@ a URL.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -83,8 +83,3 @@ a URL.
.SH SEE ALSO
.PP
\fBhelm(1)\fP, \fBhelm\-dependency\-build(1)\fP, \fBhelm\-dependency\-list(1)\fP, \fBhelm\-dependency\-update(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -29,7 +29,7 @@ of 'helm dependency update'.
.SH OPTIONS
.PP
\fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg"
\fB\-\-keyring\fP="/Users/adamreese/.gnupg/pubring.gpg"
keyring containing public keys
.PP
@ -43,7 +43,7 @@ of 'helm dependency update'.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -58,8 +58,3 @@ of 'helm dependency update'.
.SH SEE ALSO
.PP
\fBhelm\-dependency(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -32,7 +32,7 @@ if it cannot find a requirements.yaml.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -47,8 +47,3 @@ if it cannot find a requirements.yaml.
.SH SEE ALSO
.PP
\fBhelm\-dependency(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -28,7 +28,7 @@ rebuild the requirements to an exact version.
.SH OPTIONS
.PP
\fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg"
\fB\-\-keyring\fP="/Users/adamreese/.gnupg/pubring.gpg"
keyring containing public keys
.PP
@ -42,7 +42,7 @@ rebuild the requirements to an exact version.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -57,8 +57,3 @@ rebuild the requirements to an exact version.
.SH SEE ALSO
.PP
\fBhelm\-dependency(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -38,7 +38,7 @@ result in an error, and the chart will not be saved locally.
location to write the chart. If this and tardir are specified, tardir is appended to this
.PP
\fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg"
\fB\-\-keyring\fP="/Users/adamreese/.gnupg/pubring.gpg"
keyring containing public keys
.PP
@ -64,7 +64,7 @@ result in an error, and the chart will not be saved locally.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -79,8 +79,3 @@ result in an error, and the chart will not be saved locally.
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -43,7 +43,7 @@ chart, the supplied values, and the generated manifest file.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -58,8 +58,3 @@ chart, the supplied values, and the generated manifest file.
.SH SEE ALSO
.PP
\fBhelm(1)\fP, \fBhelm\-get\-hooks(1)\fP, \fBhelm\-get\-manifest(1)\fP, \fBhelm\-get\-values(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -33,7 +33,7 @@ Hooks are formatted in YAML and separated by the YAML '\-\-\-\\n' separator.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -48,8 +48,3 @@ Hooks are formatted in YAML and separated by the YAML '\-\-\-\\n' separator.
.SH SEE ALSO
.PP
\fBhelm\-get(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -35,7 +35,7 @@ charts, those resources will also be included in the manifest.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -50,8 +50,3 @@ charts, those resources will also be included in the manifest.
.SH SEE ALSO
.PP
\fBhelm\-get(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -34,7 +34,7 @@ This command downloads a values file for a given release.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -49,8 +49,3 @@ This command downloads a values file for a given release.
.SH SEE ALSO
.PP
\fBhelm\-get(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -51,7 +51,7 @@ REVISION UPDATED STATUS CHART
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -66,8 +66,3 @@ REVISION UPDATED STATUS CHART
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -25,7 +25,7 @@ any helm configuration files live.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -40,8 +40,3 @@ any helm configuration files live.
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -63,7 +63,7 @@ To dump a manifest containing the Tiller deployment YAML, combine the
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -78,8 +78,3 @@ To dump a manifest containing the Tiller deployment YAML, combine the
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -24,7 +24,7 @@ Inspect prints the contents of the Chart.yaml file and the values.yaml file.
.SH OPTIONS
.PP
\fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg"
\fB\-\-keyring\fP="/Users/adamreese/.gnupg/pubring.gpg"
path to the keyring containing public verification keys
.PP
@ -42,7 +42,7 @@ Inspect prints the contents of the Chart.yaml file and the values.yaml file.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -57,8 +57,3 @@ Inspect prints the contents of the Chart.yaml file and the values.yaml file.
.SH SEE ALSO
.PP
\fBhelm(1)\fP, \fBhelm\-inspect\-chart(1)\fP, \fBhelm\-inspect\-values(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -21,7 +21,7 @@ of the Charts.yaml file
.SH OPTIONS
.PP
\fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg"
\fB\-\-keyring\fP="/Users/adamreese/.gnupg/pubring.gpg"
path to the keyring containing public verification keys
.PP
@ -39,7 +39,7 @@ of the Charts.yaml file
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -54,8 +54,3 @@ of the Charts.yaml file
.SH SEE ALSO
.PP
\fBhelm\-inspect(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -21,7 +21,7 @@ of the values.yaml file
.SH OPTIONS
.PP
\fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg"
\fB\-\-keyring\fP="/Users/adamreese/.gnupg/pubring.gpg"
path to the keyring containing public verification keys
.PP
@ -39,7 +39,7 @@ of the values.yaml file
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -54,8 +54,3 @@ of the values.yaml file
.SH SEE ALSO
.PP
\fBhelm\-inspect(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -91,7 +91,7 @@ charts in a repository, use 'helm search'.
simulate an install
.PP
\fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg"
\fB\-\-keyring\fP="/Users/adamreese/.gnupg/pubring.gpg"
location of public keys used for verification
.PP
@ -115,16 +115,8 @@ charts in a repository, use 'helm search'.
re\-use the given name, even if that name is already used. This is unsafe in production
.PP
\fB\-\-set\fP=null
.PP
.RS
.nf
set values on the command line. Separate values with commas: key1=val1,key2=val2
.fi
.RE
\fB\-\-set\fP=""
set values on the command line. Separate values with commas: key1=val1,key2=val2
.PP
\fB\-f\fP, \fB\-\-values\fP=""
@ -145,7 +137,7 @@ set values on the command line. Separate values with commas: key1=val1,key2=val2
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -160,8 +152,3 @@ set values on the command line. Separate values with commas: key1=val1,key2=val2
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -36,7 +36,7 @@ or recommendation, it will emit [WARNING] messages.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -51,8 +51,3 @@ or recommendation, it will emit [WARNING] messages.
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -97,7 +97,7 @@ flag with the '\-\-offset' flag allows you to page through results.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -112,8 +112,3 @@ flag with the '\-\-offset' flag allows you to page through results.
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -33,7 +33,7 @@ Versioned chart archives are used by Helm package repositories.
name of the key to use when signing. Used if \-\-sign is true
.PP
\fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg"
\fB\-\-keyring\fP="/Users/adamreese/.gnupg/pubring.gpg"
location of a public keyring
.PP
@ -51,7 +51,7 @@ Versioned chart archives are used by Helm package repositories.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -66,8 +66,3 @@ Versioned chart archives are used by Helm package repositories.
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -29,7 +29,7 @@ Example usage:
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -44,8 +44,3 @@ Example usage:
.SH SEE ALSO
.PP
\fBhelm(1)\fP, \fBhelm\-repo\-add(1)\fP, \fBhelm\-repo\-index(1)\fP, \fBhelm\-repo\-list(1)\fP, \fBhelm\-repo\-remove(1)\fP, \fBhelm\-repo\-update(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -30,7 +30,7 @@ add a chart repository
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -45,8 +45,3 @@ add a chart repository
.SH SEE ALSO
.PP
\fBhelm\-repo(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -43,7 +43,7 @@ into the existing index, with local charts taking priority over existing charts.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -58,8 +58,3 @@ into the existing index, with local charts taking priority over existing charts.
.SH SEE ALSO
.PP
\fBhelm\-repo(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -24,7 +24,7 @@ list chart repositories
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -39,8 +39,3 @@ list chart repositories
.SH SEE ALSO
.PP
\fBhelm\-repo(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -24,7 +24,7 @@ remove a chart repository
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -39,8 +39,3 @@ remove a chart repository
.SH SEE ALSO
.PP
\fBhelm\-repo(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -29,7 +29,7 @@ future releases.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -44,8 +44,3 @@ future releases.
.SH SEE ALSO
.PP
\fBhelm\-repo(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -35,7 +35,7 @@ The argument of the rollback command is the name of a release.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -50,8 +50,3 @@ The argument of the rollback command is the name of a release.
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -38,7 +38,7 @@ Repositories are managed with 'helm repo' commands.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -53,8 +53,3 @@ Repositories are managed with 'helm repo' commands.
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -29,7 +29,7 @@ the a local IPv4 TCP port (default '127.0.0.1:8879').
address to listen on
.PP
\fB\-\-repo\-path\fP="/Users/mattbutcher/Code/helm\_home/repository/local"
\fB\-\-repo\-path\fP="/Users/adamreese/.helm/repository/local"
local directory path from which to serve charts
@ -39,7 +39,7 @@ the a local IPv4 TCP port (default '127.0.0.1:8879').
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -54,8 +54,3 @@ the a local IPv4 TCP port (default '127.0.0.1:8879').
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -30,7 +30,7 @@ This command shows the status of a named release.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -45,8 +45,3 @@ This command shows the status of a named release.
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -29,10 +29,6 @@ or use the '\-\-set' flag and pass configuration from the command line.
.SH OPTIONS
.PP
\fB\-\-disable\-hooks\fP[=false]
disable pre/post upgrade hooks
.PP
\fB\-\-dry\-run\fP[=false]
simulate an upgrade
@ -42,7 +38,7 @@ or use the '\-\-set' flag and pass configuration from the command line.
if a release by this name doesn't already exist, run an install
.PP
\fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg"
\fB\-\-keyring\fP="/Users/adamreese/.gnupg/pubring.gpg"
path to the keyring that contains public singing keys
.PP
@ -50,16 +46,12 @@ or use the '\-\-set' flag and pass configuration from the command line.
namespace to install the release into (only used if \-\-install is set)
.PP
\fB\-\-set\fP=null
\fB\-\-no\-hooks\fP[=false]
disable pre/post upgrade hooks
.PP
.RS
.nf
set values on the command line. Separate values with commas: key1=val1,key2=val2
.fi
.RE
\fB\-\-set\fP=""
set values on the command line. Separate values with commas: key1=val1,key2=val2
.PP
\fB\-f\fP, \fB\-\-values\fP=""
@ -80,7 +72,7 @@ set values on the command line. Separate values with commas: key1=val1,key2=val2
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -95,8 +87,3 @@ set values on the command line. Separate values with commas: key1=val1,key2=val2
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -29,7 +29,7 @@ the 'helm package \-\-sign' command.
.SH OPTIONS
.PP
\fB\-\-keyring\fP="/Users/mattbutcher/.gnupg/pubring.gpg"
\fB\-\-keyring\fP="/Users/adamreese/.gnupg/pubring.gpg"
keyring containing public keys
@ -39,7 +39,7 @@ the 'helm package \-\-sign' command.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -54,8 +54,3 @@ the 'helm package \-\-sign' command.
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -22,8 +22,8 @@ This will print a representation of the client and server versions of Helm and
Tiller. The output will look something like this:
.PP
Client: \&version.Version{SemVer:"v2.0.0\-beta.1", GitCommit:"ff52399e51bb880526e9cd0ed8386f6433b74da1", GitTreeState:"dirty"}
Server: \&version.Version{SemVer:"v2.0.0\-beta.1", GitCommit:"b0c113dfb9f612a9add796549da66c0d294508a3", GitTreeState:"clean"}
Client: \&version.Version{SemVer:"v2.0.0", GitCommit:"ff52399e51bb880526e9cd0ed8386f6433b74da1", GitTreeState:"clean"}
Server: \&version.Version{SemVer:"v2.0.0", GitCommit:"b0c113dfb9f612a9add796549da66c0d294508a3", GitTreeState:"clean"}
.IP \(bu 2
SemVer is the semantic version of the release.
.IP \(bu 2
@ -53,7 +53,7 @@ use '\-\-server'.
enable verbose output
.PP
\fB\-\-home\fP="/Users/mattbutcher/Code/helm\_home"
\fB\-\-home\fP="$HOME/.helm"
location of your Helm config. Overrides $HELM\_HOME
.PP
@ -68,8 +68,3 @@ use '\-\-server'.
.SH SEE ALSO
.PP
\fBhelm(1)\fP
.SH HISTORY
.PP
1\-Nov\-2016 Auto generated by spf13/cobra

@ -234,6 +234,9 @@ _helm_create()
flags_with_completion=()
flags_completion=()
flags+=("--starter=")
two_word_flags+=("-p")
local_nonpersistent_flags+=("--starter=")
flags+=("--debug")
flags+=("--home=")
flags+=("--host=")
@ -1055,6 +1058,8 @@ _helm_upgrade()
local_nonpersistent_flags+=("--keyring=")
flags+=("--namespace=")
local_nonpersistent_flags+=("--namespace=")
flags+=("--no-hooks")
local_nonpersistent_flags+=("--no-hooks")
flags+=("--set=")
local_nonpersistent_flags+=("--set=")
flags+=("--values=")

Loading…
Cancel
Save