Stay organized with collections Save and categorize content based on your preferences.
Components are the installable parts of the Google Cloud CLI. A component can be a command-line tool (gcloud
, bq
, and gsutil
), a set of gcloud CLI commands at the Alpha or Beta release levels, or a package that contains dependencies used by a tool in the gcloud CLI.
The most commonly-used components are installed by default. If you run a gcloud alpha
or gcloud beta
command interactively and the alpha
or beta
component is not installed, the gcloud CLI asks you whether you want to install it. An affirmative response installs the component and then runs the command. Other components are installed on-demand by the gcloud CLI when you run commands that require them.
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.
Get started for free Default componentsWhen you install the gcloud CLI, the following components are installed by default:
ID Name Descriptiongcloud
Default gcloud CLI commands Tool for interacting with Google Cloud. Only commands at the General Availability and Preview release levels are installed with this component. You must separately install the gcloud alpha
Commands and/or gcloud beta
Commands components if you want to use commands at other release levels. bq
BigQuery command-line tool Tool for working with data in BigQuery gsutil
Legacy tool for performing Cloud Storage tasks. Use gcloud storage
commands instead. core
gcloud CLI core libraries Libraries used internally by the gcloud CLI tools. Alpha and beta components
The gcloud CLI provides two components that contain gcloud CLI alpha and beta commands. These components aren't installed by default, but you can install them manually at any time after the initial gcloud CLI installation. These components are:
ID Name Descriptionalpha
gcloud CLI alpha commands gcloud CLI commands at the alpha release level. beta
gcloud CLI beta commands gcloud CLI commands at the beta release level.
gcloud CLI commands at the General Availability release level are part of the gcloud CLI component and are installed automatically when you install the gcloud CLI.
A list of all available additional components and external package managers, which aren't installed by default, appears below.
Managing gcloud CLI componentsYou can list, install, update, and remove gcloud CLI components to suit your needs.
Note: These instructions won't work if you have installed gcloud CLI using a package manager such as APT or
yum
because gcloud CLI component manager is disabled when using that method of installation. Use these
packagesinstead.
Caution: When modifying your installation, the current directory of your terminal must be outside thegoogle-cloud-cli
directory of the gcloud CLI installation. On Windows, you will need to open your terminal as an Administrator if you have performed an All Users installation. Listing components
To see a list of components that are available and currently installed, run gcloud components list
:
gcloud components list
The following sample isn't a complete listing of all available components. To view the latest component offerings, update your gcloud CLI installation and then run gcloud components list
.
To install a component at the current version of your gcloud CLI installation, run gcloud components install
:
gcloud components install [COMPONENT-ID]
The gcloud CLI installs the specified component.
For example, if you want to install the kubectl
command:
gcloud components install kubectl
Updating components
Use the gcloud components update
command to update all installed components to the latest available version of gcloud CLI:
gcloud components update
If you have an older version of the gcloud CLI installed, the gcloud CLI updates all the installed components.
If you need to revert to a previously known good version and installed the gcloud CLI directly (outside of a package manager, including using the interactive installer, static versions, Windows installer, or Homebrew), use gcloud components update
to revert to the specified version:
gcloud components update --version VERSION
For downgrading versions of the gcloud CLI installed using a package manager, refer to these instructions for specifying versions when downloading using
apt-get
or
yum
.
Removing componentsUse the gcloud components remove
command to remove a specified component by its ID:
gcloud components remove [COMPONENT-ID]
You can re-install a component using the gcloud components install
command at any time.
Additional components that contain dependencies for gcloud CLI commands are also available in the gcloud CLI, but aren't installed by default. For an exhaustive list of components, run gcloud components list
. Additional components that can be installed are marked with the status Not Installed
.
If you installed the gcloud CLI through the apt
or yum
package managers, you can also install additional gcloud CLI components using those same package managers. If your package manager cannot find these packages, read the installing with apt or installing with yum guides to learn how to configure https://packages.cloud.google.com/
as a package source.
app-engine-go
google-cloud-cli-app-engine-go
google-cloud-cli-app-engine-go
app-engine-java
google-cloud-cli-app-engine-java
google-cloud-cli-app-engine-java
app-engine-python
google-cloud-cli-app-engine-python
google-cloud-cli-app-engine-python
bigtable
google-cloud-cli-bigtable-emulator
google-cloud-cli-bigtable-emulator
cbt
google-cloud-cli-cbt
google-cloud-cli-cbt
cloud-build-local
google-cloud-cli-cloud-build-local
google-cloud-cli-cloud-build-local
docker-credential-gcr
Not yet available. Not yet available. gcd-emulator
google-cloud-cli-datastore-emulator
google-cloud-cli-datastore-emulator
kubectl
kubectl
kubectl
pubsub-emulator
google-cloud-cli-pubsub-emulator
google-cloud-cli-pubsub-emulator
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-07-02 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-07-02 UTC."],[],[]]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4