diff --git a/docs/repo-docs/reference/link.mdx b/docs/repo-docs/reference/link.mdx index a71997207f18e..a609c6e146c5e 100644 --- a/docs/repo-docs/reference/link.mdx +++ b/docs/repo-docs/reference/link.mdx @@ -13,14 +13,22 @@ The selected owner (either a user or an organization) will be able to share [cac Specifies the URL of your Remote Cache provider. +```bash title="Terminal" +turbo link --api=https://example.com +``` + ### `--yes` Answer yes to all prompts +```bash title="Terminal" +turbo link --yes +``` + ### `--scope ` -The scope, i.e. Vercel team, to which you are linking +The scope to which you are linking. For example, when using Vercel, this is your Vercel team's slug. ```bash title="Terminal" -turbo link --api https://acme.com +turbo link --scope=your-team ``` diff --git a/docs/repo-docs/reference/login.mdx b/docs/repo-docs/reference/login.mdx index 788257ca6bd82..4651b16425bd2 100644 --- a/docs/repo-docs/reference/login.mdx +++ b/docs/repo-docs/reference/login.mdx @@ -19,7 +19,7 @@ turbo login --api=https://acme.com/api ### --login \ -Set the URL for login requests. This is only required for platforms with robust login features. +Set the URL for login requests that should dynamically generate tokens. ```bash title="Terminal" turbo login --login=https://acme.com diff --git a/docs/repo-docs/reference/system-environment-variables.mdx b/docs/repo-docs/reference/system-environment-variables.mdx index dc4ceeb3760b8..f1e95d25f00ec 100644 --- a/docs/repo-docs/reference/system-environment-variables.mdx +++ b/docs/repo-docs/reference/system-environment-variables.mdx @@ -144,7 +144,8 @@ System environment variables are always overridden by flag values provided direc Set the URL used to log in to{' '} - Remote Cache. + Remote Cache. Only + needed for self-hosted Remote Caches that implement an endpoint that dynamically creates tokens.