Install the Google Cloud CLI
This quickstart describes the recommended method to install and initialize theGoogle Cloud CLI. After initialization, run a few coregcloud CLI commands to view information about your installationand verify it was successful.
To follow step-by-step guidance for this task directly in the Google Cloud console, clickGuide me:
Before you begin
- Sign in to your Google Cloud account. If you're new to Google Cloud, create an account to evaluate how our products perform in real-world scenarios. New customers also get $300 in free credits to run, test, and deploy workloads.
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
Note: If you don't plan to keep the resources that you create in this procedure, create a project instead of selecting an existing project. After you finish these steps, you can delete the project, removing all resources associated with the project.Roles required to select or create a project
- Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
- Create a project: To create a project, you need the Project Creator role (
roles/resourcemanager.projectCreator), which contains theresourcemanager.projects.createpermission.Learn how to grant roles.
Verify that billing is enabled for your Google Cloud project.
In the Google Cloud console, on the project selector page, select or create a Google Cloud project.
Note: If you don't plan to keep the resources that you create in this procedure, create a project instead of selecting an existing project. After you finish these steps, you can delete the project, removing all resources associated with the project.Roles required to select or create a project
- Select a project: Selecting a project doesn't require a specific IAM role—you can select any project that you've been granted a role on.
- Create a project: To create a project, you need the Project Creator role (
roles/resourcemanager.projectCreator), which contains theresourcemanager.projects.createpermission.Learn how to grant roles.
Verify that billing is enabled for your Google Cloud project.
When you finish the tasks that are described in this document, you can avoid continued billing by deleting the resources that you created. For more information, seeClean up.
Install gcloud CLI version 550.0.0
(x86_64) (Arm) (x86) To download the Linux archive file, run the following command: Refer to the table above and replacegoogle-cloud-cli-linux-x86_64.tar.gz with the Package contents The gcloud CLI is available in package format for installation on Debian and Ubuntu systems. This package contains the Before you begin Before you install the gcloud CLI, make sure that your operating system meets the following requirements: Installation For newer distributions (Debian 9+ or Ubuntu 18.04+) run the following command: If your distribution's apt-key command doesn't support the If you can't get latest updates due to an expired key,obtain the latest apt-get.gpg key file. For older distributions that don't support the signed-by option, run the following command: Docker Tip: If installing the gcloud CLI inside a Docker image, use a single RUN step instead: For example, the Downgrade gcloud CLI versions To revert to a specific version of the gcloud CLI, where The ten most recent releases are always available in the repo. For releases prior to 371.0.0, the package name is Package contents The gcloud CLI is available in package format for installation on Red Hat Enterprise Linux 7, 8, 9, and 10; Fedora 41 and 42; and CentOS 7 and 8 systems. This package contains the Installation The following sample command is for a Red Hat Enterprise Linux 7, 8, or 9-compatible installations, but make sure that you update the settings as needed for your configuration: For RHEL 10-compatible installations, use the following command with the updated You can also use For example, to install the Downgrade gcloud CLI versions To revert to a specific version of gcloud CLI, run the following command. Replace The ten most recent releases are available in the repository. For releases prior to 371.0.0, use To check your Python version, run The installation script can install Python for you if needed. This requiresXcode Command Line Tools. To install them, run For more information about configuring your Python interpreter, especially if you have multiple versions installed, see the (x86_64) (ARM64, Apple silicon) (x86) Alternatively, you can download the archive from the command line. Replace On macOS, you can do this by opening the downloaded To replace an existing installation, delete the existing The Google Cloud CLI on Windows requires Windows 8.1 and later, or Windows Server 2012 and later. Download theGoogle Cloud CLI installer. Alternatively, open a PowerShell terminal and run the following PowerShell commands: Launch the installer and follow the prompts. The installer is signed by Google LLC. After installation is complete, the installer gives you the option to create Start Menu and Desktop shortcuts, and start the Google Cloud CLI shell. Uncheck the option to start the shell. You will run and configure the gcloud CLI in the next steps. Troubleshooting tips For example, to install the Downgrade the gcloud CLI versions To revert to a specific version of gcloud CLI, run thefollowing command. Replace The ten most recent releases are available in the repository. For releases prior to 371.0.0, usegcloud topic startup documentation.uname -a at the command line.Platform Package name Size SHA256 Checksum Linux 64-bit google-cloud-cli-linux-x86_64.tar.gz 203.2 MB 00ad1adc3ee30ead317cce7176011ce4fa984339d5c41a08eff9504301f9ee85 Linux 64-bit google-cloud-cli-linux-arm.tar.gz 58.0 MB 19394fc05dbc4984533a2eea57ff007a8c8dad428d0d283fec1349ffda4941a5 Linux 32-bit google-cloud-cli-linux-x86.tar.gz 58.0 MB 8d67ea49ddddfe86ac889acd32fe709ed1af82759cdceef61debcd99ee98c1c5 curl-Ohttps://dl.google.com/dl/cloudsdk/channels/rapid/downloads/google-cloud-cli-linux-x86_64.tar.gz
*.tar.gz package name that applies to your configuration.tar-xfgoogle-cloud-cli-linux-x86_64.tar.gz
google-cloud-sdk directory and then extract the archive to the same location../google-cloud-sdk/install.sh
Y when prompted.
You can also perform the installation non-interactively by providing flags. To view available flags, run:PATH../google-cloud-sdk/install.sh--help
PATH in the previous step, open a new terminal so that the changes take effect.gcloud,gcloud alpha,gcloud beta,gsutil, andbq command-line tools only. It doesn't includekubectl or the App Engine extensions required to deploy an application usinggcloud commands. If you want these components, you mustinstall them separately.sudoapt-getupdate
apt-transport-https,ca-certificates,gnupg, andcurl installed. To install these packages, run the following command:sudoapt-getinstallapt-transport-httpsca-certificatesgnupgcurl
curlhttps://packages.cloud.google.com/apt/doc/apt-key.gpg|sudogpg--dearmor-o/usr/share/keyrings/cloud.google.gpgcurlhttps://packages.cloud.google.com/apt/doc/apt-key.gpg|sudoapt-key--keyring/usr/share/keyrings/cloud.google.gpgadd---keyring argument, run the following command:curlhttps://packages.cloud.google.com/apt/doc/apt-key.gpg|sudoapt-keyadd-
Note: Make sure you don't have duplicate entries for theecho"deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main"|sudotee-a/etc/apt/sources.list.d/google-cloud-sdk.list
echo"deb https://packages.cloud.google.com/apt cloud-sdk main"|sudotee-a/etc/apt/sources.list.d/google-cloud-sdk.list
cloud-sdk repo in/etc/apt/sources.list.d/google-cloud-sdk.list.sudoapt-getupdate&&sudoapt-getinstallgoogle-cloud-cliapt-get options, such as disabling prompts or dry runs, refer to theapt-get man pages.RUNecho"deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main"|tee-a/etc/apt/sources.list.d/google-cloud-sdk.list&&curlhttps://packages.cloud.google.com/apt/doc/apt-key.gpg|gpg--dearmor-o/usr/share/keyrings/cloud.google.gpg&&apt-getupdate-y&&apt-getinstallgoogle-cloud-cli-y
gpg --dearmor command:RUNecho"deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main"|tee-a/etc/apt/sources.list.d/google-cloud-sdk.list&&curlhttps://packages.cloud.google.com/apt/doc/apt-key.gpg|apt-key--keyring/usr/share/keyrings/cloud.google.gpgadd-&&apt-getupdate-y&&apt-getinstallgoogle-cloud-cli-y
google-cloud-cli-anthos-authgoogle-cloud-cli-app-engine-gogoogle-cloud-cli-app-engine-grpcgoogle-cloud-cli-app-engine-javagoogle-cloud-cli-app-engine-pythongoogle-cloud-cli-app-engine-python-extrasgoogle-cloud-cli-bigtable-emulatorgoogle-cloud-cli-cbtgoogle-cloud-cli-cloud-build-localgoogle-cloud-cli-cloud-run-proxygoogle-cloud-cli-config-connectorgoogle-cloud-cli-datastore-emulatorgoogle-cloud-cli-firestore-emulatorgoogle-cloud-cli-gke-gcloud-auth-plugingoogle-cloud-cli-kptgoogle-cloud-cli-kubectl-oidcgoogle-cloud-cli-local-extractgoogle-cloud-cli-minikubegoogle-cloud-cli-nomosgoogle-cloud-cli-pubsub-emulatorgoogle-cloud-cli-skaffoldgoogle-cloud-cli-spanner-emulatorgoogle-cloud-cli-terraform-validatorgoogle-cloud-cli-testskubectlgoogle-cloud-cli-app-engine-java component can be installed as follows:sudoapt-getinstallgoogle-cloud-cli-app-engine-java
VERSION is of the form123.0.0, run the following command:sudo apt-get update && sudo apt-get install google-cloud-cli=123.0.0-0
google-cloud-sdkgcloud,gcloud alpha,gcloud beta,gsutil, andbq commands only. It doesn't includekubectl or the App Engine extensions required to deploy an application usinggcloud commands, which can be installed separately as described later in this section.sudotee-a/etc/yum.repos.d/google-cloud-sdk.repo<< EOM[google-cloud-cli]name=Google Cloud CLIbaseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el9-x86_64enabled=1gpgcheck=1repo_gpgcheck=0gpgkey=https://packages.cloud.google.com/yum/doc/rpm-package-key.gpgEOM
gpgkey:sudotee-a/etc/yum.repos.d/google-cloud-sdk.repo<< EOM[google-cloud-cli]name=Google Cloud CLIbaseurl=https://packages.cloud.google.com/yum/repos/cloud-sdk-el10-x86_64enabled=1gpgcheck=1repo_gpgcheck=0gpgkey=https://packages.cloud.google.com/yum/doc/rpm-package-key-v10.gpgEOM
libxcrypt-compat.x86_64.sudodnfinstalllibxcrypt-compat.x86_64
sudodnfinstallgoogle-cloud-cli
dnf on your system, you can run these commands usingyum instead.dnf/yum options, such as disabling prompts or dry runs, with the provided commands.google-cloud-cli-anthos-authgoogle-cloud-cli-app-engine-gogoogle-cloud-cli-app-engine-grpcgoogle-cloud-cli-app-engine-javagoogle-cloud-cli-app-engine-pythongoogle-cloud-cli-app-engine-python-extrasgoogle-cloud-cli-bigtable-emulatorgoogle-cloud-cli-cbtgoogle-cloud-cli-cloud-build-localgoogle-cloud-cli-cloud-run-proxygoogle-cloud-cli-config-connectorgoogle-cloud-cli-datastore-emulatorgoogle-cloud-cli-firestore-emulatorgoogle-cloud-cli-gke-gcloud-auth-plugingoogle-cloud-cli-kptgoogle-cloud-cli-kubectl-oidcgoogle-cloud-cli-local-extractgoogle-cloud-cli-minikubegoogle-cloud-cli-nomosgoogle-cloud-cli-pubsub-emulatorgoogle-cloud-cli-skaffoldgoogle-cloud-cli-spanner-emulatorgoogle-cloud-cli-terraform-validatorgoogle-cloud-cli-testskubectlgoogle-cloud-cli-app-engine-java component, run the following command:sudodnfinstallgoogle-cloud-cli-app-engine-java
123.0.0 with the version that you want to install:sudodnfdowngradegoogle-cloud-cli-123.0.0
google-cloud-sdk as the package name.python3 -V orpython -V.sudo xcode-select --install. Alternatively, you can install a supported Python version frompython.org.gcloud topic startup documentation.uname -m from a command line.Platform Package Size SHA256 Checksum macOS 64-bit google-cloud-cli-darwin-x86_64.tar.gz 58.1 MB f495ade56c47e0a8026d47efe32fda493f94a59cf00ea83527a386acded8b789 macOS 64-bit google-cloud-cli-darwin-arm.tar.gz 58.0 MB 5204d57d199187b19b95b977fcf1b03e962cf5a531a9aba99c4f498b9342e791 macOS 32-bit google-cloud-cli-darwin-x86.tar.gz 56.5 MB 01e3b9110fef34ea29bca9e11f24137df0ae9240ebc119ce089680147283bb0a FILE_NAME with the package name for your platform from the table above.curl-Ohttps://dl.google.com/dl/cloudsdk/channels/rapid/downloads/FILE_NAME
.tar.gz file in your preferred location. Alternatively, from the command line, run:tar-xfFILE_NAME
google-cloud-sdk directory and then extract the archive to the same location../google-cloud-sdk/install.sh
Y when prompted.
You can also perform the installation non-interactively by providing flags. To view available flags, run:PATH and enable command completion../google-cloud-sdk/install.sh--help
./google-cloud-sdk/install.sh--screen-reader=true
PATH in the previous step, open a new terminal so that the changes take effect.(New-ObjectNet.WebClient).DownloadFile("https://dl.google.com/dl/cloudsdk/channels/rapid/GoogleCloudSDKInstaller.exe","$env:Temp\GoogleCloudSDKInstaller.exe")&$env:Temp\GoogleCloudSDKInstaller.exe
gcloud to use status trackers instead of unicode spinners, display progress as a percentage, and flatten tables. For more information, see theAccessibility features guide.gcloud topic startup to learn how to use an existing Python installation.find command not being recognized, ensure yourPATHenvironment variable is set to include the folder containingfind. Usually, this isC:\WINDOWS\system32;.echo"deb [signed-by=/usr/share/keyrings/cloud.google.gpg] https://packages.cloud.google.com/apt cloud-sdk main"|sudotee-a/etc/apt/sources.list.d/google-cloud-sdk.list
curlhttps://packages.cloud.google.com/apt/doc/apt-key.gpg|sudoapt-key--keyring/usr/share/keyrings/cloud.google.gpgadd-sudoapt-getupdate&&sudoapt-getinstallgoogle-cloud-cligoogle-cloud-cli-anthos-authgoogle-cloud-cli-app-engine-gogoogle-cloud-cli-app-engine-grpcgoogle-cloud-cli-app-engine-javagoogle-cloud-cli-app-engine-pythongoogle-cloud-cli-app-engine-python-extrasgoogle-cloud-cli-bigtable-emulatorgoogle-cloud-cli-cbtgoogle-cloud-cli-cloud-build-localgoogle-cloud-cli-cloud-run-proxygoogle-cloud-cli-config-connectorgoogle-cloud-cli-datastore-emulatorgoogle-cloud-cli-firestore-emulatorgoogle-cloud-cli-gke-gcloud-auth-plugingoogle-cloud-cli-kptgoogle-cloud-cli-kubectl-oidcgoogle-cloud-cli-local-extractgoogle-cloud-cli-minikubegoogle-cloud-cli-nomosgoogle-cloud-cli-pubsub-emulatorgoogle-cloud-cli-skaffoldgoogle-cloud-cli-spanner-emulatorgoogle-cloud-cli-terraform-validatorgoogle-cloud-cli-testskubectlgoogle-cloud-cli-app-engine-java component, run the following command:sudoapt-getinstallgoogle-cloud-cli-app-engine-java
123.0.0 with the version that you want toinstall:sudoapt-getupdate&&sudoapt-getinstallgoogle-cloud-cli=123.0.0-0
google-cloud-sdk as thepackage name.
Initialize and authorize the gcloud CLI
If you are behind a proxy or firewall, seeProxy configuration to enablenetwork access for the gcloud CLI.
After you install the gcloud CLI, initialize it to authorizeaccess to Google Cloud and set up a default configuration. For moreinformation, seegcloud init.
Run
gcloud initto initialize the gcloud CLI:gcloudinitBy default, this command opens a web browser to authorize access. Toauthorize from the command line instead, add the
--console-onlyflag.For non-interactive authorization,create a service account with theappropriate scopes in theGoogle Cloud console, and thenusegcloud auth activate-service-accountwith its JSON key file.Follow the prompts to authorize and configure:
When prompted to sign in, accept and then sign in to your Google Accountin your browser. ClickAllow to grant permission to accessresources.
From the list of projects for which you haveOwner,Editor, orViewer permissions, select a project. If you have only one project,
gcloud initselects it for you.If you have more than 200 projects, you are prompted to enter a projectID, create a project, or list projects. If you choose to create aproject, you must alsoenable billing on it.
If you have theCompute Engine APIenabled, select a default Compute Engine zone.
Optional: For an improved screen reader experience, enable the
accessibility/screen_readerproperty with the following command:gcloudconfigsetaccessibility/screen_readertrueFor more information, see theEnabling accessibility featuresguide.
Run core commands
Run core commands to view information about your gcloud CLI installation:
List accounts whose credentials are stored on the local system:
gcloud auth listThe gcloud CLI displays a list of credentialed accounts:
Credentialed AccountsACTIVE ACCOUNT* example-user-1@example.com example-user-2@example.com
List the properties in your active gcloud CLI configuration:
gcloud config listThe gcloud CLI displays the list of properties:
[core]account = example-user-1@example.comdisable_usage_reporting = Falseproject = example-project
View information about
gcloudcommands and other topics:gcloud helpFor example, to view the help for
gcloud compute instances create:gcloud help compute instances createThe gcloud CLI displays a help topic that contains adescription of the command, a list of command flags and arguments, andexamples of how to use the command.
Optional: Install additional components
To install additional components, such as the App Engine emulators,kubectl,or gcloud CLI commands at the alpha or beta release level, seeManaging gcloud CLI components.
Clean up
To avoid incurring charges to your Google Cloud account for the resources used on this page, follow these steps.
What's next
- Read thegcloud CLI guide for an overview ofthe gcloud CLI, including a quick introduction to keyconcepts, command conventions, and helpful tips.
- Read thegcloud CLI reference guidefor detailed pages on each gcloud CLI command, includingdescriptions, flags, and examples, that you can use to perform a variety oftasks on Google Cloud.
- See thegcloud CLI cheat sheetfor a list of commonly used commands and key concepts.
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-12-16 UTC.