File: //snap/google-cloud-cli/current/help/man/man1/gcloud_alpha_apigee_applications.1
.TH "GCLOUD_ALPHA_APIGEE_APPLICATIONS" 1
.SH "NAME"
.HP
gcloud alpha apigee applications \- manage third\-party applications which call Apigee API proxies
.SH "SYNOPSIS"
.HP
\f5gcloud alpha apigee applications\fR \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\fR Manage third\-party applications which call Apigee API proxies.
\f5gcloud alpha apigee applications\fR manages applications that want to use
APIs exposed via Apigee.
.SH "EXAMPLES"
To get the names and UUIDs of all applications in the active Cloud Platform
project, run:
.RS 2m
$ gcloud alpha apigee applications list
.RE
To get a JSON representation of an application in the active Cloud Platform
project, including its API keys, run:
.RS 2m
$ gcloud alpha apigee applications describe APP_UUID \-\-format=json
.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
\fBdescribe\fR
\fB(ALPHA)\fR Describe an Apigee application.
.TP 2m
\fBlist\fR
\fB(ALPHA)\fR List Apigee applications.
.RE
.sp
.SH "NOTES"
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation\-only early access
allowlist. These variants are also available:
.RS 2m
$ gcloud apigee applications
.RE
.RS 2m
$ gcloud beta apigee applications
.RE