mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-13 16:37:00 +00:00
30 lines
822 B
Text
30 lines
822 B
Text
|
|
NAME
|
||
|
|
gcloud beta artifacts docker upgrade - commands to support Container
|
||
|
|
Registry to Artifact Registry upgrade
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud beta artifacts docker upgrade COMMAND [GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(BETA) To print an equivalant Artifact Registry IAM policy for
|
||
|
|
'gcr.io/my-project' within scope projects/my-project:
|
||
|
|
|
||
|
|
$ gcloud beta 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.
|
||
|
|
|
||
|
|
COMMANDS
|
||
|
|
COMMAND is one of the following:
|
||
|
|
|
||
|
|
print-iam-policy
|
||
|
|
(BETA) Print an Artifact Registry IAM policy for Container Registry to
|
||
|
|
Artifact Registry upgrade.
|
||
|
|
|
||
|
|
NOTES
|
||
|
|
This command is currently in beta and might change without notice.
|
||
|
|
|