link
API reference for the `turbo link` command
Link the repository to a Remote Cache provider.
turbo linkThe selected owner (either a user or an organization) will be able to share cache artifacts through Remote Caching.
Flag options
--api <url>
Specifies the URL of your Remote Cache provider.
turbo link --api=https://example.com--yes
Answer yes to all prompts
turbo link --yes--scope <scope>
The scope to which you are linking. For example, when using Vercel, this is your Vercel team's slug.
turbo link --scope=your-team