fb997d49e1
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
20 lines
347 B
Plaintext
20 lines
347 B
Plaintext
Error: missing configuration: manifest with name 'manifestMissing'
|
|
Usage:
|
|
get-manifest NAME [flags]
|
|
|
|
Aliases:
|
|
get-manifest, get-manifests
|
|
|
|
Examples:
|
|
|
|
# List all the manifests airshipctl knows about
|
|
airshipctl config get-manifests
|
|
|
|
# Display a specific manifest
|
|
airshipctl config get-manifest e2e
|
|
|
|
|
|
Flags:
|
|
-h, --help help for get-manifest
|
|
|