- NAME
-
- gcloud app browse - open the current app in a web browser
- SYNOPSIS
-
-
gcloud app browse[--no-launch-browser] [--service=SERVICE,-sSERVICE] [--version=VERSION,-vVERSION] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Open the current app in a web browser.
- EXAMPLES
- To open the default service, run:
gcloud app browseTo open a specific service, run:
gcloud app browse --service = "myService"To open a specific version, run:
gcloud app browse --service = "myService" --version = "v1" - FLAGS
-
-
--launch-browser - Launch a browser if possible. When disabled, only displays the URL. Enabled by
default, use
--no-launch-browserto disable. -
--service=SERVICE,-sSERVICE - The service that should be opened. If not specified, use the default service.
May be used in conjunction with
--version. -
--version=VERSION,-vVERSION - The version of the app that should be opened. If not specified, choose a version based on the service's traffic split.
-
- 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 browse
gcloud app browse
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.

