Skip to main content

cleo exists

Validate task ID exists (scripting/CI). Exit 0=exists, 1=not found.
Agent Relevance: Critical - Essential for LLM agent workflows

Synopsis

cleo exists TASK_ID [OPTIONS]

Options

OptionDescription
--formatOutput format: text, json
--quietSuppress output, return only essential data
--include-archiveInclude archived tasks in search
--verboseShow detailed output
This command supports JSON output via --json flag for LLM agent integration.

Examples

cleo exists

Exit Codes

CodeMeaningRecoverable
0SuccessNo
1General errorNo
2Invalid argumentsNo
3File operation failureNo

See Also