
This commit is only base for future implementation Change-Id: I3cfb3508de04d0a717245a75b5b197fda68fd01c
19 lines
708 B
Plaintext
19 lines
708 B
Plaintext
Modify airshipctl config files using subcommands
|
|
like "airshipctl config set-current-context my-context"
|
|
|
|
Usage:
|
|
config [command]
|
|
|
|
Available Commands:
|
|
get-cluster Display a specific cluster or all defined clusters if no name is provided
|
|
get-context Display a specific context, the current-context or all defined contexts if no name is provided
|
|
help Help about any command
|
|
init Generate initial configuration files for airshipctl
|
|
set-cluster Sets a cluster entry in the airshipctl config
|
|
set-context Sets a context entry or updates current-context in the airshipctl config
|
|
|
|
Flags:
|
|
-h, --help help for config
|
|
|
|
Use "config [command] --help" for more information about a command.
|