From e14855ddbd0baac7528b6d48d76defbc209efe1d Mon Sep 17 00:00:00 2001 From: Thomas Knickman Date: Fri, 20 Dec 2024 14:36:15 -0500 Subject: [PATCH] feat(examples): utm source (#9641) --- examples/basic/README.md | 5 ++++- examples/with-berry/README.md | 5 ++++- examples/with-docker/README.md | 3 +++ examples/with-gatsby/README.md | 5 ++++- examples/with-nestjs/README.md | 5 ++++- examples/with-npm/README.md | 5 ++++- examples/with-rollup/README.md | 5 ++++- examples/with-vue-nuxt/README.md | 5 ++++- examples/with-yarn/README.md | 5 ++++- 9 files changed, 35 insertions(+), 8 deletions(-) diff --git a/examples/basic/README.md b/examples/basic/README.md index 7a4658aa87a77..1574369ee275d 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -52,9 +52,12 @@ pnpm dev ### Remote Caching +> [!TIP] +> Vercel Remote Cache is free for all plans. Get started today at [vercel.com](https://vercel.com/signup?/signup?utm_source=remote-cache-sdk&utm_campaign=free_remote_cache). + Turborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines. -By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands: +By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup?utm_source=turborepo-examples), then enter the following commands: ``` cd my-turborepo diff --git a/examples/with-berry/README.md b/examples/with-berry/README.md index 911662a2bac4d..a673472d05cbb 100644 --- a/examples/with-berry/README.md +++ b/examples/with-berry/README.md @@ -52,9 +52,12 @@ yarn dev ### Remote Caching +> [!TIP] +> Vercel Remote Cache is free for all plans. Get started today at [vercel.com](https://vercel.com/signup?/signup?utm_source=remote-cache-sdk&utm_campaign=free_remote_cache). + Turborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines. -By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands: +By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup?utm_source=turborepo-examples), then enter the following commands: ``` cd my-turborepo diff --git a/examples/with-docker/README.md b/examples/with-docker/README.md index e822f89f39854..30af65ee28f8c 100644 --- a/examples/with-docker/README.md +++ b/examples/with-docker/README.md @@ -56,6 +56,9 @@ docker kill $(docker ps -q) && docker rm $(docker ps -a -q) ### Remote Caching +> [!TIP] +> Vercel Remote Cache is free for all plans. Get started today at [vercel.com](https://vercel.com/signup?/signup?utm_source=remote-cache-sdk&utm_campaign=free_remote_cache). + This example includes optional remote caching. In the Dockerfiles of the apps, uncomment the build arguments for `TURBO_TEAM` and `TURBO_TOKEN`. Then, pass these build arguments to your Docker build. You can test this behavior using a command like: diff --git a/examples/with-gatsby/README.md b/examples/with-gatsby/README.md index 51b7aceac98e7..2c21e9164e190 100644 --- a/examples/with-gatsby/README.md +++ b/examples/with-gatsby/README.md @@ -52,9 +52,12 @@ pnpm dev ### Remote Caching +> [!TIP] +> Vercel Remote Cache is free for all plans. Get started today at [vercel.com](https://vercel.com/signup?/signup?utm_source=remote-cache-sdk&utm_campaign=free_remote_cache). + Turborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines. -By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands: +By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup?utm_source=turborepo-examples), then enter the following commands: ``` cd my-turborepo diff --git a/examples/with-nestjs/README.md b/examples/with-nestjs/README.md index bc4e75dabb861..1b784eb4bddce 100644 --- a/examples/with-nestjs/README.md +++ b/examples/with-nestjs/README.md @@ -89,9 +89,12 @@ pnpm format ### Remote Caching +> [!TIP] +> Vercel Remote Cache is free for all plans. Get started today at [vercel.com](https://vercel.com/signup?/signup?utm_source=remote-cache-sdk&utm_campaign=free_remote_cache). + Turborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines. -By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands: +By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup?utm_source=turborepo-examples), then enter the following commands: ```bash npx turbo login diff --git a/examples/with-npm/README.md b/examples/with-npm/README.md index 3944830e06c14..767ace78589d6 100644 --- a/examples/with-npm/README.md +++ b/examples/with-npm/README.md @@ -52,9 +52,12 @@ npm run dev ### Remote Caching +> [!TIP] +> Vercel Remote Cache is free for all plans. Get started today at [vercel.com](https://vercel.com/signup?/signup?utm_source=remote-cache-sdk&utm_campaign=free_remote_cache). + Turborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines. -By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands: +By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup?utm_source=turborepo-examples), then enter the following commands: ``` cd my-turborepo diff --git a/examples/with-rollup/README.md b/examples/with-rollup/README.md index fb889fa9a96a0..869aeb88efa25 100644 --- a/examples/with-rollup/README.md +++ b/examples/with-rollup/README.md @@ -51,9 +51,12 @@ pnpm run dev ### Remote Caching +> [!TIP] +> Vercel Remote Cache is free for all plans. Get started today at [vercel.com](https://vercel.com/signup?/signup?utm_source=remote-cache-sdk&utm_campaign=free_remote_cache). + Turborepo can use a technique known as [Remote Caching](https://turborepo.org/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines. -By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands: +By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup?utm_source=turborepo-examples), then enter the following commands: ``` cd my-turborepo diff --git a/examples/with-vue-nuxt/README.md b/examples/with-vue-nuxt/README.md index 2048c4fc44b67..74beeb1742c66 100644 --- a/examples/with-vue-nuxt/README.md +++ b/examples/with-vue-nuxt/README.md @@ -52,9 +52,12 @@ pnpm dev ### Remote Caching +> [!TIP] +> Vercel Remote Cache is free for all plans. Get started today at [vercel.com](https://vercel.com/signup?/signup?utm_source=remote-cache-sdk&utm_campaign=free_remote_cache). + Turborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines. -By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands: +By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup?utm_source=turborepo-examples), then enter the following commands: ``` cd my-turborepo diff --git a/examples/with-yarn/README.md b/examples/with-yarn/README.md index 59429369fa48c..5d057a7c2438b 100644 --- a/examples/with-yarn/README.md +++ b/examples/with-yarn/README.md @@ -52,9 +52,12 @@ yarn dev ### Remote Caching +> [!TIP] +> Vercel Remote Cache is free for all plans. Get started today at [vercel.com](https://vercel.com/signup?/signup?utm_source=remote-cache-sdk&utm_campaign=free_remote_cache). + Turborepo can use a technique known as [Remote Caching](https://turbo.build/repo/docs/core-concepts/remote-caching) to share cache artifacts across machines, enabling you to share build caches with your team and CI/CD pipelines. -By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup), then enter the following commands: +By default, Turborepo will cache locally. To enable Remote Caching you will need an account with Vercel. If you don't have an account you can [create one](https://vercel.com/signup?utm_source=turborepo-examples), then enter the following commands: ``` cd my-turborepo