GoodMem
ReferenceCLI

System

System CLI command reference

goodmem system

System-level operations and administration

Synopsis

System-level operations for GoodMem including server version checking, database migrations, and other administrative tasks.

Examples

  # Check server version
  goodmem system version

  # Run database migration
  goodmem system migrate --schema schema.sql

Options

  -h, --help   help for system

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