GoodMem
ReferenceCLIProfile

Profile List

Profile List CLI command reference

goodmem profile list

List all profiles

Synopsis

List all available CLI profiles. The current profile is marked with an asterisk (*).

goodmem profile list [flags]

Examples

  # List all profiles
  goodmem profile list

  # List profiles as JSON
  goodmem profile list --output json

  # List profiles as JSON with full API keys
  goodmem profile list --output json --show-api-key

Options

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

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