File: //snap/google-cloud-cli/396/help/man/man1/gcloud_apigee.1
.TH "GCLOUD_APIGEE" 1
.SH "NAME"
.HP
gcloud apigee \- manage Apigee resources
.SH "SYNOPSIS"
.HP
\f5gcloud apigee\fR \fIGROUP\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
Manage Apigee resources.
.SH "EXAMPLES"
To list API proxies in the active Cloud Platform project, run:
.RS 2m
$ gcloud apigee apis list
.RE
To deploy an API proxy named \f5\fIhello\-world\fR\fR to the \f5\fItest\fR\fR
environment, run:
.RS 2m
$ gcloud apigee apis deploy \-\-environment=test \-\-api=hello\-world
.RE
To get the status of that deployment, run:
.RS 2m
$ gcloud apigee deployments describe \-\-environment=test \e
\-\-api=hello\-world
.RE
To undeploy that API proxy, run:
.RS 2m
$ gcloud apigee apis undeploy \-\-environment=test \-\-api=hello\-world
.RE
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-help.
Run \fB$ gcloud help\fR for details.
.SH "GROUPS"
\f5\fIGROUP\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBapis\fR
Manage Apigee API proxies.
.TP 2m
\fBapplications\fR
Manage third\-party applications which call Apigee API proxies.
.TP 2m
\fBdeployments\fR
Manage deployments of Apigee API proxies in runtime environments.
.TP 2m
\fBdevelopers\fR
Manage Apigee developers.
.TP 2m
\fBenvironments\fR
Manage Apigee environments.
.TP 2m
\fBorganizations\fR
Manage Apigee organizations.
.TP 2m
\fBproducts\fR
Manage Apigee API products.
.RE
.sp
.SH "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha apigee
.RE
.RS 2m
$ gcloud beta apigee
.RE