
                             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)	z*Command group for Artifact Registry rules.    )absolute_import)division)unicode_literals)basec                   (    e Zd ZdZej
                  Zy)Rulesa  Manage Artifact Registry rules.

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

      $ {command} list

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

      $ {command} list --repository=my-repo

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

      $ {command} delete my-rule --repository=my-repo
  N)__name__
__module____qualname____doc__r   CI_CD_CATEGORYcategory     'lib/surface/artifacts/rules/__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\    1 &  ' ( D%%(()!DJJ !  *!r   