superplane-monitor
Installation
SKILL.md
SuperPlane Monitor
Inspect, debug, and manage workflow executions.
Quick Reference
| Task | Command |
|---|---|
| List runs for app | superplane runs list --app-id <id> |
| Describe a run (node executions) | superplane runs describe <run-id> --app-id <id> |
| List node executions | superplane executions list --app-id <id> --node-id <nid> |
| Cancel execution | superplane executions cancel --app-id <id> --execution-id <eid> |
| List queued items | superplane queue list --app-id <id> --node-id <nid> |
| Delete queued item | superplane queue delete --app-id <id> --node-id <nid> --item-id <iid> |
Verify CLI Is Installed
Before any debugging, confirm the CLI binary is available without requiring network access: