Skip to content

nooschain v0.1.0


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

CliHttpClient

args

string[]

flags

Record<string, string | boolean>

Returns

Promise<unknown>

Audience-first NOOSChain documentation.