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.

     describe
        Describe an Artifact Registry attachment.

     download
        Download an Artifact Registry attachment from a repository.

     list
        List Artifact Registry attachments.
