mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-23 00:02:45 +00:00
gcloud: Wed Aug 2 11:22:33 UTC 2023
This commit is contained in:
parent
4558a00e48
commit
678b9afba9
240 changed files with 7837 additions and 521 deletions
|
|
@ -4,8 +4,8 @@ NAME
|
|||
|
||||
SYNOPSIS
|
||||
gcloud artifacts repositories set-cleanup-policies
|
||||
(REPOSITORY : --location=LOCATION)
|
||||
(--dry-run [--policy=POLICY : --overwrite]) [GCLOUD_WIDE_FLAG ...]
|
||||
(REPOSITORY : --location=LOCATION) (--dry-run --policy=POLICY)
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
Set or update cleanup policies for an Artifact Registry repository.
|
||||
|
|
@ -68,18 +68,9 @@ REQUIRED FLAGS
|
|||
--dry-run
|
||||
Disable deleting images according to cleanup policies.
|
||||
|
||||
Setting Policies
|
||||
|
||||
--policy=POLICY
|
||||
Path to a local JSON formatted file containing valid cleanup
|
||||
policies.
|
||||
|
||||
This flag argument must be specified if any of the other arguments
|
||||
in this group are specified.
|
||||
|
||||
--overwrite
|
||||
Delete existing policies and replace with the specified set of
|
||||
policies.
|
||||
--policy=POLICY
|
||||
Path to a local JSON formatted file containing valid cleanup
|
||||
policies.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --access-token-file, --account,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue