1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-08 18:45:13 +00:00
gcloud-help/gcloud/artifacts/rules/help

45 lines
1 KiB
Text
Raw Normal View History

2024-10-09 09:55:07 +00:00
NAME
gcloud artifacts rules - manage Artifact Registry rules
SYNOPSIS
gcloud artifacts rules COMMAND [GCLOUD_WIDE_FLAG ...]
EXAMPLES
To list all rules in the current project and artifacts/repository and
artifacts/location properties are set, run:
$ gcloud artifacts rules list
To list rules under repository my-repo in the current project and location,
run:
$ gcloud artifacts rules list --repository=my-repo
To delete rule my-rule under repository my-repo in the current project and
location, run:
$ gcloud artifacts rules delete my-rule --repository=my-repo
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 rule.
delete
Delete an Artifact Registry rule.
describe
Describe an Artifact Registry rule.
list
List Artifact Registry rules.
update
Update an Artifact Registry rule.