> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blode.md/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# blodemd whoami

Show the currently authenticated user.

Print the email of the active browser session.

```bash
blodemd whoami
```

The CLI reads your stored OAuth session, refreshes it if needed, and displays your email. If your session has expired and can't be refreshed, the CLI prints a warning and asks you to run `blodemd login` again.

This command has no flags.

## Examples

```bash
$ blodemd whoami
~ Logged in as you@example.com
i Done
```