1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 14:56:05 +00:00
gcloud-help/gcloud/beta/app/repair

29 lines
912 B
Text
Raw Normal View History

2022-03-01 04:29:52 +00:00
NAME
gcloud beta app repair - restores required App Engine features to the
current application
SYNOPSIS
gcloud beta app repair [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) For example, this command will restore the App Engine staging bucket
if it has been deleted. It will no longer restore the service account,
instead, the IAM service account undelete API must be used for the purpose.
EXAMPLES
To repair the application, run
$ gcloud beta app repair
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.
NOTES
This command is currently in beta and might change without notice.