airshipctl/cmd/config/testdata/TestGetContextCmdGoldenOutput/get-multiple-contexts.golden
Alexey Odinokov 37c2854cce Switching airshipctl and krm-functions to kustomize 4.2.0
Reworked build process of dependent krm functions
to use the latest airshipctl

Change-Id: If4c7f992123b86442980f381ae69fb003f4851e3
2021-07-22 17:06:32 +00:00

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