Synopsis
profclaw nodes <subcommand> [flags]
Description
Manage distributed profClaw nodes for multi-instance deployments. Add remote nodes, sync configuration, and monitor health across your cluster.
Distributed nodes require pro mode and a shared Redis instance for coordination.
Subcommands
| Subcommand | Alias | Description |
|---|
list | ls | List connected nodes |
add <url> | | Add a remote node by URL |
remove <id> | | Remove a node by ID |
sync | | Sync configuration across all nodes |
status [id] | | Show status for all or a specific node |
Flags
| Flag | Type | Description |
|---|
--name <name> | string | Node display name (add) |
--yes | boolean | Skip confirmation (remove) |
--json | boolean | Output as JSON |
Examples