Graphorin API reference v0.1.0
Graphorin API reference / @graphorin/cli / / runDoctor
Function: runDoctor()
ts
function runDoctor(options?): Promise<DoctorReport>;Defined in: packages/cli/src/commands/doctor.ts:98
Programmatic entry point. Returns the DoctorReport so tests and downstream automations consume the structured payload directly.
Parameters
| Parameter | Type |
|---|---|
options | DoctorCommandOptions |
Returns
Promise<DoctorReport>