populate_pipeline

Prepare Pipeline Infrastructure

Writes the pipeline’s Nix expression into _pipeline/ and, when build = true, materializes all nodes. Returns a BuildLog on success or a DataFrame of planned build actions when a dry_run option is set.

Parameters

Returns

BuildLog | DataFrame Success message, BuildLog, or planned-actions DataFrame.

Examples

populate_pipeline(p)
populate_pipeline(p, build = true)

See Also

pipeline_run, build_pipeline