f1591bc347
This changes the `get-credentials` command to `get-credential` to be uniform with the other config commads. It then adds pluralized aliases to `get-credential`, `get-cluster`, and `get-context` Change-Id: Icb5a308f591589f5b68a8ad1c172c3b99ef3a4f1
22 lines
729 B
Plaintext
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-credential 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.
|