
    *                     b    d 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 operations sub-group.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZddiZy)
OperationszrCommands for Deployment Manager operations.

  Commands to list, examine, and wait for long-running operations.
  EXAMPLESa#            To view the details of an operation, run:

            $ {command} describe operation-name

          To see the list of all operations, run:

            $ {command} list

          To wait for an operation to complete, run:

            $ {command} wait operation-name
          N)__name__
__module____qualname____doc__detailed_help     5lib/surface/deployment_manager/operations/__init__.pyr   r      s      -r   r   N)	r   
__future__r   r   r   googlecloudsdk.callioper   Groupr   r   r   r   <module>r      s&     / &  ' ( r   