Documentation
Commands
Reference for the Relunar CLI surface.
Setup and auth
relunar init
relunar setup
relunar doctor [--json]
relunar auth github [--token <token>]
relunar auth daytona --api-key <key> [--api-url <url>] [--target <target>]
relunar repo link owner/repo
Issue workflow
relunar issues list [--state open|closed|all] [--json]
relunar repro <issue-number> [--comment]
relunar repro --all-open [--limit 5] [--comment]
Runs and skills
relunar runs list [--json]
relunar runs show <run-id> [--json]
relunar skills list|get|install [agent]
Batch mode always requires an explicit --limit. GitHub comments always require --comment.