Files
airshipctl/cmd/config/testdata/TestConfigGoldenOutput/config-cmd-with-help.golden
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

22 lines
729 B
Plaintext

Manage the airshipctl config file
Usage:
config [command]
Available Commands:
get-cluster Get cluster information from the airshipctl config
get-context Get context information from the airshipctl config
get-credentials Get user credentials from the airshipctl config
help Help about any command
import Merge information from a kubernetes config file
init Generate initial configuration files for airshipctl
set-cluster Manage clusters
set-context Manage contexts
set-credentials Manage user credentials
use-context Switch to a different context
Flags:
-h, --help help for config
Use "config [command] --help" for more information about a command.