File: //snap/google-cloud-cli/current/help/man/man1/gcloud_beta_artifacts_packages.1
.TH "GCLOUD_BETA_ARTIFACTS_PACKAGES" 1
.SH "NAME"
.HP
gcloud beta artifacts packages \- manage Artifact Registry packages
.SH "SYNOPSIS"
.HP
\f5gcloud beta 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 beta artifacts packages list
.RE
To list packages under repository my\-repo in the current project and location,
run:
.RS 2m
$ gcloud beta 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 beta 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
\fB(BETA)\fR Delete an Artifact Registry package.
.TP 2m
\fBlist\fR
\fB(BETA)\fR List Artifact Registry packages.
.RE
.sp
.SH "NOTES"
This command is currently in beta and might change without notice. These
variants are also available:
.RS 2m
$ gcloud artifacts packages
.RE
.RS 2m
$ gcloud alpha artifacts packages
.RE