
Modified the test framework so that error messages are actualy checked for an expected value (instead of previously only checking if there was an error returned) Closes-Bug: #451 Change-Id: I9c4b172a705a7648467afe41346c389c503e764b
14 lines
262 B
Plaintext
14 lines
262 B
Plaintext
Error: missing configuration: context with name 'foo'
|
|
Usage:
|
|
use-context NAME [flags]
|
|
|
|
Examples:
|
|
|
|
# Switch to a context named "exampleContext" in airshipctl config file
|
|
airshipctl config use-context exampleContext
|
|
|
|
|
|
Flags:
|
|
-h, --help help for use-context
|
|
|