Dmitry Ukov c36a8ea022 Introduce generic table printer
* Table printer is based on cli-utils approach
* Rename 'phase plan' command to 'phase list' and print all Phase
documents from model instead of just printing PhasePlan object

Relates-To: #358
Change-Id: If3c5e2463e32f6794af4c82c12955a45583fce80
2021-01-27 14:10:31 +04:00

18 lines
458 B
Plaintext

This command provides capabilities for interacting with phases,
such as getting list and applying specific one.
Usage:
phase [command]
Available Commands:
help Help about any command
list List phases
render Render phase documents from model
run Run phase
tree Tree view of kustomize entrypoints of phase
Flags:
-h, --help help for phase
Use "phase [command] --help" for more information about a command.