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
args
string[]
flags
Record<string, string | boolean>
Returns
Promise<{ collectedAt: string; endpoints: string[]; outputPath: string; written: true; }>