New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@nitric/plugin-gcp

Package Overview
Dependencies
Maintainers
5
Versions
100
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@nitric/plugin-gcp

GCP plugin for Nitric

unpublished
latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
5
Created
Source

@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

Keywords

oclif-plugin

FAQs

Package last updated on 29 Oct 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts