From af6603141ab4d1b576bb4e22176bcdbdffb8f69d Mon Sep 17 00:00:00 2001 From: tknickman Date: Fri, 20 Dec 2024 13:55:42 -0500 Subject: [PATCH 1/2] feat(examples): utm source --- examples/basic/README.md | 2 +- examples/with-berry/README.md | 2 +- examples/with-gatsby/README.md | 2 +- examples/with-nestjs/README.md | 2 +- examples/with-npm/README.md | 2 +- examples/with-rollup/README.md | 2 +- examples/with-vue-nuxt/README.md | 2 +- examples/with-yarn/README.md | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/examples/basic/README.md b/examples/basic/README.md index 7a4658aa87a77..78a1f70b37312 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -54,7 +54,7 @@ pnpm dev 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..5131a4c0ca83d 100644 --- a/examples/with-berry/README.md +++ b/examples/with-berry/README.md @@ -54,7 +54,7 @@ yarn dev 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-gatsby/README.md b/examples/with-gatsby/README.md index 51b7aceac98e7..98f06ec1da00d 100644 --- a/examples/with-gatsby/README.md +++ b/examples/with-gatsby/README.md @@ -54,7 +54,7 @@ pnpm dev 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..f21c378cb4bda 100644 --- a/examples/with-nestjs/README.md +++ b/examples/with-nestjs/README.md @@ -91,7 +91,7 @@ pnpm format 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..769b50480f80b 100644 --- a/examples/with-npm/README.md +++ b/examples/with-npm/README.md @@ -54,7 +54,7 @@ npm run dev 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..c9181026b45aa 100644 --- a/examples/with-rollup/README.md +++ b/examples/with-rollup/README.md @@ -53,7 +53,7 @@ pnpm run dev 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..8396cb98ca52d 100644 --- a/examples/with-vue-nuxt/README.md +++ b/examples/with-vue-nuxt/README.md @@ -54,7 +54,7 @@ pnpm dev 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..2cb506df5c9e3 100644 --- a/examples/with-yarn/README.md +++ b/examples/with-yarn/README.md @@ -54,7 +54,7 @@ yarn dev 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 From df0914103174ab756ab97fbc55d103d0798a2dc5 Mon Sep 17 00:00:00 2001 From: tknickman Date: Fri, 20 Dec 2024 14:22:23 -0500 Subject: [PATCH 2/2] add note --- examples/basic/README.md | 3 +++ examples/with-berry/README.md | 3 +++ examples/with-docker/README.md | 3 +++ examples/with-gatsby/README.md | 3 +++ examples/with-nestjs/README.md | 3 +++ examples/with-npm/README.md | 3 +++ examples/with-rollup/README.md | 3 +++ examples/with-vue-nuxt/README.md | 3 +++ examples/with-yarn/README.md | 3 +++ 9 files changed, 27 insertions(+) diff --git a/examples/basic/README.md b/examples/basic/README.md index 78a1f70b37312..1574369ee275d 100644 --- a/examples/basic/README.md +++ b/examples/basic/README.md @@ -52,6 +52,9 @@ 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?utm_source=turborepo-examples), then enter the following commands: diff --git a/examples/with-berry/README.md b/examples/with-berry/README.md index 5131a4c0ca83d..a673472d05cbb 100644 --- a/examples/with-berry/README.md +++ b/examples/with-berry/README.md @@ -52,6 +52,9 @@ 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?utm_source=turborepo-examples), then enter the following commands: 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 98f06ec1da00d..2c21e9164e190 100644 --- a/examples/with-gatsby/README.md +++ b/examples/with-gatsby/README.md @@ -52,6 +52,9 @@ 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?utm_source=turborepo-examples), then enter the following commands: diff --git a/examples/with-nestjs/README.md b/examples/with-nestjs/README.md index f21c378cb4bda..1b784eb4bddce 100644 --- a/examples/with-nestjs/README.md +++ b/examples/with-nestjs/README.md @@ -89,6 +89,9 @@ 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?utm_source=turborepo-examples), then enter the following commands: diff --git a/examples/with-npm/README.md b/examples/with-npm/README.md index 769b50480f80b..767ace78589d6 100644 --- a/examples/with-npm/README.md +++ b/examples/with-npm/README.md @@ -52,6 +52,9 @@ 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?utm_source=turborepo-examples), then enter the following commands: diff --git a/examples/with-rollup/README.md b/examples/with-rollup/README.md index c9181026b45aa..869aeb88efa25 100644 --- a/examples/with-rollup/README.md +++ b/examples/with-rollup/README.md @@ -51,6 +51,9 @@ 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?utm_source=turborepo-examples), then enter the following commands: diff --git a/examples/with-vue-nuxt/README.md b/examples/with-vue-nuxt/README.md index 8396cb98ca52d..74beeb1742c66 100644 --- a/examples/with-vue-nuxt/README.md +++ b/examples/with-vue-nuxt/README.md @@ -52,6 +52,9 @@ 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?utm_source=turborepo-examples), then enter the following commands: diff --git a/examples/with-yarn/README.md b/examples/with-yarn/README.md index 2cb506df5c9e3..5d057a7c2438b 100644 --- a/examples/with-yarn/README.md +++ b/examples/with-yarn/README.md @@ -52,6 +52,9 @@ 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?utm_source=turborepo-examples), then enter the following commands: