Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.58 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.58 KB

@nx-extend/gcp-cloud-run

@nx-extend/gcp-cloud-run NPM package

Nx plugin for deploy your app to Cloud Run.

Setup

Install

npm install -D @nx-extend/gcp-cloud-run

Usage

Deploy

Available options:

name type default description
--site string null specify the site to deploy from the .firebase.json
--region string region to deploy to
--project string GCP project to deploy to
--name string project.prefix name of the cloud run instance
--allowUnauthenticated boolean true allow unauthenticated requests
--concurrency number 250 amount of concurrent requests for instance
--maxInstances number 10 maximum amount of instances
--minInstances number 0 minimum amount of instances