mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
27 lines
712 B
Text
27 lines
712 B
Text
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
|
|
|