From 2d07f9ee864b564ade3ff4371df10653b501ca58 Mon Sep 17 00:00:00 2001 From: JY Tan Date: Fri, 20 Mar 2026 16:55:49 -0700 Subject: [PATCH] Commit --- .github/workflows/e2e.yml | 4 ++-- README.md | 4 ++-- docs/initialization.md | 2 +- docs/quickstart.md | 2 +- .../libraries/fetch/e2e-tests/cjs-fetch/Dockerfile | 4 ++-- .../libraries/fetch/e2e-tests/esm-fetch/Dockerfile | 4 ++-- .../libraries/firestore/e2e-tests/cjs-firestore/Dockerfile | 4 ++-- .../libraries/firestore/e2e-tests/esm-firestore/Dockerfile | 4 ++-- .../libraries/grpc/e2e-tests/cjs-grpc/Dockerfile | 4 ++-- .../libraries/grpc/e2e-tests/esm-grpc/Dockerfile | 4 ++-- .../libraries/http/e2e-tests/cjs-http/Dockerfile | 4 ++-- .../libraries/http/e2e-tests/esm-http/Dockerfile | 4 ++-- .../libraries/ioredis/e2e-tests/cjs-ioredis/Dockerfile | 4 ++-- .../libraries/ioredis/e2e-tests/esm-ioredis/Dockerfile | 4 ++-- .../libraries/mongodb/e2e-tests/cjs-mongodb-v4/Dockerfile | 4 ++-- .../libraries/mongodb/e2e-tests/cjs-mongodb/Dockerfile | 4 ++-- .../libraries/mongodb/e2e-tests/esm-mongodb-v4/Dockerfile | 4 ++-- .../libraries/mongodb/e2e-tests/esm-mongodb/Dockerfile | 4 ++-- .../libraries/mysql/e2e-tests/cjs-mysql/Dockerfile | 4 ++-- .../libraries/mysql/e2e-tests/esm-mysql/Dockerfile | 4 ++-- .../libraries/mysql2/e2e-tests/cjs-mysql2/Dockerfile | 4 ++-- .../libraries/mysql2/e2e-tests/esm-mysql2/Dockerfile | 4 ++-- .../libraries/nextjs/e2e-tests/cjs-nextjs/Dockerfile | 4 ++-- .../libraries/nextjs/e2e-tests/esm-nextjs/Dockerfile | 4 ++-- src/instrumentation/libraries/pg/e2e-tests/cjs-pg/Dockerfile | 4 ++-- src/instrumentation/libraries/pg/e2e-tests/esm-pg/Dockerfile | 4 ++-- .../libraries/postgres/e2e-tests/cjs-postgres/Dockerfile | 4 ++-- .../libraries/postgres/e2e-tests/esm-postgres/Dockerfile | 2 +- .../libraries/prisma/e2e-tests/cjs-prisma/Dockerfile | 4 ++-- .../libraries/prisma/e2e-tests/esm-prisma/Dockerfile | 4 ++-- .../libraries/redis/e2e-tests/cjs-redis/Dockerfile | 4 ++-- .../libraries/redis/e2e-tests/esm-redis/Dockerfile | 4 ++-- .../e2e-tests/cjs-upstash-redis-js/Dockerfile | 4 ++-- .../e2e-tests/esm-upstash-redis-js/Dockerfile | 4 ++-- 34 files changed, 65 insertions(+), 65 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 349db301..af3d44be 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -66,7 +66,7 @@ jobs: id: tusk-version run: | VERSION=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ - "https://api.github.com/repos/Use-Tusk/tusk-drift-cli/releases/latest" \ + "https://api.github.com/repos/Use-Tusk/tusk-cli/releases/latest" \ | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') echo "version=$VERSION" >> $GITHUB_OUTPUT echo "Latest Tusk CLI version: $VERSION" @@ -127,7 +127,7 @@ jobs: id: tusk-version run: | VERSION=$(curl -s -H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \ - "https://api.github.com/repos/Use-Tusk/tusk-drift-cli/releases/latest" \ + "https://api.github.com/repos/Use-Tusk/tusk-cli/releases/latest" \ | grep '"tag_name":' | sed -E 's/.*"([^"]+)".*/\1/') echo "version=$VERSION" >> $GITHUB_OUTPUT echo "Latest Tusk CLI version: $VERSION" diff --git a/README.md b/README.md index 82e73c34..4ac79f52 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Tusk Community Slack

