What This Checks
tm doctor is a broad local diagnosis command. It inspects configuration and credential readiness across the CLI, but it does not prove that a live API call will succeed.
Use tm auth whoami for a live Control Plane auth check and tm infer chat for an end-to-end inference check.
Usage
Examples
Check the current CLI configuration and credential state.
Use shell-friendly exit codes when required credentials are missing.
Options
Inherited Global Options
Caveats
- Reports local readiness only. Use
tm auth whoamito live-validate Control Plane auth andtm infer chatfor an end-to-end inference check. - Use
tm infer doctorfor direct gateway gating andtm auth status/tm auth whoamifor Control Plane-specific checks.

