Graphorin API reference v0.15.1
Graphorin API reference / @graphorin/cli / / DoctorReport
Interface: DoctorReport
Defined in: packages/cli/src/commands/doctor.ts:122
Stable
Properties
| Property | Modifier | Type | Description | Defined in |
|---|---|---|---|---|
checks | readonly | readonly CheckResult[] | - | packages/cli/src/commands/doctor.ts:128 |
configPath? | readonly | string | Resolved config path when --config drove the perms check. | packages/cli/src/commands/doctor.ts:126 |
fixedPerms? | readonly | readonly string[] | - | packages/cli/src/commands/doctor.ts:135 |
home | readonly | string | - | packages/cli/src/commands/doctor.ts:124 |
platform | readonly | Platform | - | packages/cli/src/commands/doctor.ts:127 |
summary | readonly | { fail: number; ok: number; skip: number; warn: number; } | - | packages/cli/src/commands/doctor.ts:129 |
summary.fail | readonly | number | - | packages/cli/src/commands/doctor.ts:132 |
summary.ok | readonly | number | - | packages/cli/src/commands/doctor.ts:130 |
summary.skip | readonly | number | - | packages/cli/src/commands/doctor.ts:133 |
summary.warn | readonly | number | - | packages/cli/src/commands/doctor.ts:131 |
version | readonly | string | - | packages/cli/src/commands/doctor.ts:123 |