Ë
    €Ï‰  ã                   ó€   — d Z ddlmZ ddlmZ ddlmZ ddlmZ ej                   G d„ dej                  «      «       Z	y)	z8The command group for cloud dataproc workflow templates.é    )Úabsolute_import)Údivision)Úunicode_literals)Úbasec                   ó   — e Zd ZdZy)ÚWorkflowTemplatesað  Create and manage Dataproc workflow templates.

  Create and manage Dataproc workflow templates.

  ## EXAMPLES

  To create a workflow template, run:

    $ {command} create my_template

  To instantiate a workflow template, run:

    $ {command} instantiate my_template

  To instantiate a workflow template from a file, run:

    $ {command} instantiate-from-file --file template.yaml

  To delete a workflow template, run:

    $ {command} delete my_template

  To view the details of a workflow template, run:

    $ {command} describe my_template

  To see the list of all workflow templates, run:

    $ {command} list

  To remove a job from a workflow template, run:

    $ {command} remove-job my_template --step-id id

  To update managed cluster in a workflow template, run:

    $ {command} set-managed-cluster my_template --num-masters 5

  To update cluster selector in a workflow template, run:

    $ {command} set-cluster-selector my_template \
        --cluster-labels environment=prod

  N)Ú__name__Ú
__module__Ú__qualname__Ú__doc__© ó    ú3lib/surface/dataproc/workflow_templates/__init__.pyr   r      s   „ ñ+ðZ r   r   N)
r   Ú
__future__r   r   r   Úgooglecloudsdk.callioper   ÚDefaultUniverseOnlyÚGroupr   r   r   r   Ú<module>r      s;   ðñ ?å &Ý Ý 'å (ð ×Ñô.˜Ÿ
™
ó .ó ñ.r   