1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 02:25:19 +00:00

gcloud: Fri Mar 24 11:31:22 UTC 2023

This commit is contained in:
Automated 2023-03-24 11:31:22 +00:00
parent a4bd29dd06
commit 4ccfc7a5e3
142 changed files with 4081 additions and 397 deletions

View file

@ -5,9 +5,9 @@ NAME
SYNOPSIS
gcloud artifacts repositories create (REPOSITORY : --location=LOCATION)
--repository-format=REPOSITORY_FORMAT [--allow-snapshot-overwrites]
[--async] [--description=DESCRIPTION] [--kms-key=KMS_KEY]
[--labels=[KEY=VALUE,...]] [--mode=MODE; default="NONE"]
[--remote-docker-repo=REMOTE_DOCKER_REPO]
[--async] [--description=DESCRIPTION] [--immutable-tags]
[--kms-key=KMS_KEY] [--labels=[KEY=VALUE,...]]
[--mode=MODE; default="NONE"] [--remote-docker-repo=REMOTE_DOCKER_REPO]
[--remote-mvn-repo=REMOTE_MVN_REPO] [--remote-npm-repo=REMOTE_NPM_REPO]
[--remote-python-repo=REMOTE_PYTHON_REPO]
[--remote-repo-config-desc=REMOTE_REPO_CONFIG_DESC]
@ -98,6 +98,11 @@ OPTIONAL FLAGS
--description=DESCRIPTION
Description for the repository.
--immutable-tags
(Docker only) Prevent changes to tagged images in the repository. Tags
cannot be deleted or moved to a different image digest, and tagged
images cannot be deleted.
--kms-key=KMS_KEY
Name of the encryption key that's used for encrypting the contents of
the repository.

View file

@ -4,8 +4,8 @@ NAME
SYNOPSIS
gcloud artifacts repositories update (REPOSITORY : --location=LOCATION)
[--description=DESCRIPTION] [--update-labels=[KEY=VALUE,...]]
[--upstream-policy-file=FILE]
[--description=DESCRIPTION] [--immutable-tags]
[--update-labels=[KEY=VALUE,...]] [--upstream-policy-file=FILE]
[--clear-labels | --remove-labels=[KEY,...]] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
@ -57,6 +57,11 @@ FLAGS
--description=DESCRIPTION
Description for the repository.
--immutable-tags
(Docker only) Prevent changes to tagged images in the repository. Tags
cannot be deleted or moved to a different image digest, and tagged
images cannot be deleted.
--update-labels=[KEY=VALUE,...]
List of label KEY=VALUE pairs to update. If a label exists, its value
is modified. Otherwise, a new label is created.