864184f053
This commit addresses the bug that user is unable to see retrieved manifest name or names, also simplifies the internal logic and reorganizes unit tests. Change-Id: I89bac0af811f744c209be2aee921033a5e8a4fca Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Closes: #505
788 B
788 B
airshipctl config get-manifest
Get a manifest(s) information from the airshipctl config
Synopsis
Display a specific manifest information, or all defined manifests if no name is provided.
airshipctl config get-manifest NAME [flags]
Examples
# List all the manifests airshipctl knows about
airshipctl config get-manifests
# Display a specific manifest
airshipctl config get-manifest e2e
Options
-h, --help help for get-manifest
Options inherited from parent commands
--airshipconf string Path to file for airshipctl configuration. (default "$HOME/.airship/config")
--debug enable verbose output
SEE ALSO
- airshipctl config - Manage the airshipctl config file