0d7dc4de24
This change creates a tool that generates CLI documentation each time `make update-golden` is executed. Change-Id: I4bcdf299cd424f4cff1ecf6503822d304e9a3947 Signed-off-by: Drew Walters <andrew.walters@att.com>
41 lines
844 B
Markdown
41 lines
844 B
Markdown
## airshipctl config import
|
|
|
|
Merge information from a kubernetes config file
|
|
|
|
### Synopsis
|
|
|
|
Merge the clusters, contexts, and users from an existing kubeConfig file into the airshipctl config file.
|
|
|
|
|
|
```
|
|
airshipctl config import <kubeConfig> [flags]
|
|
```
|
|
|
|
### Examples
|
|
|
|
```
|
|
|
|
# Import from a kubeConfig file"
|
|
airshipctl config import $HOME/.kube/config
|
|
|
|
```
|
|
|
|
### Options
|
|
|
|
```
|
|
-h, --help help for import
|
|
```
|
|
|
|
### Options inherited from parent commands
|
|
|
|
```
|
|
--airshipconf string Path to file for airshipctl configuration. (default "$HOME/.airship/config")
|
|
--debug enable verbose output
|
|
--kubeconfig string Path to kubeconfig associated with airshipctl configuration. (default "$HOME/.airship/kubeconfig")
|
|
```
|
|
|
|
### SEE ALSO
|
|
|
|
* [airshipctl config](airshipctl_config.md) - Manage the airshipctl config file
|
|
|