GCP plugin for Nitric
$ npm install -g @nitric/plugin-gcp
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@nitric/plugin-gcp/0.0.16 darwin-x64 node-v15.0.1
$ oclif-example --help [COMMAND]
USAGE
$ oclif-example COMMAND
...
oclif-example deploy:gcp [DIR]
oclif-example doctor:gcp
oclif-example down:gcp [DIR]
oclif-example token:gcp
Deploy a Nitric application to Google Cloud Platform (GCP)
USAGE
$ oclif-example deploy:gcp [DIR]
OPTIONS
-f, --file=file
[default: nitric.yaml]
-h, --help
show CLI help
-p, --project=project
GCP project ID to deploy to (default: locally configured account)
-r,
--region=(us-west1|us-central1|us-east1|us-east4|northamerica-northeast1|europe-west1|europe-west4|europe-north1|asia-
southeast1|asia-east1|asia-northeast1|asia-northeast2|asia-southeast1)
gcp region to deploy to
--guided
EXAMPLE
$ nitric deploy:gcp
See code: src/commands/deploy/gcp.ts
Checks environment for configuration for deployment to GCP
USAGE
$ oclif-example doctor:gcp
OPTIONS
-h, --help show CLI help
EXAMPLE
$ nitric doctor:gcp
See code: src/commands/doctor/gcp.ts
Delete a Nitric application on Google Cloud Platform (GCP)
USAGE
$ oclif-example down:gcp [DIR]
OPTIONS
-f, --file=file [default: nitric.yaml]
-h, --help show CLI help
--guided
EXAMPLE
$ nitric down:gcp
See code: src/commands/down/gcp.ts
Deploy a Nitric application to Google Cloud Platform (GCP)
USAGE
$ oclif-example token:gcp
OPTIONS
-h, --help show CLI help
EXAMPLE
$ nitric deploy:gcp . -p my-gcp-project
See code: src/commands/token/gcp.ts