Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
H
helm3
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
go
helm3
Commits
8ee89fe5
Unverified
Commit
8ee89fe5
authored
Nov 08, 2017
by
Pietro Menna
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix(helm): update documentation to reflect $HOME env var change
parent
ece94861
Hide whitespace changes
Inline
Side-by-side
Showing
44 changed files
with
88 additions
and
88 deletions
+88
-88
helm.md
docs/helm/helm.md
+2
-2
helm_completion.md
docs/helm/helm_completion.md
+2
-2
helm_create.md
docs/helm/helm_create.md
+2
-2
helm_delete.md
docs/helm/helm_delete.md
+2
-2
helm_dependency.md
docs/helm/helm_dependency.md
+2
-2
helm_dependency_build.md
docs/helm/helm_dependency_build.md
+2
-2
helm_dependency_list.md
docs/helm/helm_dependency_list.md
+2
-2
helm_dependency_update.md
docs/helm/helm_dependency_update.md
+2
-2
helm_fetch.md
docs/helm/helm_fetch.md
+2
-2
helm_get.md
docs/helm/helm_get.md
+2
-2
helm_get_hooks.md
docs/helm/helm_get_hooks.md
+2
-2
helm_get_manifest.md
docs/helm/helm_get_manifest.md
+2
-2
helm_get_values.md
docs/helm/helm_get_values.md
+2
-2
helm_history.md
docs/helm/helm_history.md
+2
-2
helm_home.md
docs/helm/helm_home.md
+2
-2
helm_init.md
docs/helm/helm_init.md
+2
-2
helm_inspect.md
docs/helm/helm_inspect.md
+2
-2
helm_inspect_chart.md
docs/helm/helm_inspect_chart.md
+2
-2
helm_inspect_values.md
docs/helm/helm_inspect_values.md
+2
-2
helm_install.md
docs/helm/helm_install.md
+2
-2
helm_lint.md
docs/helm/helm_lint.md
+2
-2
helm_list.md
docs/helm/helm_list.md
+2
-2
helm_package.md
docs/helm/helm_package.md
+2
-2
helm_plugin.md
docs/helm/helm_plugin.md
+2
-2
helm_plugin_install.md
docs/helm/helm_plugin_install.md
+2
-2
helm_plugin_list.md
docs/helm/helm_plugin_list.md
+2
-2
helm_plugin_remove.md
docs/helm/helm_plugin_remove.md
+2
-2
helm_plugin_update.md
docs/helm/helm_plugin_update.md
+2
-2
helm_repo.md
docs/helm/helm_repo.md
+2
-2
helm_repo_add.md
docs/helm/helm_repo_add.md
+2
-2
helm_repo_index.md
docs/helm/helm_repo_index.md
+2
-2
helm_repo_list.md
docs/helm/helm_repo_list.md
+2
-2
helm_repo_remove.md
docs/helm/helm_repo_remove.md
+2
-2
helm_repo_update.md
docs/helm/helm_repo_update.md
+2
-2
helm_reset.md
docs/helm/helm_reset.md
+2
-2
helm_rollback.md
docs/helm/helm_rollback.md
+2
-2
helm_search.md
docs/helm/helm_search.md
+2
-2
helm_serve.md
docs/helm/helm_serve.md
+2
-2
helm_status.md
docs/helm/helm_status.md
+2
-2
helm_template.md
docs/helm/helm_template.md
+2
-2
helm_test.md
docs/helm/helm_test.md
+2
-2
helm_upgrade.md
docs/helm/helm_upgrade.md
+2
-2
helm_verify.md
docs/helm/helm_verify.md
+2
-2
helm_version.md
docs/helm/helm_version.md
+2
-2
No files found.
docs/helm/helm.md
View file @
8ee89fe5
...
@@ -33,7 +33,7 @@ Environment:
...
@@ -33,7 +33,7 @@ Environment:
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -68,4 +68,4 @@ Environment:
...
@@ -68,4 +68,4 @@ Environment:
*
[
helm verify
](
helm_verify.md
)
- verify that a chart at the given path has been signed and is valid
*
[
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
*
[
helm version
](
helm_version.md
)
- print the client/server version information
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_completion.md
View file @
8ee89fe5
...
@@ -25,7 +25,7 @@ helm completion SHELL
...
@@ -25,7 +25,7 @@ helm completion SHELL
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -35,4 +35,4 @@ helm completion SHELL
...
@@ -35,4 +35,4 @@ helm completion SHELL
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_create.md
View file @
8ee89fe5
...
@@ -44,7 +44,7 @@ helm create NAME
...
@@ -44,7 +44,7 @@ helm create NAME
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -54,4 +54,4 @@ helm create NAME
...
@@ -54,4 +54,4 @@ helm create NAME
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_delete.md
View file @
8ee89fe5
...
@@ -35,7 +35,7 @@ helm delete [flags] RELEASE_NAME [...]
...
@@ -35,7 +35,7 @@ helm delete [flags] RELEASE_NAME [...]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -45,4 +45,4 @@ helm delete [flags] RELEASE_NAME [...]
...
@@ -45,4 +45,4 @@ helm delete [flags] RELEASE_NAME [...]
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_dependency.md
View file @
8ee89fe5
...
@@ -58,7 +58,7 @@ for this case.
...
@@ -58,7 +58,7 @@ for this case.
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -71,4 +71,4 @@ for this case.
...
@@ -71,4 +71,4 @@ for this case.
*
[
helm dependency list
](
helm_dependency_list.md
)
- list the dependencies for the given chart
*
[
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
*
[
helm dependency update
](
helm_dependency_update.md
)
- update charts/ based on the contents of requirements.yaml
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_dependency_build.md
View file @
8ee89fe5
...
@@ -31,7 +31,7 @@ helm dependency build [flags] CHART
...
@@ -31,7 +31,7 @@ helm dependency build [flags] CHART
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -41,4 +41,4 @@ helm dependency build [flags] CHART
...
@@ -41,4 +41,4 @@ helm dependency build [flags] CHART
### SEE ALSO
### SEE ALSO
*
[
helm dependency
](
helm_dependency.md
)
- manage a chart's dependencies
*
[
helm dependency
](
helm_dependency.md
)
- manage a chart's dependencies
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_dependency_list.md
View file @
8ee89fe5
...
@@ -23,7 +23,7 @@ helm dependency list [flags] CHART
...
@@ -23,7 +23,7 @@ helm dependency list [flags] CHART
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -33,4 +33,4 @@ helm dependency list [flags] CHART
...
@@ -33,4 +33,4 @@ helm dependency list [flags] CHART
### SEE ALSO
### SEE ALSO
*
[
helm dependency
](
helm_dependency.md
)
- manage a chart's dependencies
*
[
helm dependency
](
helm_dependency.md
)
- manage a chart's dependencies
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_dependency_update.md
View file @
8ee89fe5
...
@@ -36,7 +36,7 @@ helm dependency update [flags] CHART
...
@@ -36,7 +36,7 @@ helm dependency update [flags] CHART
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -46,4 +46,4 @@ helm dependency update [flags] CHART
...
@@ -46,4 +46,4 @@ helm dependency update [flags] CHART
### SEE ALSO
### SEE ALSO
*
[
helm dependency
](
helm_dependency.md
)
- manage a chart's dependencies
*
[
helm dependency
](
helm_dependency.md
)
- manage a chart's dependencies
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_fetch.md
View file @
8ee89fe5
...
@@ -45,7 +45,7 @@ helm fetch [flags] [chart URL | repo/chartname] [...]
...
@@ -45,7 +45,7 @@ helm fetch [flags] [chart URL | repo/chartname] [...]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -55,4 +55,4 @@ helm fetch [flags] [chart URL | repo/chartname] [...]
...
@@ -55,4 +55,4 @@ helm fetch [flags] [chart URL | repo/chartname] [...]
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_get.md
View file @
8ee89fe5
...
@@ -37,7 +37,7 @@ helm get [flags] RELEASE_NAME
...
@@ -37,7 +37,7 @@ helm get [flags] RELEASE_NAME
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -50,4 +50,4 @@ helm get [flags] RELEASE_NAME
...
@@ -50,4 +50,4 @@ helm get [flags] RELEASE_NAME
*
[
helm get manifest
](
helm_get_manifest.md
)
- download the manifest for a named release
*
[
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
*
[
helm get values
](
helm_get_values.md
)
- download the values file for a named release
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_get_hooks.md
View file @
8ee89fe5
...
@@ -25,7 +25,7 @@ helm get hooks [flags] RELEASE_NAME
...
@@ -25,7 +25,7 @@ helm get hooks [flags] RELEASE_NAME
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -35,4 +35,4 @@ helm get hooks [flags] RELEASE_NAME
...
@@ -35,4 +35,4 @@ helm get hooks [flags] RELEASE_NAME
### SEE ALSO
### SEE ALSO
*
[
helm get
](
helm_get.md
)
- download a named release
*
[
helm get
](
helm_get.md
)
- download a named release
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_get_manifest.md
View file @
8ee89fe5
...
@@ -27,7 +27,7 @@ helm get manifest [flags] RELEASE_NAME
...
@@ -27,7 +27,7 @@ helm get manifest [flags] RELEASE_NAME
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -37,4 +37,4 @@ helm get manifest [flags] RELEASE_NAME
...
@@ -37,4 +37,4 @@ helm get manifest [flags] RELEASE_NAME
### SEE ALSO
### SEE ALSO
*
[
helm get
](
helm_get.md
)
- download a named release
*
[
helm get
](
helm_get.md
)
- download a named release
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_get_values.md
View file @
8ee89fe5
...
@@ -24,7 +24,7 @@ helm get values [flags] RELEASE_NAME
...
@@ -24,7 +24,7 @@ helm get values [flags] RELEASE_NAME
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -34,4 +34,4 @@ helm get values [flags] RELEASE_NAME
...
@@ -34,4 +34,4 @@ helm get values [flags] RELEASE_NAME
### SEE ALSO
### SEE ALSO
*
[
helm get
](
helm_get.md
)
- download a named release
*
[
helm get
](
helm_get.md
)
- download a named release
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_history.md
View file @
8ee89fe5
...
@@ -40,7 +40,7 @@ helm history [flags] RELEASE_NAME
...
@@ -40,7 +40,7 @@ helm history [flags] RELEASE_NAME
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -50,4 +50,4 @@ helm history [flags] RELEASE_NAME
...
@@ -50,4 +50,4 @@ helm history [flags] RELEASE_NAME
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_home.md
View file @
8ee89fe5
...
@@ -18,7 +18,7 @@ helm home
...
@@ -18,7 +18,7 @@ helm home
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -28,4 +28,4 @@ helm home
...
@@ -28,4 +28,4 @@ helm home
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_init.md
View file @
8ee89fe5
...
@@ -58,7 +58,7 @@ helm init
...
@@ -58,7 +58,7 @@ helm init
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -68,4 +68,4 @@ helm init
...
@@ -68,4 +68,4 @@ helm init
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_inspect.md
View file @
8ee89fe5
...
@@ -32,7 +32,7 @@ helm inspect [CHART]
...
@@ -32,7 +32,7 @@ helm inspect [CHART]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -44,4 +44,4 @@ helm inspect [CHART]
...
@@ -44,4 +44,4 @@ helm inspect [CHART]
*
[
helm inspect chart
](
helm_inspect_chart.md
)
- shows inspect chart
*
[
helm inspect chart
](
helm_inspect_chart.md
)
- shows inspect chart
*
[
helm inspect values
](
helm_inspect_values.md
)
- shows inspect values
*
[
helm inspect values
](
helm_inspect_values.md
)
- shows inspect values
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_inspect_chart.md
View file @
8ee89fe5
...
@@ -30,7 +30,7 @@ helm inspect chart [CHART]
...
@@ -30,7 +30,7 @@ helm inspect chart [CHART]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -40,4 +40,4 @@ helm inspect chart [CHART]
...
@@ -40,4 +40,4 @@ helm inspect chart [CHART]
### SEE ALSO
### SEE ALSO
*
[
helm inspect
](
helm_inspect.md
)
- inspect a chart
*
[
helm inspect
](
helm_inspect.md
)
- inspect a chart
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_inspect_values.md
View file @
8ee89fe5
...
@@ -30,7 +30,7 @@ helm inspect values [CHART]
...
@@ -30,7 +30,7 @@ helm inspect values [CHART]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -40,4 +40,4 @@ helm inspect values [CHART]
...
@@ -40,4 +40,4 @@ helm inspect values [CHART]
### SEE ALSO
### SEE ALSO
*
[
helm inspect
](
helm_inspect.md
)
- inspect a chart
*
[
helm inspect
](
helm_inspect.md
)
- inspect a chart
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_install.md
View file @
8ee89fe5
...
@@ -98,7 +98,7 @@ helm install [CHART]
...
@@ -98,7 +98,7 @@ helm install [CHART]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -108,4 +108,4 @@ helm install [CHART]
...
@@ -108,4 +108,4 @@ helm install [CHART]
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_lint.md
View file @
8ee89fe5
...
@@ -28,7 +28,7 @@ helm lint [flags] PATH
...
@@ -28,7 +28,7 @@ helm lint [flags] PATH
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -38,4 +38,4 @@ helm lint [flags] PATH
...
@@ -38,4 +38,4 @@ helm lint [flags] PATH
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_list.md
View file @
8ee89fe5
...
@@ -62,7 +62,7 @@ helm list [flags] [FILTER]
...
@@ -62,7 +62,7 @@ helm list [flags] [FILTER]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -72,4 +72,4 @@ helm list [flags] [FILTER]
...
@@ -72,4 +72,4 @@ helm list [flags] [FILTER]
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_package.md
View file @
8ee89fe5
...
@@ -36,7 +36,7 @@ helm package [flags] [CHART_PATH] [...]
...
@@ -36,7 +36,7 @@ helm package [flags] [CHART_PATH] [...]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -46,4 +46,4 @@ helm package [flags] [CHART_PATH] [...]
...
@@ -46,4 +46,4 @@ helm package [flags] [CHART_PATH] [...]
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_plugin.md
View file @
8ee89fe5
...
@@ -13,7 +13,7 @@ Manage client-side Helm plugins.
...
@@ -13,7 +13,7 @@ Manage client-side Helm plugins.
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -27,4 +27,4 @@ Manage client-side Helm plugins.
...
@@ -27,4 +27,4 @@ Manage client-side Helm plugins.
*
[
helm plugin remove
](
helm_plugin_remove.md
)
- remove one or more Helm plugins
*
[
helm plugin remove
](
helm_plugin_remove.md
)
- remove one or more Helm plugins
*
[
helm plugin update
](
helm_plugin_update.md
)
- update one or more Helm plugins
*
[
helm plugin update
](
helm_plugin_update.md
)
- update one or more Helm plugins
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_plugin_install.md
View file @
8ee89fe5
...
@@ -21,7 +21,7 @@ helm plugin install [options] <path|url>...
...
@@ -21,7 +21,7 @@ helm plugin install [options] <path|url>...
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -31,4 +31,4 @@ helm plugin install [options] <path|url>...
...
@@ -31,4 +31,4 @@ helm plugin install [options] <path|url>...
### SEE ALSO
### SEE ALSO
*
[
helm plugin
](
helm_plugin.md
)
- add, list, or remove Helm plugins
*
[
helm plugin
](
helm_plugin.md
)
- add, list, or remove Helm plugins
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_plugin_list.md
View file @
8ee89fe5
...
@@ -15,7 +15,7 @@ helm plugin list
...
@@ -15,7 +15,7 @@ helm plugin list
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -25,4 +25,4 @@ helm plugin list
...
@@ -25,4 +25,4 @@ helm plugin list
### SEE ALSO
### SEE ALSO
*
[
helm plugin
](
helm_plugin.md
)
- add, list, or remove Helm plugins
*
[
helm plugin
](
helm_plugin.md
)
- add, list, or remove Helm plugins
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_plugin_remove.md
View file @
8ee89fe5
...
@@ -15,7 +15,7 @@ helm plugin remove <plugin>...
...
@@ -15,7 +15,7 @@ helm plugin remove <plugin>...
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -25,4 +25,4 @@ helm plugin remove <plugin>...
...
@@ -25,4 +25,4 @@ helm plugin remove <plugin>...
### SEE ALSO
### SEE ALSO
*
[
helm plugin
](
helm_plugin.md
)
- add, list, or remove Helm plugins
*
[
helm plugin
](
helm_plugin.md
)
- add, list, or remove Helm plugins
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_plugin_update.md
View file @
8ee89fe5
...
@@ -15,7 +15,7 @@ helm plugin update <plugin>...
...
@@ -15,7 +15,7 @@ helm plugin update <plugin>...
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -25,4 +25,4 @@ helm plugin update <plugin>...
...
@@ -25,4 +25,4 @@ helm plugin update <plugin>...
### SEE ALSO
### SEE ALSO
*
[
helm plugin
](
helm_plugin.md
)
- add, list, or remove Helm plugins
*
[
helm plugin
](
helm_plugin.md
)
- add, list, or remove Helm plugins
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_repo.md
View file @
8ee89fe5
...
@@ -17,7 +17,7 @@ Example usage:
...
@@ -17,7 +17,7 @@ Example usage:
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -32,4 +32,4 @@ Example usage:
...
@@ -32,4 +32,4 @@ Example usage:
*
[
helm repo remove
](
helm_repo_remove.md
)
- remove a chart repository
*
[
helm repo remove
](
helm_repo_remove.md
)
- remove a chart repository
*
[
helm repo update
](
helm_repo_update.md
)
- update information of available charts locally from chart repositories
*
[
helm repo update
](
helm_repo_update.md
)
- update information of available charts locally from chart repositories
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_repo_add.md
View file @
8ee89fe5
...
@@ -24,7 +24,7 @@ helm repo add [flags] [NAME] [URL]
...
@@ -24,7 +24,7 @@ helm repo add [flags] [NAME] [URL]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -34,4 +34,4 @@ helm repo add [flags] [NAME] [URL]
...
@@ -34,4 +34,4 @@ helm repo add [flags] [NAME] [URL]
### SEE ALSO
### SEE ALSO
*
[
helm repo
](
helm_repo.md
)
- add, list, remove, update, and index chart repositories
*
[
helm repo
](
helm_repo.md
)
- add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_repo_index.md
View file @
8ee89fe5
...
@@ -31,7 +31,7 @@ helm repo index [flags] [DIR]
...
@@ -31,7 +31,7 @@ helm repo index [flags] [DIR]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -41,4 +41,4 @@ helm repo index [flags] [DIR]
...
@@ -41,4 +41,4 @@ helm repo index [flags] [DIR]
### SEE ALSO
### SEE ALSO
*
[
helm repo
](
helm_repo.md
)
- add, list, remove, update, and index chart repositories
*
[
helm repo
](
helm_repo.md
)
- add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_repo_list.md
View file @
8ee89fe5
...
@@ -15,7 +15,7 @@ helm repo list [flags]
...
@@ -15,7 +15,7 @@ helm repo list [flags]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -25,4 +25,4 @@ helm repo list [flags]
...
@@ -25,4 +25,4 @@ helm repo list [flags]
### SEE ALSO
### SEE ALSO
*
[
helm repo
](
helm_repo.md
)
- add, list, remove, update, and index chart repositories
*
[
helm repo
](
helm_repo.md
)
- add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_repo_remove.md
View file @
8ee89fe5
...
@@ -15,7 +15,7 @@ helm repo remove [flags] [NAME]
...
@@ -15,7 +15,7 @@ helm repo remove [flags] [NAME]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -25,4 +25,4 @@ helm repo remove [flags] [NAME]
...
@@ -25,4 +25,4 @@ helm repo remove [flags] [NAME]
### SEE ALSO
### SEE ALSO
*
[
helm repo
](
helm_repo.md
)
- add, list, remove, update, and index chart repositories
*
[
helm repo
](
helm_repo.md
)
- add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_repo_update.md
View file @
8ee89fe5
...
@@ -21,7 +21,7 @@ helm repo update
...
@@ -21,7 +21,7 @@ helm repo update
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -31,4 +31,4 @@ helm repo update
...
@@ -31,4 +31,4 @@ helm repo update
### SEE ALSO
### SEE ALSO
*
[
helm repo
](
helm_repo.md
)
- add, list, remove, update, and index chart repositories
*
[
helm repo
](
helm_repo.md
)
- add, list, remove, update, and index chart repositories
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_reset.md
View file @
8ee89fe5
...
@@ -31,7 +31,7 @@ helm reset
...
@@ -31,7 +31,7 @@ helm reset
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -41,4 +41,4 @@ helm reset
...
@@ -41,4 +41,4 @@ helm reset
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_rollback.md
View file @
8ee89fe5
...
@@ -37,7 +37,7 @@ helm rollback [flags] [RELEASE] [REVISION]
...
@@ -37,7 +37,7 @@ helm rollback [flags] [RELEASE] [REVISION]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -47,4 +47,4 @@ helm rollback [flags] [RELEASE] [REVISION]
...
@@ -47,4 +47,4 @@ helm rollback [flags] [RELEASE] [REVISION]
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_search.md
View file @
8ee89fe5
...
@@ -28,7 +28,7 @@ helm search [keyword]
...
@@ -28,7 +28,7 @@ helm search [keyword]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -38,4 +38,4 @@ helm search [keyword]
...
@@ -38,4 +38,4 @@ helm search [keyword]
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_serve.md
View file @
8ee89fe5
...
@@ -36,7 +36,7 @@ helm serve
...
@@ -36,7 +36,7 @@ helm serve
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -46,4 +46,4 @@ helm serve
...
@@ -46,4 +46,4 @@ helm serve
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_status.md
View file @
8ee89fe5
...
@@ -35,7 +35,7 @@ helm status [flags] RELEASE_NAME
...
@@ -35,7 +35,7 @@ helm status [flags] RELEASE_NAME
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -45,4 +45,4 @@ helm status [flags] RELEASE_NAME
...
@@ -45,4 +45,4 @@ helm status [flags] RELEASE_NAME
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_template.md
View file @
8ee89fe5
...
@@ -39,7 +39,7 @@ helm template [flags] CHART
...
@@ -39,7 +39,7 @@ helm template [flags] CHART
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -49,4 +49,4 @@ helm template [flags] CHART
...
@@ -49,4 +49,4 @@ helm template [flags] CHART
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_test.md
View file @
8ee89fe5
...
@@ -32,7 +32,7 @@ helm test [RELEASE]
...
@@ -32,7 +32,7 @@ helm test [RELEASE]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -42,4 +42,4 @@ helm test [RELEASE]
...
@@ -42,4 +42,4 @@ helm test [RELEASE]
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_upgrade.md
View file @
8ee89fe5
...
@@ -67,7 +67,7 @@ helm upgrade [RELEASE] [CHART]
...
@@ -67,7 +67,7 @@ helm upgrade [RELEASE] [CHART]
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -77,4 +77,4 @@ helm upgrade [RELEASE] [CHART]
...
@@ -77,4 +77,4 @@ helm upgrade [RELEASE] [CHART]
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_verify.md
View file @
8ee89fe5
...
@@ -30,7 +30,7 @@ helm verify [flags] PATH
...
@@ -30,7 +30,7 @@ helm verify [flags] PATH
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -40,4 +40,4 @@ helm verify [flags] PATH
...
@@ -40,4 +40,4 @@ helm verify [flags] PATH
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
docs/helm/helm_version.md
View file @
8ee89fe5
...
@@ -44,7 +44,7 @@ helm version
...
@@ -44,7 +44,7 @@ helm version
```
```
--debug enable verbose output
--debug enable verbose output
--home string location of your Helm config. Overrides $HELM_HOME (default "
$HOME
/.helm")
--home string location of your Helm config. Overrides $HELM_HOME (default "
~
/.helm")
--host string address of Tiller. Overrides $HELM_HOST
--host string address of Tiller. Overrides $HELM_HOST
--kube-context string name of the kubeconfig context to use
--kube-context string name of the kubeconfig context to use
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
--kubeconfig string path to kubeconfig file. Overrides $KUBECONFIG
...
@@ -54,4 +54,4 @@ helm version
...
@@ -54,4 +54,4 @@ helm version
### SEE ALSO
### SEE ALSO
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
*
[
helm
](
helm.md
)
- The Helm package manager for Kubernetes.
###### Auto generated by spf13/cobra on
1
-Nov-2017
###### Auto generated by spf13/cobra on
7
-Nov-2017
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment