
                            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                  j                  ej                  j                         G d dej                               Zy)	z%The command group for the Apigee CLI.    )absolute_import)division)unicode_literals)basec                   8    e Zd ZdZej
                  ZdddZd Zy)ApigeezSManage Apigee resources.

  Commands for managing Google Cloud Apigee resources.
  zManage Apigee resources.a&  
          To list API proxies in the active Cloud Platform project, run:

            $ {command} apis list

          To deploy an API proxy named ``hello-world'' to the ``test''
          environment, run:

            $ {command} apis deploy --environment=test --api=hello-world

          To get the status of that deployment, run:

            $ {command} deployments describe --environment=test --api=hello-world

          To undeploy that API proxy, run:

            $ {command} apis undeploy --environment=test --api=hello-world
          )DESCRIPTIONEXAMPLESc                 2    t        j                  |       ~~y )N)r   RequireProjectID)selfcontextargss      lib/surface/apigee/__init__.pyFilterzApigee.Filter:   s    $    N)	__name__
__module____qualname____doc__r   $API_PLATFORM_AND_ECOSYSTEMS_CATEGORYcategorydetailed_helpr    r   r   r   r      s*    
 66( 0-.r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   ReleaseTracksReleaseTrackALPHABETAGAGroupr   r   r   r   <module>r#      sn    , &  ' ( D%%++%%**%%((*"TZZ "*"r   