-The Node.js Tusk Drift SDK enables fast and deterministic API testing by capturing and replaying API calls made to/from your service. Automatically record real-world API calls, then replay them as tests using the [Tusk CLI](https://github.com/Use-Tusk/tusk-drift-cli) to find regressions. During replay, all outbound requests are intercepted with recorded data to ensure consistent behavior without side-effects. +The Node.js Tusk Drift SDK enables fast and deterministic API testing by capturing and replaying API calls made to/from your service. Automatically record real-world API calls, then replay them as tests using the [Tusk CLI](https://github.com/Use-Tusk/tusk-cli) to find regressions. During replay, all outbound requests are intercepted with recorded data to ensure consistent behavior without side-effects.
@@ -63,7 +63,7 @@ If you're using packages or versions not listed above, please create an issue wi ### Step 1: Install the CLI -First, install and configure the Tusk Drift CLI by following our [CLI installation guide](https://github.com/Use-Tusk/tusk-drift-cli?tab=readme-ov-file#install). The CLI helps set up your Tusk configuration file and replays tests. +First, install and configure the Tusk Drift CLI by following our [CLI installation guide](https://github.com/Use-Tusk/tusk-cli?tab=readme-ov-file#install). The CLI helps set up your Tusk configuration file and replays tests. The wizard will eventually direct you back here when it's time to set up the SDK. diff --git a/docs/initialization.md b/docs/initialization.md index f767eb97..fbfc6bc8 100644 --- a/docs/initialization.md +++ b/docs/initialization.md @@ -4,7 +4,7 @@ Before setting up the SDK, ensure you have: -- Completed the [CLI wizard](https://github.com/Use-Tusk/tusk-drift-cli?tab=readme-ov-file#quick-start) +- Completed the [CLI wizard](https://github.com/Use-Tusk/tusk-cli/blob/main/docs/drift/README.md#quick-start) - Obtained an API key from the [Tusk Drift dashboard](https://usetusk.ai/app/settings/api-keys) (only required if using Tusk Cloud) > **📦 Using Next.js?** Next.js applications require a different initialization process. diff --git a/docs/quickstart.md b/docs/quickstart.md index 4f51cc7c..1c1a7624 100644 --- a/docs/quickstart.md +++ b/docs/quickstart.md @@ -49,7 +49,7 @@ You should see an output similar to: Press `ESC` to exit the list view. -Need to install the Tusk CLI? See [CLI installation guide](https://github.com/Use-Tusk/tusk-drift-cli?tab=readme-ov-file#install). +Need to install the Tusk CLI? See [CLI installation guide](https://github.com/Use-Tusk/tusk-cli?tab=readme-ov-file#install). ## Step 6: Replay the Trace diff --git a/src/instrumentation/libraries/fetch/e2e-tests/cjs-fetch/Dockerfile b/src/instrumentation/libraries/fetch/e2e-tests/cjs-fetch/Dockerfile index 8400845f..2dc3e12b 100644 --- a/src/instrumentation/libraries/fetch/e2e-tests/cjs-fetch/Dockerfile +++ b/src/instrumentation/libraries/fetch/e2e-tests/cjs-fetch/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/fetch/e2e-tests/esm-fetch/Dockerfile b/src/instrumentation/libraries/fetch/e2e-tests/esm-fetch/Dockerfile index da37ce57..6937f581 100644 --- a/src/instrumentation/libraries/fetch/e2e-tests/esm-fetch/Dockerfile +++ b/src/instrumentation/libraries/fetch/e2e-tests/esm-fetch/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/firestore/e2e-tests/cjs-firestore/Dockerfile b/src/instrumentation/libraries/firestore/e2e-tests/cjs-firestore/Dockerfile index 442338c3..e76e3cf5 100644 --- a/src/instrumentation/libraries/firestore/e2e-tests/cjs-firestore/Dockerfile +++ b/src/instrumentation/libraries/firestore/e2e-tests/cjs-firestore/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/firestore/e2e-tests/esm-firestore/Dockerfile b/src/instrumentation/libraries/firestore/e2e-tests/esm-firestore/Dockerfile index 260dd79b..edf73909 100644 --- a/src/instrumentation/libraries/firestore/e2e-tests/esm-firestore/Dockerfile +++ b/src/instrumentation/libraries/firestore/e2e-tests/esm-firestore/Dockerfile @@ -18,9 +18,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/grpc/e2e-tests/cjs-grpc/Dockerfile b/src/instrumentation/libraries/grpc/e2e-tests/cjs-grpc/Dockerfile index a695d441..21b4f6da 100644 --- a/src/instrumentation/libraries/grpc/e2e-tests/cjs-grpc/Dockerfile +++ b/src/instrumentation/libraries/grpc/e2e-tests/cjs-grpc/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server ports diff --git a/src/instrumentation/libraries/grpc/e2e-tests/esm-grpc/Dockerfile b/src/instrumentation/libraries/grpc/e2e-tests/esm-grpc/Dockerfile index 6d25cdf4..f07c1881 100644 --- a/src/instrumentation/libraries/grpc/e2e-tests/esm-grpc/Dockerfile +++ b/src/instrumentation/libraries/grpc/e2e-tests/esm-grpc/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server ports diff --git a/src/instrumentation/libraries/http/e2e-tests/cjs-http/Dockerfile b/src/instrumentation/libraries/http/e2e-tests/cjs-http/Dockerfile index 437d46ef..02095527 100644 --- a/src/instrumentation/libraries/http/e2e-tests/cjs-http/Dockerfile +++ b/src/instrumentation/libraries/http/e2e-tests/cjs-http/Dockerfile @@ -22,9 +22,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/http/e2e-tests/esm-http/Dockerfile b/src/instrumentation/libraries/http/e2e-tests/esm-http/Dockerfile index 0c4afb84..f6b5f5a9 100644 --- a/src/instrumentation/libraries/http/e2e-tests/esm-http/Dockerfile +++ b/src/instrumentation/libraries/http/e2e-tests/esm-http/Dockerfile @@ -22,9 +22,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/ioredis/e2e-tests/cjs-ioredis/Dockerfile b/src/instrumentation/libraries/ioredis/e2e-tests/cjs-ioredis/Dockerfile index d76b0e7d..59f86f36 100644 --- a/src/instrumentation/libraries/ioredis/e2e-tests/cjs-ioredis/Dockerfile +++ b/src/instrumentation/libraries/ioredis/e2e-tests/cjs-ioredis/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/ioredis/e2e-tests/esm-ioredis/Dockerfile b/src/instrumentation/libraries/ioredis/e2e-tests/esm-ioredis/Dockerfile index 772c8dec..84e18966 100644 --- a/src/instrumentation/libraries/ioredis/e2e-tests/esm-ioredis/Dockerfile +++ b/src/instrumentation/libraries/ioredis/e2e-tests/esm-ioredis/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/mongodb/e2e-tests/cjs-mongodb-v4/Dockerfile b/src/instrumentation/libraries/mongodb/e2e-tests/cjs-mongodb-v4/Dockerfile index d0348b54..ef2eb90a 100644 --- a/src/instrumentation/libraries/mongodb/e2e-tests/cjs-mongodb-v4/Dockerfile +++ b/src/instrumentation/libraries/mongodb/e2e-tests/cjs-mongodb-v4/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/mongodb/e2e-tests/cjs-mongodb/Dockerfile b/src/instrumentation/libraries/mongodb/e2e-tests/cjs-mongodb/Dockerfile index f6352a56..3f00743d 100644 --- a/src/instrumentation/libraries/mongodb/e2e-tests/cjs-mongodb/Dockerfile +++ b/src/instrumentation/libraries/mongodb/e2e-tests/cjs-mongodb/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/mongodb/e2e-tests/esm-mongodb-v4/Dockerfile b/src/instrumentation/libraries/mongodb/e2e-tests/esm-mongodb-v4/Dockerfile index 1bcd82f3..93520cec 100644 --- a/src/instrumentation/libraries/mongodb/e2e-tests/esm-mongodb-v4/Dockerfile +++ b/src/instrumentation/libraries/mongodb/e2e-tests/esm-mongodb-v4/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/mongodb/e2e-tests/esm-mongodb/Dockerfile b/src/instrumentation/libraries/mongodb/e2e-tests/esm-mongodb/Dockerfile index 74998d79..9137ac68 100644 --- a/src/instrumentation/libraries/mongodb/e2e-tests/esm-mongodb/Dockerfile +++ b/src/instrumentation/libraries/mongodb/e2e-tests/esm-mongodb/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/mysql/e2e-tests/cjs-mysql/Dockerfile b/src/instrumentation/libraries/mysql/e2e-tests/cjs-mysql/Dockerfile index bbee873f..0ebc7196 100644 --- a/src/instrumentation/libraries/mysql/e2e-tests/cjs-mysql/Dockerfile +++ b/src/instrumentation/libraries/mysql/e2e-tests/cjs-mysql/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/mysql/e2e-tests/esm-mysql/Dockerfile b/src/instrumentation/libraries/mysql/e2e-tests/esm-mysql/Dockerfile index d901033c..ef2bc997 100644 --- a/src/instrumentation/libraries/mysql/e2e-tests/esm-mysql/Dockerfile +++ b/src/instrumentation/libraries/mysql/e2e-tests/esm-mysql/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/mysql2/e2e-tests/cjs-mysql2/Dockerfile b/src/instrumentation/libraries/mysql2/e2e-tests/cjs-mysql2/Dockerfile index 325c33ff..c2c48ff1 100644 --- a/src/instrumentation/libraries/mysql2/e2e-tests/cjs-mysql2/Dockerfile +++ b/src/instrumentation/libraries/mysql2/e2e-tests/cjs-mysql2/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/mysql2/e2e-tests/esm-mysql2/Dockerfile b/src/instrumentation/libraries/mysql2/e2e-tests/esm-mysql2/Dockerfile index 7894eb0f..bc85146b 100644 --- a/src/instrumentation/libraries/mysql2/e2e-tests/esm-mysql2/Dockerfile +++ b/src/instrumentation/libraries/mysql2/e2e-tests/esm-mysql2/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/nextjs/e2e-tests/cjs-nextjs/Dockerfile b/src/instrumentation/libraries/nextjs/e2e-tests/cjs-nextjs/Dockerfile index 6ecc577f..9fd14cfb 100644 --- a/src/instrumentation/libraries/nextjs/e2e-tests/cjs-nextjs/Dockerfile +++ b/src/instrumentation/libraries/nextjs/e2e-tests/cjs-nextjs/Dockerfile @@ -16,9 +16,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/nextjs/e2e-tests/esm-nextjs/Dockerfile b/src/instrumentation/libraries/nextjs/e2e-tests/esm-nextjs/Dockerfile index c4469f15..27a13f4d 100644 --- a/src/instrumentation/libraries/nextjs/e2e-tests/esm-nextjs/Dockerfile +++ b/src/instrumentation/libraries/nextjs/e2e-tests/esm-nextjs/Dockerfile @@ -16,9 +16,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/pg/e2e-tests/cjs-pg/Dockerfile b/src/instrumentation/libraries/pg/e2e-tests/cjs-pg/Dockerfile index 3f1e60ea..470d68b6 100644 --- a/src/instrumentation/libraries/pg/e2e-tests/cjs-pg/Dockerfile +++ b/src/instrumentation/libraries/pg/e2e-tests/cjs-pg/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/pg/e2e-tests/esm-pg/Dockerfile b/src/instrumentation/libraries/pg/e2e-tests/esm-pg/Dockerfile index f306a960..7a1620b1 100644 --- a/src/instrumentation/libraries/pg/e2e-tests/esm-pg/Dockerfile +++ b/src/instrumentation/libraries/pg/e2e-tests/esm-pg/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/postgres/e2e-tests/cjs-postgres/Dockerfile b/src/instrumentation/libraries/postgres/e2e-tests/cjs-postgres/Dockerfile index 5a867567..3b2a70a9 100644 --- a/src/instrumentation/libraries/postgres/e2e-tests/cjs-postgres/Dockerfile +++ b/src/instrumentation/libraries/postgres/e2e-tests/cjs-postgres/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/postgres/e2e-tests/esm-postgres/Dockerfile b/src/instrumentation/libraries/postgres/e2e-tests/esm-postgres/Dockerfile index ee1565f9..4116c70e 100644 --- a/src/instrumentation/libraries/postgres/e2e-tests/esm-postgres/Dockerfile +++ b/src/instrumentation/libraries/postgres/e2e-tests/esm-postgres/Dockerfile @@ -13,7 +13,7 @@ ARG CACHEBUST=1 RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/* # Install Tusk Drift CLI -RUN curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh +RUN curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh # Expose the server port EXPOSE 3000 diff --git a/src/instrumentation/libraries/prisma/e2e-tests/cjs-prisma/Dockerfile b/src/instrumentation/libraries/prisma/e2e-tests/cjs-prisma/Dockerfile index 7a9652e2..855e8789 100644 --- a/src/instrumentation/libraries/prisma/e2e-tests/cjs-prisma/Dockerfile +++ b/src/instrumentation/libraries/prisma/e2e-tests/cjs-prisma/Dockerfile @@ -18,9 +18,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/prisma/e2e-tests/esm-prisma/Dockerfile b/src/instrumentation/libraries/prisma/e2e-tests/esm-prisma/Dockerfile index c826b966..360d0be3 100644 --- a/src/instrumentation/libraries/prisma/e2e-tests/esm-prisma/Dockerfile +++ b/src/instrumentation/libraries/prisma/e2e-tests/esm-prisma/Dockerfile @@ -18,9 +18,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/redis/e2e-tests/cjs-redis/Dockerfile b/src/instrumentation/libraries/redis/e2e-tests/cjs-redis/Dockerfile index c07d912c..57b8a3df 100644 --- a/src/instrumentation/libraries/redis/e2e-tests/cjs-redis/Dockerfile +++ b/src/instrumentation/libraries/redis/e2e-tests/cjs-redis/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/redis/e2e-tests/esm-redis/Dockerfile b/src/instrumentation/libraries/redis/e2e-tests/esm-redis/Dockerfile index a88b7fcf..8863153b 100644 --- a/src/instrumentation/libraries/redis/e2e-tests/esm-redis/Dockerfile +++ b/src/instrumentation/libraries/redis/e2e-tests/esm-redis/Dockerfile @@ -15,9 +15,9 @@ RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt # Install Tusk Drift CLI RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi # Expose the server port diff --git a/src/instrumentation/libraries/upstash-redis-js/e2e-tests/cjs-upstash-redis-js/Dockerfile b/src/instrumentation/libraries/upstash-redis-js/e2e-tests/cjs-upstash-redis-js/Dockerfile index 1143eb33..981fc08c 100644 --- a/src/instrumentation/libraries/upstash-redis-js/e2e-tests/cjs-upstash-redis-js/Dockerfile +++ b/src/instrumentation/libraries/upstash-redis-js/e2e-tests/cjs-upstash-redis-js/Dockerfile @@ -12,9 +12,9 @@ ARG TUSK_CLI_VERSION=latest RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/* RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi EXPOSE 3000 diff --git a/src/instrumentation/libraries/upstash-redis-js/e2e-tests/esm-upstash-redis-js/Dockerfile b/src/instrumentation/libraries/upstash-redis-js/e2e-tests/esm-upstash-redis-js/Dockerfile index 2473965f..65e4b3ed 100644 --- a/src/instrumentation/libraries/upstash-redis-js/e2e-tests/esm-upstash-redis-js/Dockerfile +++ b/src/instrumentation/libraries/upstash-redis-js/e2e-tests/esm-upstash-redis-js/Dockerfile @@ -12,9 +12,9 @@ ARG TUSK_CLI_VERSION=latest RUN apt-get update && apt-get install -y socat bubblewrap && rm -rf /var/lib/apt/lists/* RUN if [ "$TUSK_CLI_VERSION" = "latest" ]; then \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh; \ else \ - curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-drift-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ + curl -fsSL https://raw.githubusercontent.com/Use-Tusk/tusk-cli/main/install.sh | sh -s -- ${TUSK_CLI_VERSION}; \ fi EXPOSE 3000