Skip to content

nooschain v0.1.0


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?

optional command?: string

detail

detail: string

fix?

optional fix?: 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

Audience-first NOOSChain documentation.