Skip to main content

cleo list

Aliases: ls, tree View tasks with filtering (status, priority, label, phase, type, parent)
Agent Relevance: Critical - Essential for LLM agent workflows

Synopsis

cleo list [OPTIONS]

Options

OptionDescription
--formatOutput format: text, json
--quietSuppress output, return only essential data
--statusFilter by status
--priorityFilter by priority
--labelFilter by label
--phaseFilter by phase
--typeFilter by task type
--parentFilter by parent task ID
--childrenHandle child tasks
--treeShow hierarchical tree view
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo list

Exit Codes

CodeMeaningRecoverable
0SuccessNo
2Invalid argumentsNo
100No data/resultsNo

See Also