airshipctl/docs/source/cli/airshipctl_plan_list.md
Niharika Bhavaraju 5085f22c56 [#394] plan list -o yaml changes
Added yaml output flag to show plan list in yaml format

Relates-To: #394
Co-authored By: Niharika Bhavaraju<niha.twinkle@gmail.com>
Change-Id: I8bed077573eb79783cfc77e4ebf82c819f41d125
2021-04-29 18:10:57 +05:30

762 B

airshipctl plan list

List plans

Synopsis

List life-cycle plans which were defined in document model.

airshipctl plan list [flags]

Examples


#list plan
airshipctl plan list

#list plan(yaml output format)
airshipctl plan list -o yaml

#list plan(table output format)
airshipctl plan list -o table

Options

  -h, --help            help for list
  -o, --output string   'table' and 'yaml' are available output formats (default "table")

Options inherited from parent commands

      --airshipconf string   Path to file for airshipctl configuration. (default "$HOME/.airship/config")
      --debug                enable verbose output

SEE ALSO