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:
parent
37dd57701a
commit
7f632e0c5d
115 changed files with 5800 additions and 308 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
24
gcloud/artifacts/docker/upgrade/help
Normal file
24
gcloud/artifacts/docker/upgrade/help
Normal 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
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue