Skip to main content

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.

FlagRequiredDescription
--audienceNostring OAuth audience parameter for token generation.
--client-idNostring OAuth client identifier for authentication.
--domainNostring Authentication domain for the OAuth provider.
--redirect-urlNostring Redirect URL for OAuth authentication flow.
--resetNobool Clear stored login credentials and configuration, then re-authenticate. Use this if you need to switch accounts or fix authentication issues.