@growit-io/gcloud-project

0.0.3 • Public • Published

Google Cloud Project Manager Package Version Build Status

The gcloud-project command reduces the amount of manual steps required to work with Deployment Manager configuration sources, deployments, and projects on Google Cloud Platform. Check the examples out.

Prerequisites

Installation

npm install -g @growit-io/gcloud-project

Usage

List all commands and other help topics.

gcloud-project --help

Scaffolding

Create a new project.

gcloud-project new example-project

Update gcloud-project to the latest version in your project.

cd example-project
gcloud-project init

Cloud Projects & Deployments

Deploy the example directly from source into a fresh cloud project.

gcloud-project create --set-as-default
gcloud-project deploy
gcloud-project deployments

Delete the current cloud project when it is no longer needed, or delete another project by passing its PROJECT_ID.

gcloud-project delete

List the existing cloud projects created from this source project, if any.

gcloud-project list

Contributing

Test your changes before submitting a PR.

npm test

Changelog

See the CHANGELOG.md file.

License

See the LICENSE file.

Readme

Keywords

none

Package Sidebar

Install

npm i @growit-io/gcloud-project

Weekly Downloads

3

Version

0.0.3

License

ISC

Last publish

Collaborators

  • ustuehler