gcloud-components-update: add page (#11682)

pull/23/head
Gilad Alboher 2023-12-07 06:16:08 +02:00 committed by GitHub
parent 51b9299748
commit 570393df9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 17 additions and 0 deletions

View File

@ -0,0 +1,17 @@
# gcloud components update
> Update all your installed Google Cloud CLI components to the latest version.
> See also: `gcloud`.
> More information: <https://cloud.google.com/sdk/gcloud/reference/components/update>.
- Update all components to the latest version:
`gcloud components update`
- Update all components to a specific version:
`gcloud components update --version={{1.2.3}}`
- Update components without confirmation (useful for automation scripts):
`gcloud components update --quiet`