Loading & Running Pipelines (##pipe)
Define a pipeline in a file, load it, run it -- ##pipe drives the whole lifecycle.
What you'll see
- Launch
ryshand double-Escape into rysh mode. - Run
##pipe helpto see all pipeline subcommands. ##pipe load build.pipelinereads the file from.rysh/pipelines.##pipe listshows loaded pipelines;##pipe show buildprints its details.##pipe run buildexecutes it (defaults to the first loaded pipeline if no name).##pipe statusreports phase-by-phase progress;##pipe clearwipes output.
Commands shown
rysh
##pipe help
##pipe load build.pipeline
##pipe list
##pipe show build
##pipe run build
##pipe status
##pipe clear
Keys used
EnterEscape
Transcript
0:00Define a pipeline in a file, load it, run it -- ##pipe drives the whole lifecycle.
0:03Start rysh. Pipelines live as files under .rysh/pipelines in your project.
0:08Double-Escape into rysh mode. ##pipe help lists everything the pipeline command can do.
0:45And ##pipe clear wipes the pipeline output when you're done. Load, run, status, clear -- the full loop.
Key takeaway
##pipe loads pipelines from .rysh/pipelines, then list, show, run, status, and clear manage their full lifecycle.