Pipeline Placeholders
Placeholders are lanes reserved for pipeline output -- name them, add them, watch results land.
What you'll see
- Launch
ryshand double-Escape into rysh mode. ##pipe name release-flowlabels the current pipeline.##pipe placeholder addcreates a new placeholder lane for pipeline output.- Add another, then
##pipe placeholder listshows every placeholder defined.
Commands shown
rysh
##pipe name release-flow
##pipe placeholder add
##pipe placeholder add
##pipe placeholder list
Keys used
EnterEscape
Transcript
0:00Placeholders are lanes reserved for pipeline output -- name them, add them, watch results land.
0:03Start rysh. A pipeline can route its output into named placeholder lanes so each phase has a home.
0:08Double-Escape into rysh mode. ##pipe name labels the current pipeline so its output is easy to identify.
0:24Add as many as your pipeline needs, then ##pipe placeholder list shows every placeholder currently defined.
0:32Placeholders turn a pipeline into a structured dashboard -- one lane per stage, output flowing into place.
Key takeaway
Placeholders are named lanes that receive pipeline output, managed with ##pipe placeholder add/list and labeled via ##pipe name.