pub fn execute_apply( plan: &ApplyPlan, runner: &dyn CommandRunner, ) -> Result<Vec<Command>, String>
Execute an apply plan using the provided command runner.