Skip to content
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]

FlagTypeDefaultValuesWhat it does
--no-probebooleanfalseSkip heartbeat, provider, and cloud sync probes.
--jsonbooleanfalseEmit the canonical JSON envelope.
--ndjsonbooleanfalseEmit one canonical JSON envelope per line.
--formatstringtexttext, jsonChoose human text or the JSON envelope.
--help -hbooleanShow command help.

#Run doctor

bash
atoi doctor --json

Was this useful?