0.0.3 • Published 8 years ago
@growit-io/gcloud-project v0.0.3
Google Cloud Project Manager

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
- Google Cloud SDK and NPM installed on your machine.
- At least one usable billing account.
Installation
npm install -g @growit-io/gcloud-projectUsage
List all commands and other help topics.
gcloud-project --helpScaffolding
Create a new project.
gcloud-project new example-projectUpdate gcloud-project to the latest version in your project.
cd example-project
gcloud-project initCloud Projects & Deployments
Deploy the example directly from source into a fresh cloud project.
gcloud-project create --set-as-default
gcloud-project deploy
gcloud-project deploymentsDelete the current cloud project when it is no longer needed, or delete another project by passing its PROJECT_ID.
gcloud-project deleteList the existing cloud projects created from this source project, if any.
gcloud-project listContributing
Test your changes before submitting a PR.
npm testChangelog
See the CHANGELOG.md file.
License
See the LICENSE file.