1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-18 06:47:12 +00:00

gcloud: Wed Apr 23 10:54:24 UTC 2025

This commit is contained in:
Automated 2025-04-23 10:54:24 +00:00
parent b589c4c4ad
commit 4d8dd33b3e
138 changed files with 4506 additions and 597 deletions

View file

@ -3,8 +3,8 @@ NAME
for a URL map in Cloud CDN caches
SYNOPSIS
gcloud compute url-maps invalidate-cdn-cache URLMAP --path=PATH [--async]
[--global] [--host=HOST] [GCLOUD_WIDE_FLAG ...]
gcloud compute url-maps invalidate-cdn-cache URLMAP [--async] [--global]
[--host=HOST] [--path=PATH] [--tags=TAGS] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
gcloud compute url-maps invalidate-cdn-cache requests that Cloud CDN stop
@ -18,7 +18,18 @@ POSITIONAL ARGUMENTS
URLMAP
Name of the URL map to operate on.
REQUIRED FLAGS
FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--global
(Default) The URL map is global. Regional URL maps are not supported.
--host=HOST
If set, this invalidation will apply only to requests to the specified
host.
--path=PATH
A path specifying which objects to invalidate. PATH must start with
``/'' and the only place a ``*'' is allowed is at the end following a
@ -39,17 +50,12 @@ REQUIRED FLAGS
◆ ``/x/y/'': ``/x/y/'' only (and not ``/x/y'')
◆ ``/x/y/*'': ``/x/y/'' and everything under it
OPTIONAL FLAGS
--async
Return immediately, without waiting for the operation in progress to
complete.
--tags=TAGS
A single tag or a comma-delimited list of tags. When multiple tags are
specified, the invalidation applies them using boolean OR logic.
--global
(Default) The URL map is global. Regional URL maps are not supported.
--host=HOST
If set, this invalidation will apply only to requests to the specified
host.
Example:
◆ --tags=abcd,user123
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,