airshipctl/docs/source/cli/airshipctl_config_get-manifest.md
Ruslan Aliev 864184f053 Refactor config get-manifest command
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
2021-04-03 22:27:43 -05:00

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