Skip to content

Command Reference

All commands support these options:

--help, -h Show help
--version Show version
--debug Enable debug output

Launch the interactive dashboard.

Terminal window
rally dashboard
rally # Alias

Register a project with Rally.

Terminal window
rally onboard <repo> # Onboard a repository
rally onboard remove [project] # Remove a project

Arguments:

  • <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:

Terminal window
rally onboard . # Current directory
rally onboard owner/repo # GitHub shorthand
rally onboard owner/repo --fork me/repo # Fork workflow
rally onboard remove myrepo --yes # Remove without confirmation

Dispatch Copilot to an issue or PR.

Terminal window
rally dispatch # Interactive mode
rally dispatch issue <number> # Dispatch to issue
rally dispatch pr <number> # Dispatch to PR

Options:

  • --project <name> — Target project
  • --sandbox — Run in Docker sandbox
  • --trust — Skip trust confirmation

Examples:

Terminal window
rally dispatch issue 42
rally dispatch pr 99 --project myrepo
rally dispatch issue 15 --sandbox

Show status of active dispatches.

Terminal window
rally status # Human-readable output
rally status --json # JSON output

Clean up completed dispatches.

Terminal window
rally clean # Interactive cleanup
rally clean --all # Clean all done dispatches
rally clean --orphaned # Clean orphaned worktrees only

Options:

  • --all — Clean all without prompts
  • --orphaned — Only clean orphaned worktrees
  • --yes — Skip confirmation

Refresh project data from GitHub.

Terminal window
rally refresh # Refresh all projects
rally refresh <project> # Refresh specific project

List Copilot sessions.

Terminal window
rally sessions # List all sessions
rally sessions --active # Show only active sessions

Configure Rally settings.

Terminal window
rally setup # Interactive setup
rally setup team # Configure team settings
CodeMeaning
0Success
1General error
2Configuration error
130User interrupt (Ctrl+C)