- NAME
-
- gcloud app services browse - open the specified service(s) in a browser
- SYNOPSIS
-
-
gcloud app services browseSERVICES[SERVICES…] [--no-launch-browser] [--version=VERSION,-vVERSION] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
- Open the specified service(s) in a browser.
- EXAMPLES
-
To show the url for the default service in the browser, run:
gcloud app services browse defaultTo show version
v1of servicemyServicein the browser, run:gcloud app services browse myService --version="v1"To show multiple services side-by-side, run:
gcloud app services browse default otherServiceTo show multiple services side-by-side with a specific version, run:
gcloud app services browse s1 s2 --version=v1 - POSITIONAL ARGUMENTS
-
SERVICES[SERVICES…]- The services to open (optionally filtered by the --version flag).
- FLAGS
-
--launch-browser-
Launch a browser if possible. When disabled, only displays the URL. Enabled by
default, use
--no-launch-browserto disable. --version=VERSION,-vVERSION- If specified, open services with a given version. If not specified, use 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 services browse
gcloud app services 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 2025-05-07 UTC.