GoodMem
ReferenceCLIProfile

Profile Create

Profile Create CLI command reference

goodmem profile create

Create a new profile

Synopsis

Create a new CLI profile with a server URL and API key.

goodmem profile create [profile-name] [flags]

Examples

  # Create a profile for local development
  goodmem profile create local --url https://localhost:9090

  # Create a production profile
  goodmem profile create production --url https://api.goodmem.io:9090 --api-key prod-key-xyz

  # Create the default profile (used when no profile is specified)
  goodmem profile create default --url https://localhost:9090 --api-key mykey123

Options

      --api-key string   API key for authentication
  -h, --help             help for create
      --url string       GoodMem gRPC server URL (e.g., https://localhost:9090)

Options inherited from parent commands

      --server string   GoodMem server address (gRPC API)

SEE ALSO