NAME
    gcloud beta app services browse - open the specified service(s) in a
        browser

SYNOPSIS
    gcloud beta app services browse SERVICES [SERVICES ...]
        [--no-launch-browser] [--version=VERSION, -v VERSION]
        [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    (BETA) Open the specified service(s) in a browser.

EXAMPLES
    To show the url for the default service in the browser, run:

        $ gcloud beta app services browse default

    To show version v1 of service myService in the browser, run:

        $ gcloud beta app services browse myService --version="v1"

    To show multiple services side-by-side, run:

        $ gcloud beta app services browse default otherService

    To show multiple services side-by-side with a specific version, run:

        $ gcloud beta 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-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 .

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 command is currently in beta and might change without notice. This
    variant is also available:

        $ gcloud app services browse

