- NAME
- 
- gcloud beta app versions browse - open the specified versions in a browser
 
- SYNOPSIS
- 
- 
gcloud beta app versions browseVERSIONS[VERSIONS…] [--no-launch-browser] [--service=SERVICE,-sSERVICE] [GCLOUD_WIDE_FLAG …]
 
- 
- DESCRIPTION
- 
(BETA)Open the specified versions in a browser.
- EXAMPLES
- 
To show version v1for the default service in the browser, run:gcloud beta app versions browse v1To show version v1of a specific service in the browser, run:gcloud beta app versions browse v1 --service="myService"To show multiple versions side-by-side, run: gcloud beta app versions browse v1 v2 --service="myService"
- POSITIONAL ARGUMENTS
- 
- VERSIONS[- VERSIONS…]
- The versions to open (optionally filtered by the --service flag).
 
- FLAGS
- 
- --launch-browser
- 
Launch a browser if possible. When disabled, only displays the URL. Enabled by
default, use --no-launch-browserto disable.
- --service=- SERVICE,- -s- SERVICE
- If specified, only open versions from the given service. If not specified, use the default service.
 
- 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:
gcloud app versions browse
      gcloud beta app versions 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.