1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 02:55:36 +02:00

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

This commit is contained in:
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

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`