gcloud beta app open-console
Stay organized with collections
Save and categorize content based on your preferences.
- NAME
-
- gcloud beta app open-console - open the App Engine dashboard, or log viewer, in a web browser
- SYNOPSIS
- DESCRIPTION
-
(BETA)Open the App Engine dashboard, or log viewer, in a web browser. - EXAMPLES
-
Open the App Engine dashboard for the default service:
gcloudbetaappopen-consoleOpen the service specific dashboard view:
gcloudbetaappopen-console--service="myService"Open the version specific dashboard view:
gcloudbetaappopen-console--service="myService"--version="v1"Open the log viewer for the default service:
gcloudbetaappopen-console--logs - FLAGS
-
--logs,-l- Open the log viewer instead of the App Engine dashboard.
--service=SERVICE,-sSERVICE- The service to consider. If not specified, use the default service.
--version=VERSION,-vVERSION- The version to consider. If not specified, all versions for the given service are considered.
- 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 helpfor details. - NOTES
-
This command is currently in beta and might change without notice. This variant
is also available:
gcloudappopen-console