mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Thu Dec 14 10:23:57 UTC 2023
This commit is contained in:
parent
f36750d203
commit
a990278fb3
205 changed files with 4929 additions and 1866 deletions
|
|
@ -67,7 +67,8 @@ COMMANDS
|
|||
Remove one or more installed components.
|
||||
|
||||
restore
|
||||
Restore the Google Cloud CLI installation to its previous state.
|
||||
(DEPRECATED) Restore the Google Cloud CLI installation to its previous
|
||||
state.
|
||||
|
||||
update
|
||||
Update all of your installed components to the latest version.
|
||||
|
|
|
|||
|
|
@ -6,6 +6,14 @@ SYNOPSIS
|
|||
gcloud components restore [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(DEPRECATED) Restore the Google Cloud CLI installation to its previous
|
||||
state.
|
||||
|
||||
This command is deprecated and will be modified in gcloud v468.0.0. To
|
||||
restore your installation to a previous version, run "gcloud components
|
||||
update --version=<previous_version>" or install the previous version
|
||||
directly from https://cloud.google.com/sdk/docs/install.
|
||||
|
||||
This is an undo operation, which restores the Google Cloud CLI installation
|
||||
on the local workstation to the state it was in just before the most recent
|
||||
gcloud components update, gcloud components remove, or gcloud components
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue