airshipctl/docs/source/cli/airshipctl_config_get-manif...

785 B

airshipctl config get-manifest

Get a manifest 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