GoodMemGoodMem
ReferenceCLISystem

System Info

System Info CLI command reference

goodmem system info

Show local install details for the current profile

Synopsis

Display install metadata for a local-docker GoodMem install backing the current profile, including the REST URL, gRPC URL, console URL, image, TLS mode, and other install-config.json fields.

This command requires the active profile to have install_type "local-docker". For remote profiles, use 'goodmem profile current' instead.

goodmem system info [flags]

Examples

  # Show install info for the current profile
  goodmem system info

  # JSON output
  goodmem system info --output json

Options

  -h, --help            help for info
      --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)

SEE ALSO