gcloud components list Stay organized with collections Save and categorize content based on your preferences.
- NAME
- gcloud components list - list the status of all Google Cloud CLI components
- SYNOPSIS
gcloud components list[--only-local-state][--show-platform][--show-versions][--filter=EXPRESSION][--limit=LIMIT][--sort-by=[FIELD,…]][GCLOUD_WIDE_FLAG …]
- DESCRIPTION
- This command lists all the available components in the Google Cloud CLI. Foreach component, the command lists the following information:
- Status on your local workstation: not installed, installed (and up to date), andupdate available (installed, but not up to date)
- Name of the component (a description)
- ID of the component (used to refer to the component in other [gcloud components]commands)
- Size of the component
- EXAMPLES
- To list the status of all Google Cloud CLI components, run:
gcloudcomponentslistTo show the currently installed version (if any) and the latest availableversion of each component, run:
gcloudcomponentslist--show-versions - FLAGS
--only-local-state- Only show locally installed components.
--show-platform- Show operating system and architecture of all components
--show-versions- Show installed and available versions of all components.
- LIST COMMAND FLAGS
--filter=EXPRESSION- Apply a Boolean filter
EXPRESSIONto each resource itemto be listed. If the expression evaluatesTrue, then that item islisted. For more details and examples of filter expressions, run $gcloud topic filters. This flaginteracts with other flags that are applied in this order:--flatten,--sort-by,--filter,--limit. --limit=LIMIT- Maximum number of resources to list. The default is
unlimited. Thisflag interacts with other flags that are applied in this order:--flatten,--sort-by,--filter,--limit. --sort-by=[FIELD,…]- Comma-separated list of resource field key names to sort by. The default orderis ascending. Prefix a field with ``~´´ for descending order on thatfield. This flag interacts with other flags that are applied in this order:
--flatten,--sort-by,--filter,--limit.
- GCLOUD WIDE FLAGS
- These flags are available to all commands:
--access-token-file,--account,--billing-project,--configuration,--flags-file,--flatten,--format,--help,--impersonate-service-account,--log-http,--project,--quiet,--trace-token,--user-output-enabled,--verbosity.Run
$gcloud helpfor details.
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-05-07 UTC.