1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Mar 13 09:56:21 UTC 2024

This commit is contained in:
Automated 2024-03-13 09:56:22 +00:00
parent 7f632e0c5d
commit 75379bf68b
273 changed files with 9390 additions and 532 deletions

View file

@ -12,6 +12,18 @@ DESCRIPTION
$ gcloud beta artifacts docker upgrade print-iam-policy gcr.io \
--project=my-project
To migrate a project from Container Registry to Artifact Registry using
gcr.io repos:
$ gcloud beta artifacts docker upgrade migrate --projects=my-project
To migrate a project from Container Registry to Artifact Registry using
pkg.dev repos:
$ gcloud beta artifacts docker upgrade migrate \
--from-gcr-io=gcr.io/from-project \
--to-pkg-dev=to-project/to-repo
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.