
    4                     n    d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ  G d dej                        Z	y	)
z'Deployment Manager manifests sub-group.    )absolute_import)division)unicode_literals)base)
exceptionsc                       e Zd ZdZddiZy)	ManifestszlCommands for Deployment Manager manifests.

  Commands to list and examine manifests within a deployment.
  EXAMPLESa            To view all details about a manifest, run:

            $ {command} describe manifest-name --deployment my-deployment

          To see the list of all manifests in a deployment, run:

            $ {command} list --deployment my-deployment
          N)__name__
__module____qualname____doc__detailed_help     4lib/surface/deployment_manager/manifests/__init__.pyr	   r	      s      
-r   r	   N)
r   
__future__r   r   r   googlecloudsdk.callioper   r   Groupr	   r   r   r   <module>r      s)     . &  ' ( .

 r   