nooschain / cli/commands/snapshots / runSnapshotsCommand
Function: runSnapshotsCommand()
runSnapshotsCommand(
client,args,flags):Promise<unknown>
Defined in: cli/commands/snapshots.ts:56
Dispatches noos snapshots list, checkpoint, export, verify, and import commands.
Export/verify/import can stream large archive packages or legacy JSON files and emit progress on stderr. Import is guarded by --yes; operator restore additionally requires NOOSCHAIN_ALLOW_OPERATOR_RESTORE=true.
Parameters
client
args
string[]
flags
Record<string, string | boolean>
Returns
Promise<unknown>