Skip to content

nooschain v0.1.0


nooschain / cli/commands/diagnostics / writeSupportBundle

Function: writeSupportBundle()

writeSupportBundle(client, outputPath): Promise<{ collectedAt: string; endpoints: string[]; outputPath: string; written: true; }>

Defined in: cli/commands/diagnostics.ts:170

Writes a redacted JSON support bundle to disk for offline inspection.

Parameters

client

CliHttpClient

outputPath

string

Returns

Promise<{ collectedAt: string; endpoints: string[]; outputPath: string; written: true; }>

Audience-first NOOSChain documentation.