Skip to main content

cleo update

Modify existing task fields (status, priority, labels, notes, etc.)
Agent Relevance: Critical - Essential for LLM agent workflows

Synopsis

cleo update TASK_ID [OPTIONS]

Options

OptionDescription
--formatOutput format: text, json
--quietSuppress output, return only essential data
--dry-runPreview changes without applying
--statusFilter by status
--priorityFilter by priority
--labelsSee cleo update --help for details
--notesAdd notes to task
--descriptionSee cleo update --help for details
--phaseFilter by phase
--blocked-bySee cleo update --help for details
--dependsSee cleo update --help for details
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo update

Exit Codes

CodeMeaningRecoverable
0SuccessNo
1General errorNo
2Invalid argumentsNo
3File operation failureNo
4Resource not foundNo
6Validation errorNo
10Parent task not foundNo
11Max depth exceededNo
12Max siblings exceededNo
13Invalid parent typeNo
102No change neededNo

See Also