pub fn preview_pipeline(
pipeline: &[ExecStage],
ctx: &ExecContext,
) -> Vec<String>Expand description
Render a human-readable, non-executing preview of pipeline against ctx.
Used by --dry-run to log the commands that would have run.
pub fn preview_pipeline(
pipeline: &[ExecStage],
ctx: &ExecContext,
) -> Vec<String>Render a human-readable, non-executing preview of pipeline against ctx.
Used by --dry-run to log the commands that would have run.