mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 10:35:03 +00:00
59 lines
1.6 KiB
Text
59 lines
1.6 KiB
Text
NAME
|
|
gcloud alpha edge-cache - manage Media CDN resources
|
|
|
|
SYNOPSIS
|
|
gcloud alpha edge-cache GROUP [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(ALPHA) Manage Media CDN resources.
|
|
|
|
EXAMPLES
|
|
To list EdgeCacheService resources in the active Cloud Platform project,
|
|
run:
|
|
|
|
$ gcloud alpha edge-cache services list
|
|
|
|
To create an EdgeCacheOrigin resource named 'my-origin' that points to a
|
|
Cloud Storage bucket, run:
|
|
|
|
$ gcloud alpha edge-cache origins create my-origin \
|
|
--origin-address="gs://bucket"
|
|
|
|
To import an EdgeCacheService resource configuration from a YAML
|
|
definition, run:
|
|
|
|
$ gcloud alpha edge-cache services import my-service \
|
|
--source=config.yaml
|
|
|
|
To describe an EdgeCacheKeyset resource named 'my-keyset', run:
|
|
|
|
$ gcloud alpha edge-cache keysets describe my-keyset
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
GROUPS
|
|
GROUP is one of the following:
|
|
|
|
keysets
|
|
(ALPHA) Interact with and manage EdgeCacheKeyset resources.
|
|
|
|
operations
|
|
(ALPHA) Manage EdgeCache operations.
|
|
|
|
origins
|
|
(ALPHA) Interact with and manage EdgeCacheOrigin resources.
|
|
|
|
services
|
|
(ALPHA) Interact with and manage EdgeCacheService resources.
|
|
|
|
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:
|
|
|
|
$ gcloud edge-cache
|
|
|