CLI reference — Workflow Runs
Generated by
bun run generate:cli-referencefromspec/admin-api-openapi.json. Do not hand-edit — regenerate after refreshing the spec.
Every operation below is documented CLI-first (nayaone-admin api <operationId>)
per PRD-407/DO-7.
The REST /admin-api/* method+path is the fallback/alternative integration option.
3 operations in this area.
adminListQueuedWorkflowRepos
Section titled “adminListQueuedWorkflowRepos”List n1-dev repos with queued GitHub Actions runs (Admin only)
CLI (preferred):
nayaone-admin api adminListQueuedWorkflowReposREST fallback: GET /admin-api/workflow-runs/queued-by-repo
adminListWorkflowRunJobs
Section titled “adminListWorkflowRunJobs”List jobs for a workflow run (Admin only)
CLI (preferred):
nayaone-admin api adminListWorkflowRunJobs --param runId=<runId>REST fallback: GET /admin-api/workflow-runs/{runId}/jobs
adminListWorkflowRuns
Section titled “adminListWorkflowRuns”List GitHub workflow runs (Admin only)
CLI (preferred):
nayaone-admin api adminListWorkflowRunsREST fallback: GET /admin-api/workflow-runs