File: //snap/google-cloud-cli/current/help/man/man1/gcloud_alpha_edge-cache.1
.TH "GCLOUD_ALPHA_EDGE\-CACHE" 1
.SH "NAME"
.HP
gcloud alpha edge\-cache \- manage Media CDN resources
.SH "SYNOPSIS"
.HP
\f5gcloud alpha edge\-cache\fR \fIGROUP\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "DESCRIPTION"
\fB(ALPHA)\fR Manage Media CDN resources.
.SH "EXAMPLES"
To list EdgeCacheService resources in the active Cloud Platform project, run:
.RS 2m
$ gcloud alpha edge\-cache services list
.RE
To create an EdgeCacheOrigin resource named 'my\-origin' that points to a Cloud
Storage bucket, run:
.RS 2m
$ gcloud alpha edge\-cache origins create my\-origin \e
\-\-origin\-address="gs://bucket"
.RE
To import an EdgeCacheService resource configuration from a YAML definition,
run:
.RS 2m
$ gcloud alpha edge\-cache services import my\-service \e
\-\-source=config.yaml
.RE
To describe an EdgeCacheKeyset resource named 'my\-keyset', run:
.RS 2m
$ gcloud alpha edge\-cache keysets describe my\-keyset
.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
\fBkeysets\fR
\fB(ALPHA)\fR Interact with and manage EdgeCacheKeyset resources.
.TP 2m
\fBoperations\fR
\fB(ALPHA)\fR Manage EdgeCache operations.
.TP 2m
\fBorigins\fR
\fB(ALPHA)\fR Interact with and manage EdgeCacheOrigin resources.
.TP 2m
\fBservices\fR
\fB(ALPHA)\fR Interact with and manage EdgeCacheService resources.
.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. This variant is also available:
.RS 2m
$ gcloud edge\-cache
.RE