cleo session
Work session lifecycle (start, end, status)
Agent Relevance: High - Frequently used by LLM agents
Synopsis
cleo session <start|end|status> [OPTIONS]
Subcommands
| Subcommand | Description |
|---|
start | Run cleo session start --help for details |
end | Run cleo session end --help for details |
status | Run cleo session status --help for details |
Options
| Option | Description |
|---|
--format | Output format: text, json |
--quiet | Suppress output, return only essential data |
This command supports JSON output via --json flag for LLM agent integration.
Examples
Exit Codes
| Code | Meaning | Recoverable |
|---|
0 | Success | No |
4 | Resource not found | No |
101 | Already exists | No |
See Also