1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/components/restore
2023-12-14 10:23:58 +00:00

36 lines
1.5 KiB
Text

NAME
gcloud components restore - restore the Google Cloud CLI installation to
its previous state
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
install command. Only the state before the most recent such state is
remembered, so it is impossible to restore the state that existed before
the two most recent update commands, for example. A restore command does
not undo a previous restore command.
EXAMPLES
To restore Google Cloud CLI installation to its previous state, run:
$ gcloud components restore
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 help for details.