Skip to main content

cleo session

Work session lifecycle (start, end, status)
Agent Relevance: High - Frequently used by LLM agents

Synopsis

cleo session <start|end|status> [OPTIONS]

Subcommands

SubcommandDescription
startRun cleo session start --help for details
endRun cleo session end --help for details
statusRun cleo session status --help for details

Options

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

Examples

cleo session

Exit Codes

CodeMeaningRecoverable
0SuccessNo
4Resource not foundNo
101Already existsNo

See Also