diff --git a/cmd/helm/helm.go b/cmd/helm/helm.go index a283c8aba..14975c404 100644 --- a/cmd/helm/helm.go +++ b/cmd/helm/helm.go @@ -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 } diff --git a/docs/helm/helm.md b/docs/helm/helm.md index b0b947d1a..f76d60aa8 100644 --- a/docs/helm/helm.md +++ b/docs/helm/helm.md @@ -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 diff --git a/docs/helm/helm_create.md b/docs/helm/helm_create.md index 89dccd584..fc6e4e104 100644 --- a/docs/helm/helm_create.md +++ b/docs/helm/helm_create.md @@ -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 diff --git a/docs/helm/helm_delete.md b/docs/helm/helm_delete.md index 2a94af0fd..0f246262a 100644 --- a/docs/helm/helm_delete.md +++ b/docs/helm/helm_delete.md @@ -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 diff --git a/docs/helm/helm_dependency.md b/docs/helm/helm_dependency.md index af7f7ea00..fab253b18 100644 --- a/docs/helm/helm_dependency.md +++ b/docs/helm/helm_dependency.md @@ -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 diff --git a/docs/helm/helm_dependency_build.md b/docs/helm/helm_dependency_build.md index f073770c0..cff840da8 100644 --- a/docs/helm/helm_dependency_build.md +++ b/docs/helm/helm_dependency_build.md @@ -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 diff --git a/docs/helm/helm_dependency_list.md b/docs/helm/helm_dependency_list.md index 66b1799bc..bf9c80291 100644 --- a/docs/helm/helm_dependency_list.md +++ b/docs/helm/helm_dependency_list.md @@ -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 diff --git a/docs/helm/helm_dependency_update.md b/docs/helm/helm_dependency_update.md index 64a9c822e..659900bbc 100644 --- a/docs/helm/helm_dependency_update.md +++ b/docs/helm/helm_dependency_update.md @@ -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 diff --git a/docs/helm/helm_fetch.md b/docs/helm/helm_fetch.md index c954d8dfe..664d7bef3 100644 --- a/docs/helm/helm_fetch.md +++ b/docs/helm/helm_fetch.md @@ -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 diff --git a/docs/helm/helm_get.md b/docs/helm/helm_get.md index e879cac7e..fb69fee11 100644 --- a/docs/helm/helm_get.md +++ b/docs/helm/helm_get.md @@ -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 diff --git a/docs/helm/helm_get_hooks.md b/docs/helm/helm_get_hooks.md index a37002e05..9027b4584 100644 --- a/docs/helm/helm_get_hooks.md +++ b/docs/helm/helm_get_hooks.md @@ -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 diff --git a/docs/helm/helm_get_manifest.md b/docs/helm/helm_get_manifest.md index cd8505c6b..2677088f3 100644 --- a/docs/helm/helm_get_manifest.md +++ b/docs/helm/helm_get_manifest.md @@ -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 diff --git a/docs/helm/helm_get_values.md b/docs/helm/helm_get_values.md index 53d1f6591..5380e01d5 100644 --- a/docs/helm/helm_get_values.md +++ b/docs/helm/helm_get_values.md @@ -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 diff --git a/docs/helm/helm_history.md b/docs/helm/helm_history.md index d067398fa..b477804bb 100644 --- a/docs/helm/helm_history.md +++ b/docs/helm/helm_history.md @@ -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 diff --git a/docs/helm/helm_home.md b/docs/helm/helm_home.md index b2b58b5c8..f173b9605 100644 --- a/docs/helm/helm_home.md +++ b/docs/helm/helm_home.md @@ -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 diff --git a/docs/helm/helm_init.md b/docs/helm/helm_init.md index 4a38f934b..5fc323455 100644 --- a/docs/helm/helm_init.md +++ b/docs/helm/helm_init.md @@ -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 diff --git a/docs/helm/helm_inspect.md b/docs/helm/helm_inspect.md index 3a4798dc4..524ec4e9a 100644 --- a/docs/helm/helm_inspect.md +++ b/docs/helm/helm_inspect.md @@ -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 diff --git a/docs/helm/helm_inspect_chart.md b/docs/helm/helm_inspect_chart.md index f49fa254f..b875644b2 100644 --- a/docs/helm/helm_inspect_chart.md +++ b/docs/helm/helm_inspect_chart.md @@ -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 diff --git a/docs/helm/helm_inspect_values.md b/docs/helm/helm_inspect_values.md index 3fa7b4ed2..08ed18fb6 100644 --- a/docs/helm/helm_inspect_values.md +++ b/docs/helm/helm_inspect_values.md @@ -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 diff --git a/docs/helm/helm_install.md b/docs/helm/helm_install.md index 280d287da..642a545fd 100644 --- a/docs/helm/helm_install.md +++ b/docs/helm/helm_install.md @@ -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 diff --git a/docs/helm/helm_lint.md b/docs/helm/helm_lint.md index 0de9e53fc..268d41838 100644 --- a/docs/helm/helm_lint.md +++ b/docs/helm/helm_lint.md @@ -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 diff --git a/docs/helm/helm_list.md b/docs/helm/helm_list.md index d063b59c9..c461c7aca 100644 --- a/docs/helm/helm_list.md +++ b/docs/helm/helm_list.md @@ -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 diff --git a/docs/helm/helm_package.md b/docs/helm/helm_package.md index b0aec6293..a58752a4d 100644 --- a/docs/helm/helm_package.md +++ b/docs/helm/helm_package.md @@ -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 diff --git a/docs/helm/helm_repo.md b/docs/helm/helm_repo.md index 11c2fe876..d23a1aa8b 100644 --- a/docs/helm/helm_repo.md +++ b/docs/helm/helm_repo.md @@ -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 diff --git a/docs/helm/helm_repo_add.md b/docs/helm/helm_repo_add.md index 3c72658f9..34d364aad 100644 --- a/docs/helm/helm_repo_add.md +++ b/docs/helm/helm_repo_add.md @@ -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 diff --git a/docs/helm/helm_repo_index.md b/docs/helm/helm_repo_index.md index b5ea598b9..744903e4c 100644 --- a/docs/helm/helm_repo_index.md +++ b/docs/helm/helm_repo_index.md @@ -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 diff --git a/docs/helm/helm_repo_list.md b/docs/helm/helm_repo_list.md index 4d1215375..e83eb6560 100644 --- a/docs/helm/helm_repo_list.md +++ b/docs/helm/helm_repo_list.md @@ -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 diff --git a/docs/helm/helm_repo_remove.md b/docs/helm/helm_repo_remove.md index 5902cb509..75f3ab30d 100644 --- a/docs/helm/helm_repo_remove.md +++ b/docs/helm/helm_repo_remove.md @@ -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 diff --git a/docs/helm/helm_repo_update.md b/docs/helm/helm_repo_update.md index a6fbcdf40..73161c1dd 100644 --- a/docs/helm/helm_repo_update.md +++ b/docs/helm/helm_repo_update.md @@ -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 diff --git a/docs/helm/helm_rollback.md b/docs/helm/helm_rollback.md index 852db4fe9..96073dd1c 100644 --- a/docs/helm/helm_rollback.md +++ b/docs/helm/helm_rollback.md @@ -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 diff --git a/docs/helm/helm_search.md b/docs/helm/helm_search.md index ad89b2abd..6c253cf13 100644 --- a/docs/helm/helm_search.md +++ b/docs/helm/helm_search.md @@ -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 diff --git a/docs/helm/helm_serve.md b/docs/helm/helm_serve.md index f81aeed3c..2ec661055 100644 --- a/docs/helm/helm_serve.md +++ b/docs/helm/helm_serve.md @@ -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 diff --git a/docs/helm/helm_status.md b/docs/helm/helm_status.md index 197bc6e2d..b21c1b127 100644 --- a/docs/helm/helm_status.md +++ b/docs/helm/helm_status.md @@ -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 diff --git a/docs/helm/helm_upgrade.md b/docs/helm/helm_upgrade.md index 174855724..7e302ebd3 100644 --- a/docs/helm/helm_upgrade.md +++ b/docs/helm/helm_upgrade.md @@ -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 diff --git a/docs/helm/helm_verify.md b/docs/helm/helm_verify.md index 388db234b..a4f0af415 100644 --- a/docs/helm/helm_verify.md +++ b/docs/helm/helm_verify.md @@ -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 diff --git a/docs/helm/helm_version.md b/docs/helm/helm_version.md index 124bf8816..b53d3bb4e 100644 --- a/docs/helm/helm_version.md +++ b/docs/helm/helm_version.md @@ -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 diff --git a/docs/man/man1/helm.1 b/docs/man/man1/helm.1 index e307fe6c2..5d776c4ca 100644 --- a/docs/man/man1/helm.1 +++ b/docs/man/man1/helm.1 @@ -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 diff --git a/docs/man/man1/helm_create.1 b/docs/man/man1/helm_create.1 index 3e2a4ca0d..b5704e0c6 100644 --- a/docs/man/man1/helm_create.1 +++ b/docs/man/man1/helm_create.1 @@ -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 diff --git a/docs/man/man1/helm_delete.1 b/docs/man/man1/helm_delete.1 index 5c1f24415..97deb0b73 100644 --- a/docs/man/man1/helm_delete.1 +++ b/docs/man/man1/helm_delete.1 @@ -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 diff --git a/docs/man/man1/helm_dependency.1 b/docs/man/man1/helm_dependency.1 index 6c82476bc..a7c90e4ff 100644 --- a/docs/man/man1/helm_dependency.1 +++ b/docs/man/man1/helm_dependency.1 @@ -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 diff --git a/docs/man/man1/helm_dependency_build.1 b/docs/man/man1/helm_dependency_build.1 index 3a56d8152..aa3ff32f7 100644 --- a/docs/man/man1/helm_dependency_build.1 +++ b/docs/man/man1/helm_dependency_build.1 @@ -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 diff --git a/docs/man/man1/helm_dependency_list.1 b/docs/man/man1/helm_dependency_list.1 index 2ac77bade..b53409c10 100644 --- a/docs/man/man1/helm_dependency_list.1 +++ b/docs/man/man1/helm_dependency_list.1 @@ -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 diff --git a/docs/man/man1/helm_dependency_update.1 b/docs/man/man1/helm_dependency_update.1 index 75147a783..edb6022c1 100644 --- a/docs/man/man1/helm_dependency_update.1 +++ b/docs/man/man1/helm_dependency_update.1 @@ -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 diff --git a/docs/man/man1/helm_fetch.1 b/docs/man/man1/helm_fetch.1 index 37bdd1ce5..83c46cbf7 100644 --- a/docs/man/man1/helm_fetch.1 +++ b/docs/man/man1/helm_fetch.1 @@ -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 diff --git a/docs/man/man1/helm_get.1 b/docs/man/man1/helm_get.1 index 86fbc4a81..6743e9d0b 100644 --- a/docs/man/man1/helm_get.1 +++ b/docs/man/man1/helm_get.1 @@ -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 diff --git a/docs/man/man1/helm_get_hooks.1 b/docs/man/man1/helm_get_hooks.1 index eaffa9520..e6e7c78fe 100644 --- a/docs/man/man1/helm_get_hooks.1 +++ b/docs/man/man1/helm_get_hooks.1 @@ -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 diff --git a/docs/man/man1/helm_get_manifest.1 b/docs/man/man1/helm_get_manifest.1 index 894b3bbba..5f39586be 100644 --- a/docs/man/man1/helm_get_manifest.1 +++ b/docs/man/man1/helm_get_manifest.1 @@ -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 diff --git a/docs/man/man1/helm_get_values.1 b/docs/man/man1/helm_get_values.1 index ff1536525..4fb961b87 100644 --- a/docs/man/man1/helm_get_values.1 +++ b/docs/man/man1/helm_get_values.1 @@ -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 diff --git a/docs/man/man1/helm_history.1 b/docs/man/man1/helm_history.1 index 93ae649a8..aa7910570 100644 --- a/docs/man/man1/helm_history.1 +++ b/docs/man/man1/helm_history.1 @@ -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 diff --git a/docs/man/man1/helm_home.1 b/docs/man/man1/helm_home.1 index c6be2c047..1051ad806 100644 --- a/docs/man/man1/helm_home.1 +++ b/docs/man/man1/helm_home.1 @@ -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 diff --git a/docs/man/man1/helm_init.1 b/docs/man/man1/helm_init.1 index 3fa525942..ecf1b8ad0 100644 --- a/docs/man/man1/helm_init.1 +++ b/docs/man/man1/helm_init.1 @@ -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 diff --git a/docs/man/man1/helm_inspect.1 b/docs/man/man1/helm_inspect.1 index 5e446e875..6347953dd 100644 --- a/docs/man/man1/helm_inspect.1 +++ b/docs/man/man1/helm_inspect.1 @@ -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 diff --git a/docs/man/man1/helm_inspect_chart.1 b/docs/man/man1/helm_inspect_chart.1 index 5f0685f00..9563e827c 100644 --- a/docs/man/man1/helm_inspect_chart.1 +++ b/docs/man/man1/helm_inspect_chart.1 @@ -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 diff --git a/docs/man/man1/helm_inspect_values.1 b/docs/man/man1/helm_inspect_values.1 index 4f8570c6f..904306aaa 100644 --- a/docs/man/man1/helm_inspect_values.1 +++ b/docs/man/man1/helm_inspect_values.1 @@ -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 diff --git a/docs/man/man1/helm_install.1 b/docs/man/man1/helm_install.1 index 10b1fa82f..d68168dce 100644 --- a/docs/man/man1/helm_install.1 +++ b/docs/man/man1/helm_install.1 @@ -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 diff --git a/docs/man/man1/helm_lint.1 b/docs/man/man1/helm_lint.1 index 7e8107e6a..460def3ea 100644 --- a/docs/man/man1/helm_lint.1 +++ b/docs/man/man1/helm_lint.1 @@ -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 diff --git a/docs/man/man1/helm_list.1 b/docs/man/man1/helm_list.1 index 4a76687de..f3e50ca7e 100644 --- a/docs/man/man1/helm_list.1 +++ b/docs/man/man1/helm_list.1 @@ -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 diff --git a/docs/man/man1/helm_package.1 b/docs/man/man1/helm_package.1 index f15a9ce1a..43987d0bb 100644 --- a/docs/man/man1/helm_package.1 +++ b/docs/man/man1/helm_package.1 @@ -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 diff --git a/docs/man/man1/helm_repo.1 b/docs/man/man1/helm_repo.1 index 106eb04e8..4d6d1cd78 100644 --- a/docs/man/man1/helm_repo.1 +++ b/docs/man/man1/helm_repo.1 @@ -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 diff --git a/docs/man/man1/helm_repo_add.1 b/docs/man/man1/helm_repo_add.1 index 745f2e9b7..3e8a0b1e4 100644 --- a/docs/man/man1/helm_repo_add.1 +++ b/docs/man/man1/helm_repo_add.1 @@ -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 diff --git a/docs/man/man1/helm_repo_index.1 b/docs/man/man1/helm_repo_index.1 index 47d41e02c..dc207073b 100644 --- a/docs/man/man1/helm_repo_index.1 +++ b/docs/man/man1/helm_repo_index.1 @@ -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 diff --git a/docs/man/man1/helm_repo_list.1 b/docs/man/man1/helm_repo_list.1 index 4621cea3e..a8d256c1a 100644 --- a/docs/man/man1/helm_repo_list.1 +++ b/docs/man/man1/helm_repo_list.1 @@ -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 diff --git a/docs/man/man1/helm_repo_remove.1 b/docs/man/man1/helm_repo_remove.1 index 4221a0ab0..69a52a0fc 100644 --- a/docs/man/man1/helm_repo_remove.1 +++ b/docs/man/man1/helm_repo_remove.1 @@ -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 diff --git a/docs/man/man1/helm_repo_update.1 b/docs/man/man1/helm_repo_update.1 index 3c4d65e16..0c316b4c2 100644 --- a/docs/man/man1/helm_repo_update.1 +++ b/docs/man/man1/helm_repo_update.1 @@ -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 diff --git a/docs/man/man1/helm_rollback.1 b/docs/man/man1/helm_rollback.1 index ead1a8c32..ac1898f86 100644 --- a/docs/man/man1/helm_rollback.1 +++ b/docs/man/man1/helm_rollback.1 @@ -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 diff --git a/docs/man/man1/helm_search.1 b/docs/man/man1/helm_search.1 index eeadce86b..53b2bcb18 100644 --- a/docs/man/man1/helm_search.1 +++ b/docs/man/man1/helm_search.1 @@ -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 diff --git a/docs/man/man1/helm_serve.1 b/docs/man/man1/helm_serve.1 index 802feb571..35731f9a0 100644 --- a/docs/man/man1/helm_serve.1 +++ b/docs/man/man1/helm_serve.1 @@ -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 diff --git a/docs/man/man1/helm_status.1 b/docs/man/man1/helm_status.1 index f6e90b290..0fb98b78e 100644 --- a/docs/man/man1/helm_status.1 +++ b/docs/man/man1/helm_status.1 @@ -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 diff --git a/docs/man/man1/helm_upgrade.1 b/docs/man/man1/helm_upgrade.1 index e50bf7fc5..2a1fc34ca 100644 --- a/docs/man/man1/helm_upgrade.1 +++ b/docs/man/man1/helm_upgrade.1 @@ -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 diff --git a/docs/man/man1/helm_verify.1 b/docs/man/man1/helm_verify.1 index b421fc7ac..e115b8e6e 100644 --- a/docs/man/man1/helm_verify.1 +++ b/docs/man/man1/helm_verify.1 @@ -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 diff --git a/docs/man/man1/helm_version.1 b/docs/man/man1/helm_version.1 index c5e5c9c78..d985bda8f 100644 --- a/docs/man/man1/helm_version.1 +++ b/docs/man/man1/helm_version.1 @@ -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 diff --git a/scripts/completions.bash b/scripts/completions.bash index d307b3300..2af1d89d0 100644 --- a/scripts/completions.bash +++ b/scripts/completions.bash @@ -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=")