1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 10:35:03 +00:00
gcloud-help/gcloud/app/versions/browse
2022-03-01 04:29:52 +00:00

49 lines
1.5 KiB
Text

NAME
gcloud app versions browse - open the specified versions in a browser
SYNOPSIS
gcloud app versions browse VERSIONS [VERSIONS ...] [--no-launch-browser]
[--service=SERVICE, -s SERVICE] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
Open the specified versions in a browser.
EXAMPLES
To show version v1 for the default service in the browser, run:
$ gcloud app versions browse v1
To show version v1 of a specific service in the browser, run:
$ gcloud app versions browse v1 --service="myService"
To show multiple versions side-by-side, run:
$ gcloud 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-browser to 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 help for details.
NOTES
This variant is also available:
$ gcloud beta app versions browse