gcloud artifacts tags

NAME
gcloud artifacts tags - manage Artifact Registry tags
SYNOPSIS
gcloud artifacts tagsCOMMAND[GCLOUD_WIDE_FLAG]
EXAMPLES
To create tag with the namemy-tag for version1.0.0of packagemy-pkg in the current project withartifacts/repository andartifacts/location propertiesare set, run:
gcloudartifactstagscreatemy-tag--package=my-pkg--version=1.0.0

To list all tags under packagemy-pkg, run:

gcloudartifactstagslist--package=my-pkg

To update tagmy-tag from a different version to version1.0.0 of packagemy-pkg, run:

gcloudartifactstagsupdatemy-tag--version=1.0.0--package=my-pkg

To delete tagmy-tag of packagemy-pkg, run:

gcloudartifactstagsdeletemy-tag--package=my-pkg
GCLOUD WIDE FLAGS
These flags are available to all commands:--help.

Run$gcloud help for details.

COMMANDS
COMMAND is one of the following:
create
Create an Artifact Registry tag.
delete
Delete an Artifact Registry tag.
export
Export an Artifact Registry package version by tag.
list
List Artifact Registry tags.
update
Update an Artifact Registry tag.
NOTES
These variants are also available:
gcloudalphaartifactstags
gcloudbetaartifactstags

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-10-21 UTC.