nooschain / cli/commands/production / ProductionReadinessReport
Interface: ProductionReadinessReport
Defined in: cli/commands/production.ts:48
Result returned by production report and enforced by production preflight.
Properties
checkedAt
checkedAt:
string
Defined in: cli/commands/production.ts:50
checks
checks:
ProductionCheck[]
Defined in: cli/commands/production.ts:75
compatibility
compatibility:
object
Defined in: cli/commands/production.ts:56
cliVersion
cliVersion:
string
migrations
migrations:
object
migrations.checked
checked:
boolean
migrations.extra
extra:
string[]
migrations.latestApplied
latestApplied:
string|null
migrations.latestAvailable
latestAvailable:
string|null
migrations.missing
missing:
string[]
nodeVersion
nodeVersion:
string|null
snapshotArchiveFormatVersion
snapshotArchiveFormatVersion:
number
kind
kind:
"noos_production_readiness"
Defined in: cli/commands/production.ts:49
ok
ok:
boolean
Defined in: cli/commands/production.ts:51
profile
profile:
object
Defined in: cli/commands/production.ts:52
expected
expected:
ProductionProfile
inferred
inferred:
ProductionProfile
sections
sections:
Record<string,unknown>
Defined in: cli/commands/production.ts:76
summary
summary:
object
Defined in: cli/commands/production.ts:68
checks
checks:
number
errors
errors:
number
ok
ok:
number
skipped
skipped:
number
warnings
warnings:
number