mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-16 12:22:03 +00:00
30 lines
846 B
Text
30 lines
846 B
Text
|
|
NAME
|
||
|
|
gcloud beta app describe - display all data about an existing service using
|
||
|
|
the beta API
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud beta app describe [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(BETA) Display all data about an existing service using the beta API.
|
||
|
|
|
||
|
|
EXAMPLES
|
||
|
|
To show all the data about the current application, run
|
||
|
|
|
||
|
|
$ gcloud beta 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 command is currently in beta and might change without notice. This
|
||
|
|
variant is also available:
|
||
|
|
|
||
|
|
$ gcloud app describe
|
||
|
|
|