Graphorin API reference v0.12.1
Graphorin API reference / @graphorin/cli / / DoctorReport
Interface: DoctorReport
Defined in: packages/cli/src/commands/doctor.ts:111
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
checks | readonly | readonly CheckResult[] | - | packages/cli/src/commands/doctor.ts:117 |
configPath? | readonly | string | Resolved config path when --config drove the perms check. | packages/cli/src/commands/doctor.ts:115 |
fixedPerms? | readonly | readonly string[] | - | packages/cli/src/commands/doctor.ts:124 |
home | readonly | string | - | packages/cli/src/commands/doctor.ts:113 |
platform | readonly | Platform | - | packages/cli/src/commands/doctor.ts:116 |
summary | readonly | { fail: number; ok: number; skip: number; warn: number; } | - | packages/cli/src/commands/doctor.ts:118 |
summary.fail | readonly | number | - | packages/cli/src/commands/doctor.ts:121 |
summary.ok | readonly | number | - | packages/cli/src/commands/doctor.ts:119 |
summary.skip | readonly | number | - | packages/cli/src/commands/doctor.ts:122 |
summary.warn | readonly | number | - | packages/cli/src/commands/doctor.ts:120 |
version | readonly | string | - | packages/cli/src/commands/doctor.ts:112 |