1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00
gcloud-help/gcloud/beta/app/repair
2022-03-01 04:29:52 +00:00

28 lines
912 B
Text

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.