Back to Turborepo

login

apps/docs/content/docs/reference/login.mdx

2.10.0739 B
Original Source

Log in to your Remote Cache provider.

bash
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.

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

--login <url>

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

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

--sso-team <team>

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

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

--manual

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