airshipctl/cmd/config/testdata/TestGetManifestConfigCmdGoldenOutput/missing.golden
Scott Williams fb997d49e1 Error messages checked expected value
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
2021-03-03 12:00:36 -06:00

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