0bbc88b4a9
Instead of having a lot different arbitrary named commands such as "cluster initinfra", "cluster control-plane", add a generic phase command that would provide capabilities for interacting with phases (e.g. getting list or applying specific one). Change-Id: I1ab797121aecbfd2348933dfd993c1a5974edaf9 Relates-To: #162
15 lines
341 B
Plaintext
15 lines
341 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
|
|
|
|
Flags:
|
|
-h, --help help for phase
|
|
|
|
Use "phase [command] --help" for more information about a command.
|