
                         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)	z2The environments command group for the Apigee CLI.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZddiZy)EnvironmentszManage Apigee environments.EXAMPLESz  To list all environments for the active Cloud Platform project, run:

      $ {command} list

  To get a JSON array of all environments in an Apigee organization called
  ``my-org'', run:

      $ {command} list --organization=my-org --format=json
  N)__name__
__module____qualname____doc__detailed_help     +lib/surface/apigee/environments/__init__.pyr   r      s    # 	-r   r   N)	r   
__future__r   r   r   googlecloudsdk.callioper   Groupr   r   r   r   <module>r      s&    9 &  ' (4:: r   