HomeTutorials › Pipelines & Events
Pipelines & Events

Pipeline Placeholders

#089 0:13 Part of the Rysh video series

Placeholders are lanes reserved for pipeline output -- name them, add them, watch results land.

Pipeline Placeholders — 0:13 walkthrough

What you'll see

  1. Launch rysh and double-Escape into rysh mode.
  2. ##pipe name release-flow labels the current pipeline.
  3. ##pipe placeholder add creates a new placeholder lane for pipeline output.
  4. Add another, then ##pipe placeholder list shows 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.