list
rocketship list
List test runs
Synopsis
List test runs with filtering and sorting options.
Examples: # List all recent runs rocketship list
# List failed runs rocketship list --status FAILED
# List runs for a specific project rocketship list --project-id my-app
# List runs from a specific branch rocketship list --branch feature/new-api
# List runs with custom limit and ordering rocketship list --limit 50 --order-by duration --ascending
Options
--ascending Sort in ascending order (default: descending)
--branch string Filter by git branch
-e, --engine string Address of the rocketship engine (default "localhost:7700")
--format string Output format (table, json, yaml) (default "table")
-h, --help help for list
--limit int32 Maximum number of runs to display (default 20)
--order-by string Sort by field (started_at, ended_at, duration) (default "started_at")
--project-id string Filter by project ID
--schedule-name string Filter by schedule name
--source string Filter by source (cli-local, ci-branch, ci-main, scheduled)
--status string Filter by status (PENDING, RUNNING, PASSED, FAILED, TIMEOUT)
SEE ALSO
- rocketship - Rocketship CLI