Files
airshipctl/cmd/config/testdata/TestGetAuthInfoCmdGoldenOutput/missing.golden
Ian Howell f1591bc347 Add pluralized aliases to config get commands
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
2020-05-06 14:35:29 -05:00

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