@nitric/plugin-gcp

0.1.0 • Public • Published

@nitric/plugin-gcp

GCP plugin for Nitric

oclif Version Downloads/week License

Usage

$ npm install -g @nitric/plugin-gcp
$ oclif-example COMMAND
running command...
$ oclif-example (-v|--version|version)
@nitric/plugin-gcp/0.1.0 linux-x64 node-v14.18.1
$ oclif-example --help [COMMAND]
USAGE
  $ oclif-example COMMAND
...

Commands

oclif-example deploy:gcp [DIR]

deploy a stack to Google Cloud Platform (GCP)

USAGE
  $ oclif-example deploy:gcp [DIR]

OPTIONS
  -f, --file=file
      [default: nitric.yaml]

  -h, --help
      show CLI help

  -n, --nonInteractive

  -p, --project=project
      GCP project ID to deploy to (default: locally configured account)

  -r, 
  --region=(us-west2|us-west3|us-west4|us-central1|us-east1|us-east4|europe-west1|europe-west2|asia-east1|australia-sout
  heast1)
      gcp region to deploy to

  --ci

EXAMPLE
  $ nitric deploy:gcp

See code: src/commands/deploy/gcp.ts

oclif-example doctor:gcp

Checks environment for configuration for deployment to GCP

USAGE
  $ oclif-example doctor:gcp

OPTIONS
  -h, --help  show CLI help
  --ci

EXAMPLE
  $ nitric doctor:gcp

See code: src/commands/doctor/gcp.ts

oclif-example down:gcp [DIR]

tear down a stack from Google Cloud Platform (GCP) previously deployed with $nitric deploy:gcp

USAGE
  $ oclif-example down:gcp [DIR]

OPTIONS
  -d, --destroy         destroy all resources, including buckets, secrets, and collections
  -f, --file=file       [default: nitric.yaml]
  -h, --help            show CLI help
  -n, --nonInteractive
  --ci

EXAMPLE
  $ nitric down:gcp

See code: src/commands/down/gcp.ts

Readme

Keywords

Package Sidebar

Install

npm i @nitric/plugin-gcp

Homepage

nitric.io

Weekly Downloads

1

Version

0.1.0

License

Apache-2.0

Unpacked Size

186 kB

Total Files

63

Last publish

Collaborators

  • jcusch
  • tjholm
  • medgar-nitric
  • davemooreuws
  • ryancartwright