rekor debug
Platform-admin debug commands (requires platform:admin grant)
Subcommands
rekor debug do
Inspect live database storage state
rekor debug tables
List internal tables and row counts. Types: database | org | user
rekor debug read
Read rows from an internal table (sensitive columns redacted)
--row-id — Filter to a single row by its id column
rekor debug report
Inspect and triage the platform_report queue (Sentry + CLI bug reports)
--status — pending | grouped | escalated | addressed | dismissed--source — sentry | cli_report | review | security_audit--classification — bug | flaky_test | security--since — Lower bound on created_at (ISO timestamp)
rekor debug list
List reports with optional filters
--status — pending | grouped | escalated | addressed | dismissed--source — sentry | cli_report | review | security_audit--classification — bug | flaky_test | security--since — Lower bound on created_at (ISO timestamp)
rekor debug show
Show a single report with its group members
rekor debug group
Fold member_ids under canonical_id (members must be pending)
rekor debug escalate
Mark a pending report as escalated and link a GitHub issue
--gh — GitHub issue URL the triage routine opened--verdict — AI verdict / triage rationale
rekor debug addressed
Mark an escalated report as addressed (fix shipped)
rekor debug dismiss
Mark a report as dismissed (not actionable)
--reason — Why this report was dismissed--verdict — AI verdict / triage rationale