Skip to main content

cleo reparent

Move task to different parent in hierarchy

Synopsis

cleo reparent TASK_ID [OPTIONS]

Options

OptionDescription
--formatOutput format: text, json
--quietSuppress output, return only essential data
--toTarget parent ID
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo reparent

Exit Codes

CodeMeaningRecoverable
0SuccessNo
1General errorNo
2Invalid argumentsNo
3File operation failureNo
4Resource not foundNo
10Parent task not foundNo
11Max depth exceededNo
12Max siblings exceededNo
13Invalid parent typeNo
14Circular hierarchyNo

See Also