
                             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 packages.    )absolute_import)division)unicode_literals)basec                   (    e Zd ZdZej
                  Zy)Packagesa  Manage Artifact Registry packages.

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

      $ {command} list

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

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

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

      $ {command} delete my-pkg --repository=my-repo
  N)__name__
__module____qualname____doc__r   CI_CD_CATEGORYcategory     *lib/surface/artifacts/packages/__init__.pyr   r      s    (   (r   r   N)
r   
__future__r   r   r   googlecloudsdk.callioper   UniverseCompatibleGroupr   r   r   r   <module>r      s;    4 &  ' ( !tzz ! !r   