whoami

Prints the identity of the currently authenticated user.

Prints the identity of the currently authenticated user.

appflight whoami

Output

uid:         abc123xyz
email:       you@example.com
type:        individual
plan:        Economy (free)
auth source: apiKey

The plan field shows your current subscription tier:

ValueMeaning
Economy (free)Free tier — 3 apps, 5 APKs per app
First ClassPaid tier — expanded app and APK limits

When to use

  • After login to confirm the key was saved correctly
  • To check which subscription plan is active on the authenticated account
  • In CI logs to verify the right API key is active
  • When debugging authentication or plan-limit issues

Note: whoami reads credentials from APPFLIGHT_API_KEY (env var) first, then ~/.appflight/credentials.json.