NAME
    gcloud app describe - display all data about an existing service

SYNOPSIS
    gcloud app describe [GCLOUD_WIDE_FLAG ...]

DESCRIPTION
    Display all data about an existing service.

EXAMPLES
    To show all the data about the current application, run

        $ gcloud app describe

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 describe

