gcloud beta app browse
Stay organized with collections
Save and categorize content based on your preferences.
- NAME
-
- gcloud beta app browse - open the current app in a web browser
- SYNOPSIS
-
-
gcloud beta app browse[--no-launch-browser] [--service=SERVICE,-sSERVICE] [--version=VERSION,-vVERSION] [GCLOUD_WIDE_FLAG …]
-
- DESCRIPTION
-
(BETA)Open the current app in a web browser. - EXAMPLES
-
To open the default service, run:
gcloudbetaappbrowseTo open a specific service, run:
gcloudbetaappbrowse--service="myService"To open a specific version, run:
gcloudbetaappbrowse--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 command is currently in beta and might change without notice. This variant
is also available:
gcloudappbrowse