GoodMem
ReferenceCLIProfile

Profile Switch

Profile Switch CLI command reference

goodmem profile switch

Switch the current active profile

Synopsis

Switch which profile should be used as the default for CLI commands.

This changes the "current_profile" setting in config.toml. The selected profile will be used for all commands.

goodmem profile switch [profile-name] [flags]

Examples

  # Switch to the production profile
  goodmem profile switch production

  # Switch back to the default profile
  goodmem profile switch default

Options

  -h, --help   help for switch

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