Skip to main content

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

SubcommandAliasDescription
listlsList connected nodes
add <url>Add a remote node by URL
remove <id>Remove a node by ID
syncSync configuration across all nodes
status [id]Show status for all or a specific node

Flags

FlagTypeDescription
--name <name>stringNode display name (add)
--yesbooleanSkip confirmation (remove)
--jsonbooleanOutput as JSON

Examples

profclaw nodes list