Options to pass to addStage

interface AddStageOpts {
    post?: Step[];
    pre?: Step[];
    stackSteps?: StackSteps[];
}

Properties

post?: Step[]

Additional steps to run after all of the stacks in the stage

- No additional steps
pre?: Step[]

Additional steps to run before any of the stacks in the stage

- No additional steps
stackSteps?: StackSteps[]

Instructions for stack level steps

- No additional instructions