blodemd whoami
Show the currently authenticated user and auth method.
Print the email and authentication method for the active session.
blodemd whoamiThe CLI checks for credentials in this order: BLODEMD_API_KEY environment variable, a stored API key, then a browser OAuth session. It fetches your account email from the API and displays both the email and the method used. If your session has expired, the CLI prints a warning.
This command has no flags.
blodemd whoami$ blodemd whoami
~ Logged in as you@example.com (browser session)
i Done$ blodemd whoami
~ Logged in as you@example.com (API key)
i Done$ blodemd whoami
~ Logged in as you@example.com (BLODEMD_API_KEY)
i Done