GoodMem
ReferenceCLIProfile

Profile Current

Profile Current CLI command reference

goodmem profile current

Show current profile information

Synopsis

Display information about the current active profile, including:

  • Profile name
  • Server URL
  • API key (masked)
  • Config file location
goodmem profile current [flags]

Examples

  # Show current profile info
  goodmem profile current

  # Show current profile as JSON
  goodmem profile current --output json

  # Show current profile as JSON with full API key
  goodmem profile current --output json --show-api-key

Options

  -h, --help            help for current
      --output string   Output format: text or json (default "text")
      --show-api-key    Show full API key instead of masked value

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