nooschain / cli/commands/diagnostics / DiagnosticResult
Type Alias: DiagnosticResult
DiagnosticResult =
object
Defined in: cli/commands/diagnostics.ts:15
One operator diagnostic check produced by noos doctor and repair recipes.
Properties
checks
checks:
object[]
Defined in: cli/commands/diagnostics.ts:17
command?
optionalcommand?:string
detail
detail:
string
fix?
optionalfix?:string
name
name:
string
status
status:
"ok"|"warning"|"error"|"skipped"
data
data:
Record<string,unknown>
Defined in: cli/commands/diagnostics.ts:18
fixPlan
fixPlan:
object[]
Defined in: cli/commands/diagnostics.ts:19
issue
issue:
string
reason
reason:
string
recommendedCommand
recommendedCommand:
string
ok
ok:
boolean
Defined in: cli/commands/diagnostics.ts:16