Skip to content

Pipeline Commands

Pipeline management via CLI is coming soon.

Currently, pipelines are managed through the visual pipeline editor in the FlightStack app.

Terminal window
# List pipelines
flightstack pipeline list
# Trigger a pipeline run
flightstack pipeline run <pipeline-id>
# View pipeline runs
flightstack pipeline runs <pipeline-id>
# Export pipeline as YAML
flightstack pipeline export <pipeline-id>

For now, use the visual pipeline editor:

  1. Open the FlightStack app
  2. Navigate to your repository
  3. Go to the Pipelines tab
  4. Use the drag-and-drop editor

See Pipeline Editor for details.