mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-18 14:56:05 +00:00
gcloud: Wed Oct 2 09:51:07 UTC 2024
This commit is contained in:
parent
0a5b6f11af
commit
489be55d99
133 changed files with 4948 additions and 242 deletions
36
gcloud/artifacts/attachments/help
Normal file
36
gcloud/artifacts/attachments/help
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
NAME
|
||||
gcloud artifacts attachments - manage Artifact Registry attachments
|
||||
|
||||
SYNOPSIS
|
||||
gcloud artifacts attachments COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
EXAMPLES
|
||||
To list all attachments in the current project, repository and location,
|
||||
run:
|
||||
|
||||
$ gcloud artifacts attachments list
|
||||
|
||||
To list attachments under repository my-repo in the current project and
|
||||
location, run:
|
||||
|
||||
$ gcloud artifacts attachments list --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
|
||||
Creates an Artifact registry attachment in a repository.
|
||||
|
||||
delete
|
||||
Delete an Artifact Registry attachment.
|
||||
|
||||
download
|
||||
Download an Artifact registry attachment from a repository.
|
||||
|
||||
list
|
||||
List Artifact Registry attachments.
|
||||
Loading…
Add table
Add a link
Reference in a new issue