Temporal CLI cloud whoami command reference
This page provides a reference for the temporal cloud whoami command.
Display information about the currently authenticated identity.
Shows whether you are authenticated as a user or service account, along with the associated API key if one is in use.
Example:
cloud whoami
| Flag | Required | Description |
|---|---|---|
--api-key | No | string API key for authenticating with Temporal Cloud. Can be used instead of interactive login for automation and CI/CD pipelines. |
--server | No | string Override the Temporal Cloud API server address. Used for connecting to non-production environments. |