GoodMem
ReferenceCLI

Init

Init CLI command reference

goodmem init

Initialize the GoodMem system

Synopsis

Initializes the GoodMem system by creating a root user and an API key. If the system is already initialized, it will report that information.

The init command will:

  1. Create a root user if one doesn't exist
  2. Generate an API key for the root user
  3. Save configuration to the current profile for future use
goodmem init [flags]

Options

      --force         Force re-initialization even if already initialized
  -h, --help          help for init
      --insecure      Skip TLS certificate validation (for self-signed certs) (default true)
      --save-config   Save the API key to the config file (default true)

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 - GoodMem CLI provides command-line access to memory APIs