From b0c7977dfe511dc1e3659e2f94e6a0c0c6cbfc99 Mon Sep 17 00:00:00 2001 From: mkdior Date: Sun, 7 Jan 2024 14:50:45 +0100 Subject: [PATCH] ~ change description of the `--name` option --- packages/gcp-cloud-run/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gcp-cloud-run/README.md b/packages/gcp-cloud-run/README.md index 4d941e03..c23c1040 100644 --- a/packages/gcp-cloud-run/README.md +++ b/packages/gcp-cloud-run/README.md @@ -24,7 +24,7 @@ npm install -D @nx-extend/gcp-cloud-run |----------------------------------|----------------------|------------------|-------------------------------------------------------------------------| | **`--region`** | `string` | - | Region to deploy cloud run revision to. | **`--project`** | `string` | - | GCP project to deploy cloud run revision to. -| **`--name`** | `string` | `project.prefix` | Name of the cloud run revision. +| **`--name`** | `string` | `project name` | Name of the cloud run revision. | **`--concurrency`** | `number` | 250 | Maximum number of concurrent requests allowed per container instance. | **`--maxInstances`** | `number` | 10 | Maximum number of container instances to run. | **`--minInstances`** | `number` | 0 | Minimum number of container instances to run.