Skip to main content

execute_apply

Function execute_apply 

Source
pub fn execute_apply(
    plan: &ApplyPlan,
    runner: &dyn CommandRunner,
) -> Result<Vec<Command>, String>
Expand description

Execute an apply plan using the provided command runner.