turbo-lifecycle
Installation
SKILL.md
Turbo Pipeline Lifecycle Reference
CLI commands for managing pipeline lifecycle. Covers streaming and job-mode differences. For interactive pipeline troubleshooting, use /turbo-doctor instead.
Quick Reference
| Action | Command |
|---|---|
| List all pipelines | goldsky turbo list |
| Delete by name | goldsky turbo delete <pipeline-name> |
| Delete by YAML | goldsky turbo delete -f <pipeline.yaml> |
| Pause pipeline | goldsky turbo pause <pipeline-name> |
| Resume pipeline | goldsky turbo resume <pipeline-name> |
| Restart pipeline | goldsky turbo restart <pipeline-name> |
| Restart fresh | goldsky turbo restart <pipeline-name> --clear-state |