Problem description (if applicable)
It's a common scenario when airshipctl plan run command fails before finish. If desired, the user should be able to resume the execution of the plan from a certain phase.
Proposed change
Introduce --resume-from <phase_name> CLI option for the plan run subcommand, which will skip all phases in the plan before the specified one.
Problem description (if applicable) It's a common scenario when
airshipctl plan run
command fails before finish. If desired, the user should be able to resume the execution of the plan from a certain phase.Proposed change Introduce
--resume-from <phase_name>
CLI option for theplan run
subcommand, which will skip all phases in the plan before the specified one.Potential impacts None.