Google Cloud Command Line Interface (gcloud CLI)
Create and manage Google Cloud resources and services directly on the command line or via scripts using the Google Cloud CLI.
Installation
Commands
| Command | Action |
|---|---|
gcloud init | Initialize, authorize, and configure the gcloud tool |
gcloud cheat-sheet | See a roster of go-to gcloud commands |
gcloud config list | Display all the properties for the current configuration |
gcloud projects describe | Display metadata for a project (including its ID) |
gcloud --help | See the Cloud Platform services you can interact with |
gcloud help <command> | Get help on any gcloud command |