File: //snap/google-cloud-cli/current/help/man/man1/gcloud_artifacts_packages.1
.TH "GCLOUD_ARTIFACTS_PACKAGES" 1
.SH "NAME"
.HP
gcloud artifacts packages \- manage Artifact Registry packages
.SH "SYNOPSIS"
.HP
\f5gcloud artifacts packages\fR \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "EXAMPLES"
To list all packages in the current project and \f5artifacts/repository\fR and
\f5artifacts/location\fR properties are set, run:
.RS 2m
$ gcloud artifacts packages list
.RE
To list packages under repository my\-repo in the current project and location,
run:
.RS 2m
$ gcloud artifacts packages list \-\-repository=my\-repo
.RE
To delete package \f5my\-pkg\fR under repository my\-repo in the current project
and location, run:
.RS 2m
$ gcloud artifacts packages delete my\-pkg \-\-repository=my\-repo
.RE
.SH "GCLOUD WIDE FLAGS"
These flags are available to all commands: \-\-help.
Run \fB$ gcloud help\fR for details.
.SH "COMMANDS"
\f5\fICOMMAND\fR\fR is one of the following:
.RS 2m
.TP 2m
\fBdelete\fR
Delete an Artifact Registry package.
.TP 2m
\fBdescribe\fR
Describe an Artifact Registry package.
.TP 2m
\fBlist\fR
List Artifact Registry packages.
.TP 2m
\fBupdate\fR
Update annotations on an Artifact Registry package.
.RE
.sp
.SH "NOTES"
These variants are also available:
.RS 2m
$ gcloud alpha artifacts packages
.RE
.RS 2m
$ gcloud beta artifacts packages
.RE