
                             d Z ddlmZ ddlmZ ddlmZ ddlmZ  ej                  ej                  j                        ej                   G d dej                                      Zy)	z0Command group for Artifact Registry attachments.    )absolute_import)division)unicode_literals)basec                   (    e Zd ZdZej
                  Zy)Attachmentsa0  Manage Artifact Registry attachments.

  ## EXAMPLES
  To list all attachments in the current project, repository and
  location,
  run:

      $ {command} list

  To list attachments under repository `my-repo` in the current project and
  location,
  run:

      $ {command} list --repository=my-repo
  N)__name__
__module____qualname____doc__r   CI_CD_CATEGORYcategory     -lib/surface/artifacts/attachments/__init__.pyr   r      s        (r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   ReleaseTracksReleaseTrackGADefaultUniverseOnlyGroupr   r   r   r   <module>r      s\    7 &  ' ( D%%(()!$** !  *!r   