Skip to main content
Displays authentication details for the current active profile. This is useful for verifying which account and plan you are currently using, especially when switching between multiple profiles.

Usage

basecut whoami [flags]

Flags

Optional

FlagDefaultDescription
--profile <name>defaultThe profile to check status for.

Examples

# Check the active default profile
basecut whoami

# Check a specific profile
basecut whoami --profile production

Success Output

Authenticated as:
  Name: Jake Doe
  Email: jake@example.com
  Plan: TEAM

Credential source: profile 'default' in /Users/you/.basecut/credentials
API endpoint: https://api.basecut.dev

Next Steps