Skip to main content

Synopsis

profclaw version [flags]
profclaw --version

Description

version prints the installed version of the profClaw CLI. With --server, it also queries the running server for its version, deployment mode, and build metadata. Use this to confirm versions after an update or when filing a bug report.

Flags

--server
boolean
Also fetch and display version information from the running profClaw server.
--json
boolean
Output version data as JSON.

Examples

profclaw version

Example Output

profClaw v2.0.0
CLI:    2.0.0
Node:   v22.11.0
With --server:
profClaw v2.0.0
CLI:    2.0.0
Server: 2.0.0
Mode:   mini
Node:   v22.11.0