
Allows to skip phases in plan execution. Change-Id: Iee0e0da5ae9836f27ec1810ac0d333247a6ddb8f Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Closes: #667
21 lines
554 B
Plaintext
21 lines
554 B
Plaintext
Run a plan defined in the site manifest. Specify the plan using the mandatory parameter PLAN_NAME.
|
|
To get list of plans associated for a site, run 'airshipctl plan list'.
|
|
|
|
Usage:
|
|
run PLAN_NAME [flags]
|
|
|
|
Examples:
|
|
|
|
Run plan named iso
|
|
# airshipctl plan run iso
|
|
|
|
Perform a dry run of a plan
|
|
# airshipctl plan run iso --dry-run
|
|
|
|
|
|
Flags:
|
|
--dry-run simulate phase execution
|
|
-h, --help help for run
|
|
--resume-from string skip all phases before the specified one
|
|
--wait-timeout duration wait timeout
|