5ff6d38e03
Commands execution logic will be added when executors are implemented Change-Id: I78ef95a858117d0c6d407289955228b6ba1a3d5e
15 lines
282 B
Plaintext
15 lines
282 B
Plaintext
Run specific life-cycle phase such as ephemeral-control-plane, target-initinfra etc...
|
|
|
|
Usage:
|
|
run PHASE_NAME [flags]
|
|
|
|
Examples:
|
|
|
|
# Run initinfra phase
|
|
airshipctl phase run ephemeral-control-plane
|
|
|
|
|
|
Flags:
|
|
--dry-run simulate phase execution
|
|
-h, --help help for run
|