Skip to content

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]

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

Read Set up the CLI for the rest of this group, or the CLI reference index for every command.

Was this useful?