1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-10 03:16:46 +00:00
gcloud-help/gcloud/artifacts/attachments/help

40 lines
953 B
Text
Raw Normal View History

2024-10-02 09:51:07 +00:00
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
2025-03-26 10:55:24 +00:00
Creates an Artifact Registry attachment in a repository.
2024-10-02 09:51:07 +00:00
delete
Delete an Artifact Registry attachment.
2025-03-19 10:42:21 +00:00
describe
Describe an Artifact Registry attachment.
2024-10-02 09:51:07 +00:00
download
2025-03-26 10:55:24 +00:00
Download an Artifact Registry attachment from a repository.
2024-10-02 09:51:07 +00:00
list
List Artifact Registry attachments.