Command Reference
Global Options
Section titled “Global Options”All commands support these options:
--help, -h Show help--version Show version--debug Enable debug outputCommands
Section titled “Commands”rally dashboard
Section titled “rally dashboard”Launch the interactive dashboard.
rally dashboardrally # Aliasrally onboard
Section titled “rally onboard”Register a project with Rally.
rally onboard <repo> # Onboard a repositoryrally onboard remove [project] # Remove a projectArguments:
<repo>— Path, GitHub shorthand (owner/repo), or URL
Options:
--fork <fork>— Configure fork relationship--team <team>— Team configuration to use--yes— Skip confirmation prompts
Examples:
rally onboard . # Current directoryrally onboard owner/repo # GitHub shorthandrally onboard owner/repo --fork me/repo # Fork workflowrally onboard remove myrepo --yes # Remove without confirmationrally dispatch
Section titled “rally dispatch”Dispatch Copilot to an issue or PR.
rally dispatch # Interactive moderally dispatch issue <number> # Dispatch to issuerally dispatch pr <number> # Dispatch to PROptions:
--project <name>— Target project--sandbox— Run in Docker sandbox--trust— Skip trust confirmation
Examples:
rally dispatch issue 42rally dispatch pr 99 --project myreporally dispatch issue 15 --sandboxrally status
Section titled “rally status”Show status of active dispatches.
rally status # Human-readable outputrally status --json # JSON outputrally clean
Section titled “rally clean”Clean up completed dispatches.
rally clean # Interactive cleanuprally clean --all # Clean all done dispatchesrally clean --orphaned # Clean orphaned worktrees onlyOptions:
--all— Clean all without prompts--orphaned— Only clean orphaned worktrees--yes— Skip confirmation
rally refresh
Section titled “rally refresh”Refresh project data from GitHub.
rally refresh # Refresh all projectsrally refresh <project> # Refresh specific projectrally sessions
Section titled “rally sessions”List Copilot sessions.
rally sessions # List all sessionsrally sessions --active # Show only active sessionsrally setup
Section titled “rally setup”Configure Rally settings.
rally setup # Interactive setuprally setup team # Configure team settingsExit Codes
Section titled “Exit Codes”| Code | Meaning |
|---|---|
| 0 | Success |
| 1 | General error |
| 2 | Configuration error |
| 130 | User interrupt (Ctrl+C) |