6.0.1 • Published 5 days ago

@nx-extend/gcp-task-runner v6.0.1

Weekly downloads
-
License
-
Repository
-
Last release
5 days ago

@nx-extend/gcp-task-runner

Nx plugin to use Cloud Storage as remote cache.

Setup

Install

npm install -D @nx-extend/gcp-task-runner

Usage

Enable task runner

Update your nx.json with the following

{
  "tasksRunnerOptions": {
    "default": {
      "runner": "@nx-extend/gcp-task-runner",
      "options": {
        "bucket": "gs://your-bucket",
        ...
      }
    }
  }
}

Authenticate

The task runner uses @google-cloud/storage which in turn is capable of using the env variable GOOGLE_APPLICATION_CREDENTIALS.

6.0.1

5 days ago

6.0.0

3 months ago

5.0.3

5 months ago

5.0.2

5 months ago

5.0.1

6 months ago

5.0.0

6 months ago

4.1.4

9 months ago

4.1.3

9 months ago

4.1.5

8 months ago

4.1.2

9 months ago

4.1.1

10 months ago

1.1.3

12 months ago

4.1.0

11 months ago

4.0.0

11 months ago

1.1.1

1 year ago

1.1.2

1 year ago

1.1.0

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago