nooschain / cli/commands/incidents / runIncidentsCommand
Function: runIncidentsCommand()
runIncidentsCommand(
client,args,flags):Promise<unknown>
Defined in: cli/commands/incidents.ts:19
Dispatches noos incidents subcommands.
doctor narrows the general diagnostics report to incident-relevant checks. resolve is a guarded operator action and requires explicit confirmation.
Parameters
client
args
string[]
flags
Record<string, string | boolean>
Returns
Promise<unknown>