37c2854cce
Reworked build process of dependent krm functions to use the latest airshipctl Change-Id: If4c7f992123b86442980f381ae69fb003f4851e3
24 lines
486 B
Plaintext
24 lines
486 B
Plaintext
Usage:
|
|
get-context CONTEXT_NAME [flags]
|
|
|
|
Aliases:
|
|
get-context, get-contexts
|
|
|
|
Examples:
|
|
|
|
List all contexts
|
|
# airshipctl config get-contexts
|
|
|
|
Display the current context
|
|
# airshipctl config get-context --current
|
|
|
|
Display a specific context
|
|
# airshipctl config get-context exampleContext
|
|
|
|
|
|
Flags:
|
|
--current get the current context
|
|
--format yaml supported output format yaml or `table`, default is `yaml` (default "yaml")
|
|
-h, --help help for get-context
|
|
|