login

Log in to your Remote Cache provider.

Terminal
turbo login

The default provider is Vercel. To specify a different provider, use the --api option.

Flag options

--api <url>

Set the API URL of the Remote Cache provider.

Terminal
turbo login --api=https://acme.com/api

--login <url>

Set the URL for login requests that should dynamically generate tokens.

Terminal
turbo login --login=https://acme.com

--sso-team <team>

Connect to an SSO-enabled team by providing your team slug.

Terminal
turbo login --sso-team=slug-for-team

--manual

Manually enter token instead of requesting one from a login service.