
                             d Z ddlmZ ddlmZ ddlmZ ddlmZ ej                   G d dej                               Z	y)	z*Command group for Artifact Registry files.    )absolute_import)division)unicode_literals)basec                   (    e Zd ZdZej
                  Zy)FilesaH  Manage Artifact Registry files.

  ## EXAMPLES
  To list all files in the current project and `artifacts/repository` and
  `artifacts/location` properties are set,
  run:

      $ {command} list

  To list files 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/files/__init__.pyr   r      s       (r   r   N)
r   
__future__r   r   r   googlecloudsdk.callioper   UniverseCompatibleGroupr   r   r   r   <module>r      s;    1 &  ' ( !DJJ ! !r   