Rodolfo Pacheco 078f6b027a Implement airshipctl config import
Adds clusters, contexts and credentials from a kube config
file to the airship config.

In case of duplicate, the existing airship config values
will take precedence.

Closes: #153

Change-Id: Id09489f7546d8836be5b436071fec43fb99b997e
2020-05-05 11:11:36 -05:00

14 lines
203 B
Plaintext

Error: accepts 1 arg(s), received 0
Usage:
import <kubeConfig> [flags]
Examples:
# Import from a kubeConfig file"
airshipctl config import $HOME/.kube/config
Flags:
-h, --help help for import