Skip to main content

preview_pipeline

Function preview_pipeline 

Source
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.