GoodMem
ReferenceCLI

System Version

System Version CLI command reference

goodmem system version

Get server version information

Synopsis

Get version information from the GoodMem server including server version, build information, and compatibility details. This complements the CLI version command by showing server-side version information.

goodmem system version [flags]

Examples

  # Get server version info
  goodmem system version

  # Get server version in JSON format
  goodmem system version --output json

Options

  -h, --help            help for version
      --output string   Output format: text or json (default "text")

Options inherited from parent commands

      --api-key string   API key for authentication (can also be set via GOODMEM_API_KEY environment variable)
      --server string    GoodMem server address (gRPC API) (default "https://localhost:9090")

SEE ALSO