- NAME
-
- gcloud app open-console - open the App Engine dashboard, or log viewer, in a web browser
- SYNOPSIS
- DESCRIPTION
- Open the App Engine dashboard, or log viewer, in a web browser.
- EXAMPLES
- Open the App Engine dashboard for the default service:
gcloud app open-consoleOpen the service specific dashboard view:
gcloud app open-console --service = "myService"Open the version specific dashboard view:
gcloud app open-console --service = "myService" --version = "v1"Open the log viewer for the default service:
gcloud app open-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 variant is also available:
gcloud beta app open-console
gcloud app open-console
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-05-27 UTC.

