mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-15 21:48:56 +00:00
Update cheatsheets
This commit is contained in:
30
tldr/gcloud-components
Normal file
30
tldr/gcloud-components
Normal file
@@ -0,0 +1,30 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# gcloud components
|
||||
|
||||
> Manage Google Cloud CLI components.
|
||||
> See also: `gcloud`.
|
||||
> More information: <https://cloud.google.com/sdk/gcloud/reference/components>.
|
||||
|
||||
- View available components for installation:
|
||||
|
||||
`gcloud components list`
|
||||
|
||||
- Install one or more components (installs any dependencies as well):
|
||||
|
||||
`gcloud components install {{component_id1 component_id2 ...}}`
|
||||
|
||||
- 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`
|
||||
Reference in New Issue
Block a user