ReferenceCLISystem
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)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 install - Install the goodmem server
- goodmem system license - License administration commands
- goodmem system migrate - Run database schema migration
- goodmem system purge-jobs - Purge completed background jobs
- goodmem system start - Start a GoodMem server instance
- goodmem system stop - Stop a GoodMem server instance
- goodmem system uninstall - Uninstall a GoodMem server instance
- goodmem system upgrade - Upgrade a GoodMem server instance to the latest version
- goodmem system version - Get server version information