mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-22 07:40:10 +00:00
gcloud: Wed Oct 30 10:13:17 UTC 2024
This commit is contained in:
parent
fc66f7f0ca
commit
d7d92f8000
166 changed files with 6197 additions and 300 deletions
|
|
@ -3,8 +3,8 @@ NAME
|
|||
invalidations for a URL map
|
||||
|
||||
SYNOPSIS
|
||||
gcloud compute url-maps list-cdn-cache-invalidations URL_MAP
|
||||
[--limit=LIMIT] [--global | --region=REGION] [GCLOUD_WIDE_FLAG ...]
|
||||
gcloud compute url-maps list-cdn-cache-invalidations URL_MAP [--global]
|
||||
[--limit=LIMIT] [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
List Cloud CDN cache invalidations for a URL map. A cache invalidation
|
||||
|
|
@ -16,34 +16,12 @@ POSITIONAL ARGUMENTS
|
|||
Name of the URL map to describe.
|
||||
|
||||
FLAGS
|
||||
--global
|
||||
(Default) The URL map is global. Regional URL maps are not supported.
|
||||
|
||||
--limit=LIMIT
|
||||
The maximum number of invalidations to list.
|
||||
|
||||
At most one of these can be specified:
|
||||
|
||||
--global
|
||||
If set, the URL map is global.
|
||||
|
||||
--region=REGION
|
||||
Region of the URL map to describe. If not specified, you might be
|
||||
prompted to select a region (interactive mode only).
|
||||
|
||||
To avoid prompting when this flag is omitted, you can set the
|
||||
compute/region property:
|
||||
|
||||
$ gcloud config set compute/region REGION
|
||||
|
||||
A list of regions can be fetched by running:
|
||||
|
||||
$ gcloud compute regions list
|
||||
|
||||
To unset the property, run:
|
||||
|
||||
$ gcloud config unset compute/region
|
||||
|
||||
Alternatively, the region can be stored in the environment variable
|
||||
CLOUDSDK_COMPUTE_REGION.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
--billing-project, --configuration, --flags-file, --flatten, --format,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue