File: //snap/google-cloud-cli/394/help/man/man1/gcloud_artifacts_rules.1
.TH "GCLOUD_ARTIFACTS_RULES" 1
.SH "NAME"
.HP
gcloud artifacts rules \- manage Artifact Registry rules
.SH "SYNOPSIS"
.HP
\f5gcloud artifacts rules\fR \fICOMMAND\fR [\fIGCLOUD_WIDE_FLAG\ ...\fR]
.SH "EXAMPLES"
To list all rules in the current project and \f5artifacts/repository\fR and
\f5artifacts/location\fR properties are set, run:
.RS 2m
$ gcloud artifacts rules list
.RE
To list rules under repository my\-repo in the current project and location,
run:
.RS 2m
$ gcloud artifacts rules list \-\-repository=my\-repo
.RE
To delete rule \f5my\-rule\fR under repository my\-repo in the current project
and location, run:
.RS 2m
$ gcloud artifacts rules delete my\-rule \-\-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
\fBcreate\fR
Create an Artifact Registry rule.
.TP 2m
\fBdelete\fR
Delete an Artifact Registry rule.
.TP 2m
\fBdescribe\fR
Describe an Artifact Registry rule.
.TP 2m
\fBlist\fR
List Artifact Registry rules.
.TP 2m
\fBupdate\fR
Update an Artifact Registry rule.
.RE
.sp