link

将仓库链接到远程缓存提供程序。

¥Link the repository to a Remote Cache provider.

Terminal
turbo link

选定的所有者(用户或组织)将能够通过 远程缓存 共享 缓存工件

¥The selected owner (either a user or an organization) will be able to share cache artifacts through Remote Caching.

标志选项

¥Flag options

--api <url>

指定远程缓存提供程序的 URL。

¥Specifies the URL of your Remote Cache provider.

Terminal
turbo link --api=https://example.com

--yes

对所有提示回答“是”

¥Answer yes to all prompts

Terminal
turbo link --yes

--scope <scope>

你要链接的范围。例如,在使用 Vercel 时,这是你的 Vercel 团队的 slug。

¥The scope to which you are linking. For example, when using Vercel, this is your Vercel team's slug.

Terminal
turbo link --scope=your-team