ReferenceCLISystem
System Start
System Start CLI command reference
goodmem system start
Start a GoodMem server instance
Synopsis
Start a previously installed GoodMem server instance by bringing up Docker Compose services. By default, starts the current profile's server instance.
goodmem system start [flags]Examples
# Start the current profile's server
goodmem system start
# Start a specific profile
goodmem system start --profile-name my-devOptions
-h, --help help for start
--profile-name string Profile to start (defaults to current profile)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
- goodmem system - System-level operations and administration