1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-20 04:58:26 +00:00

gcloud: Wed Feb 12 10:41:39 UTC 2025

This commit is contained in:
Automated 2025-02-12 10:41:39 +00:00
parent c854ee0644
commit 44f319c56c
119 changed files with 5956 additions and 337 deletions

View file

@ -3,8 +3,9 @@ NAME
objects for a URL map in Cloud CDN caches
SYNOPSIS
gcloud alpha compute url-maps invalidate-cdn-cache URLMAP --path=PATH
[--async] [--global] [--host=HOST] [--tags=TAGS] [GCLOUD_WIDE_FLAG ...]
gcloud alpha compute url-maps invalidate-cdn-cache URLMAP [--async]
[--global] [--host=HOST] [--path=PATH] [--tags=TAGS]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) gcloud alpha compute url-maps invalidate-cdn-cache requests that
@ -18,7 +19,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,21 +51,9 @@ 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.
--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.
--tags=TAGS
A single tag or a comma-delimited list of tags. When multiple tags are
specified, the invalidation will apply them using boolean OR logic.
specified, the invalidation applies them using boolean OR logic.
Example:
◆ --tags=abcd,user123