File: //snap/google-cloud-cli/current/help/man/man1/gcloud_beta_app_services_describe.1
.TH "GCLOUD_BETA_APP_SERVICES_DESCRIBE" 1
.SH "NAME"
.HP
gcloud beta app services describe \- display all data about an existing service
.SH "SYNOPSIS"
.HP
\f5gcloud beta app services describe\fR \fISERVICE\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR Display all data about an existing service.
.SH "EXAMPLES"
To show all the data about service s1, run
.RS 2m
$ gcloud beta app services describe s1
.RE
.SH "POSITIONAL ARGUMENTS"
.RS 2m
.TP 2m
\fISERVICE\fR
The service to describe.
.RE
.sp
.SH "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 \fB$ gcloud help\fR for details.
.SH "NOTES"
This command is currently in beta and might change without notice. This variant
is also available:
.RS 2m
$ gcloud app services describe
.RE