login
API reference for the `turbo login` command
Log in to your Remote Cache provider.
turbo loginThe 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.
turbo login --api=https://acme.com/api--login <url>
Set the URL for login requests that should dynamically generate tokens.
turbo login --login=https://acme.com--sso-team <team>
Connect to an SSO-enabled team by providing your team slug.
turbo login --sso-team=slug-for-team--manual
Manually enter token instead of requesting one from a login service.