
                         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)	z1The deployments command group for the Apigee CLI.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZdddZy)DeploymentszAManage deployments of Apigee API proxies in runtime environments.z
          {description}

          `{command}` contains commands for enumerating and checking the status
          of deployments of proxies to runtime environments.
          a  
          To list all deployments for the active Cloud Platform project, run:

              $ {command} list

          To list all deployments in a particular environment of a particular
          Apigee organization, run:

              $ {command} list --environment=ENVIRONMENT --organization=ORG_NAME

          To get the status of a specific deployment as a JSON object, run:

              $ {command} describe --api=API_NAME --environment=ENVIRONMENT --format=json
      )DESCRIPTIONEXAMPLESN)__name__
__module____qualname____doc__detailed_help     *lib/surface/apigee/deployments/__init__.pyr   r      s    I
-r   r   N)	r   
__future__r   r   r   googlecloudsdk.callioper   Groupr   r   r   r   <module>r      s&    8 &  ' ($** r   