Pipeline Commands
Pipeline Commands
Section titled “Pipeline Commands”Pipeline management via CLI is coming soon.
Currently, pipelines are managed through the visual pipeline editor in the FlightStack app.
Planned Commands
Section titled “Planned Commands”# List pipelinesflightstack pipeline list
# Trigger a pipeline runflightstack pipeline run <pipeline-id>
# View pipeline runsflightstack pipeline runs <pipeline-id>
# Export pipeline as YAMLflightstack pipeline export <pipeline-id>Visual Editor
Section titled “Visual Editor”For now, use the visual pipeline editor:
- Open the FlightStack app
- Navigate to your repository
- Go to the Pipelines tab
- Use the drag-and-drop editor
See Pipeline Editor for details.