mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
45 lines
1 KiB
Text
45 lines
1 KiB
Text
|
|
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.
|