DevelopersTerminal
Doctor CLI reference
Run local readiness checks and an optional live heartbeat.
On this page
Use this page to inspect every public atoi doctor command, its accepted flags, and one runnable example. Return to the CLI reference index to choose another command group.
atoi doctorRun local readiness checks and an optional live heartbeat.
#doctor
Check local requirements and, by default, issue a live Atoi heartbeat.
atoi doctor [--no-probe]
| Flag | Type | Default | Values | What it does |
|---|---|---|---|---|
--no-probe | boolean | false | Skip heartbeat, provider, and cloud sync probes. | |
--json | boolean | false | Emit the canonical JSON envelope. | |
--ndjson | boolean | false | Emit one canonical JSON envelope per line. | |
--format | string | text | text, json | Choose human text or the JSON envelope. |
--help -h | boolean | Show command help. |
#Run doctor
atoi doctor --json
{
"tool": "atoi_doctor",
"arguments": {
"action": "status"
}
}
Was this useful?