Doctor CLI reference
Run local readiness checks and an optional live heartbeat.
Use this page to inspect every public atoi doctor command, its accepted flags, and one runnable example.
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"
}
}
Read Set up the CLI for the rest of this group, or the CLI reference index for every command.
Was this useful?