gcloud app services browse - open the specified service(s) in a browser
gcloud app services browse SERVICES [SERVICES ...] [--no-launch-browser] [--version=VERSION, -v VERSION] [GCLOUD_WIDE_FLAG ...]
Open the specified service(s) in a browser.
To show the url for the default service in the browser, run:
$ gcloud app services browse default
To show version v1 of service myService in the browser, run:
$ gcloud app services browse myService --version="v1"
To show multiple services side-by-side, run:
$ gcloud app services browse default otherService
To show multiple services side-by-side with a specific version, run:
$ gcloud app services browse s1 s2 --version=v1
- SERVICES [SERVICES ...]
The services to open (optionally filtered by the --version flag).
- --launch-browser
Launch a browser if possible. When disabled, only displays the URL. Enabled by default, use --no-launch-browser to disable.
- --version=VERSION, -v VERSION
If specified, open services with a given version. If not specified, use a version based on the service's traffic split .
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 help for details.
This variant is also available:
$ gcloud beta app services browse