gcloud edge-cache - manage Media CDN resources
gcloud edge-cache GROUP [GCLOUD_WIDE_FLAG ...]
Manage Media CDN resources.
To list EdgeCacheService resources in the active Cloud Platform project, run:
$ gcloud edge-cache services list
To create an EdgeCacheOrigin resource named 'my-origin' that points to a Cloud Storage bucket, run:
$ gcloud edge-cache origins create my-origin \ --origin-address="gs://bucket"
To import an EdgeCacheService resource configuration from a YAML definition, run:
$ gcloud edge-cache services import my-service --source=config.yaml
To describe an EdgeCacheKeyset resource named 'my-keyset', run:
$ gcloud edge-cache keysets describe my-keyset
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUP is one of the following:
- keysets
Interact with and manage EdgeCacheKeyset resources.
- operations
Manage EdgeCache operations.
- origins
Interact with and manage EdgeCacheOrigin resources.
- services
Interact with and manage EdgeCacheService resources.
This variant is also available:
$ gcloud alpha edge-cache