
    X                         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ej                  e_
        y)	z;The command group for managing Cloud Composer environments.    )absolute_import)division)unicode_literals)basec                       e Zd ZdZy)Environmentsa  Create and manage Cloud Composer environments.

  The {command} command group lets you create Cloud Composer environments
  containing an Apache Airflow setup. Additionally, the command group supports
  environment updates including varying number of machines used to run Airflow,
  setting Airflow configs, or installing Python dependencies used in Airflow
  DAGs. The command group can also be used to delete Composer environments.
  N)__name__
__module____qualname____doc__     -lib/surface/composer/environments/__init__.pyr   r      s    r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   Groupr   COMPOSER_CATEGORYcategoryr   r   r   <module>r      s7    B &  ' (4::  .. r   