leo status¶
Show overall Leo status.
Usage¶
Description¶
Displays a consolidated summary pulled from the daemon:
- Service (launchd/systemd) state
- Daemon socket health
- Web UI state (if enabled)
- Configured processes and per-process runtime state
- Scheduled tasks and their next run time
- Installed agent templates
- The next upcoming task run across the whole config
Flags¶
| Flag | Description |
|---|---|
--json | Emit the structured StatusReport document for scripting. |
Examples¶
# Human-readable overview
leo status
# Machine-readable report
leo status --json | jq '.processes[] | select(.running == false)'
See Also¶
leo validate— deeper health checks (prereqs, workspaces, MCP configs)leo service status— service-manager state only