File: //snap/google-cloud-cli/current/help/man/man1/gcloud_beta_app_services.1
.TH "GCLOUD_BETA_APP_SERVICES" 1
.SH "NAME"
.HP
gcloud beta app services \- view and manage your App Engine services
.SH "SYNOPSIS"
.HP
\f5gcloud beta app services\fR \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(BETA)\fR This set of commands can be used to view and manage your existing
App Engine services.
To create new deployments, use \f5gcloud beta app deploy\fR.
For more information on App Engine services, see:
https://cloud.google.com/appengine/docs/python/an\-overview\-of\-app\-engine
.SH "EXAMPLES"
To list your deployed services, run:
.RS 2m
$ gcloud beta app services list
.RE
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-help.
Run \fB$ gcloud help\fR for details.
.SH "COMMANDS"
\f5\fICOMMAND\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBbrowse\fR
\fB(BETA)\fR Open the specified service(s) in a browser.
.TP 2m
\fBdelete\fR
\fB(BETA)\fR Delete services in the current project.
.TP 2m
\fBdescribe\fR
\fB(BETA)\fR Display all data about an existing service.
.TP 2m
\fBlist\fR
\fB(BETA)\fR List your existing services.
.TP 2m
\fBset\-traffic\fR
\fB(BETA)\fR Set traffic splitting settings.
.TP 2m
\fBupdate\fR
\fB(BETA)\fR Update service\-level settings.
.RE
.sp
.SH "NOTES"
This command is currently in beta and might change without notice. This variant
is also available:
.RS 2m
$ gcloud app services
.RE