
Allows to skip phases in plan execution. Change-Id: Iee0e0da5ae9836f27ec1810ac0d333247a6ddb8f Signed-off-by: Ruslan Aliev <raliev@mirantis.com> Closes: #667
1.0 KiB
1.0 KiB
airshipctl plan run
Airshipctl command to run plan
Synopsis
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'.
airshipctl plan 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
Options
--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
Options inherited from parent commands
--airshipconf string path to the airshipctl configuration file. Defaults to "$HOME/.airship/config"
--debug enable verbose output
SEE ALSO
airshipctl plan <airshipctl_plan>
- Airshipctl command to manage plans