1. Add end-user documentation of CLI commands 2. Minor refactor of several help messages 3. Update of golden test data to reflect help message changes Change-Id: I58b8ac3a7871efdb569887ab65191bfb1842c24e Signed-off-by: Alexander Hughes <Alexander.Hughes@pm.me>
15 lines
328 B
Plaintext
15 lines
328 B
Plaintext
Error: Missing configuration: User credentials with name 'authinfoMissing'
|
|
Usage:
|
|
get-credentials NAME [flags]
|
|
|
|
Examples:
|
|
# List all the users airshipctl knows about
|
|
airshipctl config get-credentials
|
|
|
|
# Display a specific user information
|
|
airshipctl config get-credentials e2e
|
|
|
|
Flags:
|
|
-h, --help help for get-credentials
|
|
|