Skip to main content

cleo reorder

Change task position within sibling group (move to position, before/after, top/bottom)

Synopsis

cleo reorder TASK_ID [OPTIONS]

Options

OptionDescription
--positionNew position index
--beforeInsert before task ID
--afterInsert after task ID
--topMove to top of list
--bottomMove to bottom of list
--formatOutput format: text, json
--quietSuppress output, return only essential data
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo reorder

Exit Codes

CodeMeaningRecoverable
0SuccessNo
2Invalid argumentsNo
4Resource not foundNo

See Also