whoami
Stallion CLI whoami command - Show the logged-in user, their email, organizations, and the currently active org/project context.
Shows who is logged in to the Stallion CLI, which organizations the account belongs to, and which context (org/project) is currently active.
stallion whoami
Alias:
stallion me
Output
The command prints:
- session — whether your session token is valid
- user / email — the logged-in account
- context — the active project and org set via
stallion use, ornot set - organizations — every org you belong to, with its region and your access level; the org from your current context is highlighted
✔ session authorized
✔ user Jane Doe
✔ email jane@acme.com
● context my-project · acme
organizations
1. acme ap · admin ← current
2. acme-labs us · member
Parameters
This command takes no parameters. It requires you to be logged in — run stallion login first if the session check fails.