
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
762 B
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
- airshipctl plan - Manage plans