Commands
Commands
Available ody CLI commands
Command reference
| Command | Description |
|---|---|
auth | Manage authentication credentials |
init | Initialize ody in a project |
run | Run the agent loop to execute pending tasks |
config | Display the current configuration |
plan | Plan upcoming work by generating task files |
pr | Review and resolve GitHub pull request feedback |
compact | Archive completed tasks and progress into history |
task | Manage task files (list, edit, import) |
update | Check for and install CLI updates |
Global behavior
All commands automatically load the ody configuration from .ody/ody.json (local) and ~/.ody/ody.json or ~/.config/ody/ody.json (global) before executing. If no configuration is found, commands that require it will prompt you to run ody init first.
Getting help
Run any command with --help to see its usage and available flags:
ody --help
ody run --help
ody plan --help