Skip to main content

cleo tree

This command is an alias for cleo list --tree
Display task hierarchy as tree (alias for list —tree)
Agent Relevance: High - Frequently used by LLM agents

Synopsis

cleo tree [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
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo tree

Exit Codes

CodeMeaningRecoverable
0SuccessNo
2Invalid argumentsNo
100No data/resultsNo

See Also