
Now that --current-context is removed for set-context, removing all references of --current-context for set-context in test cases. Change-Id: Ib77a8dba4a245c61d1d6c057561b0f6983d80cd3
21 lines
849 B
Plaintext
21 lines
849 B
Plaintext
Modify airshipctl config files using subcommands
|
|
like "airshipctl config set-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
|
|
get-credentials Gets a user entry from the airshipctl config
|
|
help Help about any command
|
|
init Generate initial configuration files for airshipctl
|
|
set-cluster Sets a cluster entry in the airshipctl config
|
|
set-context Switch to a new context or update context values in the airshipctl config
|
|
set-credentials Sets a user entry in the airshipctl config
|
|
|
|
Flags:
|
|
-h, --help help for config
|
|
|
|
Use "config [command] --help" for more information about a command.
|