Skip to content
DevelopersTerminal

Status CLI reference


Read local configuration and readiness without calling the heartbeat.

On this page

Use this page to inspect every public atoi status command, its accepted flags, and one runnable example. Return to the CLI reference index to choose another command group.

atoi statusRead local configuration and readiness without calling the heartbeat.

#status

Show local CLI, bridge, credential, runtime, and TUI configuration without a live probe.

atoi status

FlagTypeDefaultValuesWhat it does
--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 status

bash
atoi status --json

Was this useful?