Commands

Commands

Available ody CLI commands

Command reference

CommandDescription
authManage authentication credentials
initInitialize ody in a project
runRun the agent loop to execute pending tasks
configDisplay the current configuration
planPlan upcoming work by generating task files
prReview and resolve GitHub pull request feedback
compactArchive completed tasks and progress into history
taskManage task files (list, edit, import)
updateCheck 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

On this page