dc0979b65b
This also increases unit test coverage Change-Id: I324954a1216f2204ff3977c05eb9bd087cd87795
19 lines
469 B
Plaintext
19 lines
469 B
Plaintext
Error: Missing configuration: Context with name 'contextMissing'
|
|
Usage:
|
|
get-context NAME [flags]
|
|
|
|
Examples:
|
|
# List all the contexts airshipctl knows about
|
|
airshipctl config get-context
|
|
|
|
# Display the current context
|
|
airshipctl config get-context --current-context
|
|
|
|
# Display a specific Context
|
|
airshipctl config get-context e2e
|
|
|
|
Flags:
|
|
--current-context retrieve the current context entry in airshipctl config
|
|
-h, --help help for get-context
|
|
|