mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Oct 9 09:55:07 UTC 2024
This commit is contained in:
parent
489be55d99
commit
4ffb04ab9e
211 changed files with 7635 additions and 1232 deletions
44
gcloud/artifacts/rules/help
Normal file
44
gcloud/artifacts/rules/help
Normal file
|
|
@ -0,0 +1,44 @@
|
|||
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.
|
||||
Loading…
Add table
Add a link
Reference in a new issue