
This commit removed dulicate NewImportCommand from command defination Change-Id: Ifc73a58de37f51c484197a6036e03a1d98d51d3d Signed-off-by: Sreejith Punnapuzha <sreejith.punnapuzha@outlook.com>
24 lines
968 B
Plaintext
24 lines
968 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-credential Get user credentials from the airshipctl config
|
|
get-management-config View a management config or all management configs defined in 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
|
|
set-management-config Modify an out-of-band management configuration
|
|
use-context Switch to a different context
|
|
|
|
Flags:
|
|
-h, --help help for config
|
|
|
|
Use "config [command] --help" for more information about a command.
|