Prints the Murmur CLI version and, unlessDocumentation Index
Fetch the complete documentation index at: https://docs.murmur.dev/llms.txt
Use this file to discover all available pages before exploring further.
--client is set, queries the API for the server version. Useful for verifying your install, checking for upgrades, and confirming connectivity to the API.
Synopsis
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
--client | bool | no | Print only the client version and skip the API check. Default: false. |
Output
| Field | Description |
|---|---|
Client | The CLI version and commit hash. |
API | The API address the CLI is configured to reach. Omitted with --client. |
Server | The server version and commit hash. Omitted with --client. |
Server line reads not configured. If the API is unreachable, it reads unavailable. Neither case causes a non-zero exit — the client version is always printed.
Examples
Full version check
Client version only
Server unreachable
Errors
This command does not exit non-zero. If the server is unreachable or the CLI is not configured, the output reflects the failure inline.Related
murmur mcp— start the MCP server (performs a version check on startup)