Temporal CLI cloud login command reference
This page provides a reference for the temporal cloud login command.
Authenticate with Temporal Cloud using browser-based OAuth login.
This command opens your default browser to complete authentication. Once logged in, your credentials are stored locally for subsequent commands.
Example:
cloud login
For headless environments, use --disable-pop-up and follow the printed URL.
| Flag | Required | Description |
|---|---|---|
--audience | No | string OAuth audience parameter for token generation. |
--client-id | No | string OAuth client identifier for authentication. |
--domain | No | string Authentication domain for the OAuth provider. |
--redirect-url | No | string Redirect URL for OAuth authentication flow. |
--reset | No | bool Clear stored login credentials and configuration, then re-authenticate. Use this if you need to switch accounts or fix authentication issues. |