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

gcloud: Wed Mar 6 09:53:10 UTC 2024

This commit is contained in:
Automated 2024-03-06 09:53:10 +00:00
parent 37dd57701a
commit 7f632e0c5d
115 changed files with 5800 additions and 308 deletions

View file

@ -48,6 +48,9 @@ GROUPS
tags
Manage Artifact Registry container image tags.
upgrade
Commands to support Container Registry to Artifact Registry upgrade.
NOTES
These variants are also available:

View file

@ -0,0 +1,24 @@
NAME
gcloud artifacts docker upgrade - commands to support Container Registry to
Artifact Registry upgrade
SYNOPSIS
gcloud artifacts docker upgrade COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
To print an equivalent Artifact Registry IAM policy for
'gcr.io/my-project':
$ gcloud artifacts docker upgrade print-iam-policy gcr.io \
--project=my-project
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
NOTES
This variant is also available:
$ gcloud beta artifacts docker upgrade