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