gcloud app open-console
Stay organized with collections
Save and categorize content based on your preferences.
- 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:
gcloudappopen-consoleOpen the service specific dashboard view:
gcloudappopen-console--service="myService"Open the version specific dashboard view:
gcloudappopen-console--service="myService"--version="v1"Open the log viewer for the default service:
gcloudappopen-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:
gcloudbetaappopen-console