gcloud
The official CLI tool for Google Cloud Platform. Some subcommands such as `app` and `init` have their own usage documentation.
More info →Subcommands (14)
Build scalable applications on a managed serverless platform. See also: `gcloud`.
Grant and revoke authorization to `gcloud` and manage credentials. See also: `gcloud`.
Manage Google Cloud CLI components. See also: `gcloud`.
Create, run, and manage VMs on Google Cloud infrastructure. See also: `gcloud`.
Manage different configurations of `gcloud`. See also: `gcloud`.
Manage containerized applications on Kubernetes and clusters. See also: `gcloud`.
Provide feedback to the Google Cloud team. See also: `gcloud`.
Display help and reference information for `gcloud`. See also: `gcloud topic`.
Configure Identity and Access Management (IAM) preferences and service accounts. See also: `gcloud`.
Display information about the current `gcloud` environment.
Launch an interactive workflow to setup `gcloud` or reinitialize configurations.
Manage project access policies in Google Cloud. See also: `gcloud`.
Display supplementary help for topics not directly associated with individual commands. See also: `gcloud help`.
Print version information for Google Cloud CLI components.
Examples (8)
List all properties in one's active configuration
gcloud config listLogin to a Google account
Set the active project
gcloud config set project project_nameSSH into a virtual machine instance
gcloud compute ssh user@instanceDisplay all Google Compute Engine instances in a project (by default instances from all zones are listed)
gcloud compute instances listUpdate a kubeconfig file with the appropriate credentials to point `kubectl` to a specific cluster in Google Kubernetes Engine (GKE)
gcloud container clusters get-credentials cluster_nameUpdate all `gcloud` components
gcloud components updateDisplay help for a given command