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.sqlOptions
-h, --help help for systemOptions 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
- goodmem - GoodMem CLI provides command-line access to memory APIs
- goodmem system drain - Initiate a server drain
- goodmem system health - Check GoodMem gRPC health probes
- goodmem system license - License administration commands
- goodmem system migrate - Run database schema migration
- goodmem system purge-jobs - Purge completed background jobs
- goodmem system version - Get server version information