Skip to content

nooschain v0.1.0


nooschain / cli/commands/support / runSupportCommand

Function: runSupportCommand()

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

Defined in: cli/commands/support.ts:15

Dispatches noos support bundle and writes a diagnostic bundle to disk.

Parameters

client

CliHttpClient

args

string[]

flags

Record<string, string | boolean>

Returns

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

Audience-first NOOSChain documentation.