airshipctl/cmd/config/testdata/TestGetContextCmdGoldenOutput/missing.golden
Ian Howell dc0979b65b [#42] Refactor flag operations to be uniform
This also increases unit test coverage

Change-Id: I324954a1216f2204ff3977c05eb9bd087cd87795
2020-02-20 11:25:41 -06:00

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