File: //snap/google-cloud-cli/current/help/man/man1/gcloud_alpha_artifacts_packages.1
.TH "GCLOUD_ALPHA_ARTIFACTS_PACKAGES" 1
.SH "NAME"
.HP
gcloud alpha artifacts packages \- manage Artifact Registry packages
.SH "SYNOPSIS"
.HP
\f5gcloud alpha 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 alpha artifacts packages list
.RE
To list packages under repository my\-repo in the current project and location,
run:
.RS 2m
$ gcloud alpha 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 alpha 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(ALPHA)\fR Delete an Artifact Registry package.
.TP 2m
\fBlist\fR
\fB(ALPHA)\fR List Artifact Registry packages.
.RE
.sp
.SH "NOTES"
This command is currently in alpha and might change without notice. If this
command fails with API permission errors despite specifying the correct project,
you might be trying to access an API with an invitation\-only early access
allowlist. These variants are also available:
.RS 2m
$ gcloud artifacts packages
.RE
.RS 2m
$ gcloud beta artifacts packages
.RE