AI agents: fetch the documentation index at llms.txt. Markdown versions are available by appending .md to any page URL, including this page's markdown.
blodemd whoami
Print the email for the active Blode.md CLI session, refresh stored OAuth credentials when needed, and confirm you are logged in before deploying.
Print the email of the active browser session.
Run blodemd whoami when you need to confirm which GitHub account the CLI will use for deploys. This is especially helpful on shared machines, after switching between personal and work accounts, or when a blodemd push fails with an auth error. The command refreshes stored OAuth credentials when possible, so a successful run means your session is still valid for push and dashboard-linked commands.
Typical workflow: run blodemd login once, then blodemd whoami before your first push on a new laptop. If whoami shows the wrong email, run blodemd logout and sign in again.
blodemd whoamiThe 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
$ blodemd whoami
~ Logged in as you@example.com
i