Skip to content

Commit

Permalink
~ change description of the --name option
Browse files Browse the repository at this point in the history
  • Loading branch information
mkdior committed Jan 7, 2024
1 parent 16ee37d commit b0c7977
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gcp-cloud-run/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b0c7977

Please sign in to comment.