5ff6d38e03
Commands execution logic will be added when executors are implemented Change-Id: I78ef95a858117d0c6d407289955228b6ba1a3d5e
18 lines
439 B
Plaintext
18 lines
439 B
Plaintext
This command provides capabilities for interacting with phases,
|
|
such as getting list and applying specific one.
|
|
|
|
Usage:
|
|
phase [command]
|
|
|
|
Available Commands:
|
|
apply Apply phase to a cluster
|
|
help Help about any command
|
|
plan List phases
|
|
render Render phase documents from model
|
|
run Run phase
|
|
|
|
Flags:
|
|
-h, --help help for phase
|
|
|
|
Use "phase [command] --help" for more information about a command.
|