nooschain / cli/commands/raft / runRaftCommand
Function: runRaftCommand()
runRaftCommand(
client,args,flags):Promise<unknown>
Defined in: cli/commands/raft.ts:22
Dispatches noos raft status, leader, membership, reconciliation, and membership execution commands.
Plan execution posts approved actions to the operator membership endpoint and requires --yes; dry-run returns the exact operation sequence instead.
Parameters
client
args
string[]
flags
Record<string, string | boolean>
Returns
Promise<unknown>