
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
20 lines
367 B
Plaintext
20 lines
367 B
Plaintext
Error: Missing configuration: User credentials with name 'authinfoMissing'
|
|
Usage:
|
|
get-credential [NAME] [flags]
|
|
|
|
Aliases:
|
|
get-credential, get-credentials
|
|
|
|
Examples:
|
|
|
|
# List all user credentials
|
|
airshipctl config get-credentials
|
|
|
|
# Display a specific user's credentials
|
|
airshipctl config get-credential exampleUser
|
|
|
|
|
|
Flags:
|
|
-h, --help help for get-credential
|
|
|