
    S
                        d Z ddlZddlmZ ddlmZ ddlmZ ddl	mZ
 ddl	mZ ddl	mZ ddl	mZ dd	lmZ d
 ej"                  d      dZ ej&                  ej(                  j*                  ej(                  j,                  ej(                  j.                        ej0                   G d dej2                                      Zy)z3Exports a Gcloud Deploy delivery pipeline resource.    N)delivery_pipeline)
exceptions)base)export_util)manifest_util)resource_args)utilz{description}z
      To return the .yaml definition of the delivery pipeline 'test-pipeline', in region 'us-central1', run:

        $ {command} test-pipeline --region=us-central1

      )DESCRIPTIONEXAMPLESc                   h    e Zd ZdZeZed        Z ej                  e
j                        d        Zy)ExportzReturns the .yaml definition of the specified delivery pipeline.

  The exported yaml definition can be applied by 'deploy apply' command.
  c                 \    t        j                  | d       t        j                  |        y )NT)
positional)r   AddDeliveryPipelineResourceArgcore_export_utilAddExportFlags)parsers    /lib/surface/deploy/delivery_pipelines/export.pyArgszExport.Args5   s     00DI##F+    c                 8   |j                   j                  j                         }t        j                         j	                  |j                               }t        j                  ||t        j                  j                        }t        j                  ||       y)zEntry point of the export command.

    Args:
      args: argparse.Namespace, An object that contains the values for the
        arguments specified in the .Args() method.
    N)CONCEPTSr   ParseDeliveryPipelinesClientGetRelativeNamer   ProtoToManifestResourceKindDELIVERY_PIPELINEr   r   )selfargspipeline_refpipelinemanifests        r   Runz
Export.Run:   sy     ==2288:L 88:>>!!#H ,,, : : L LNH x&r   N)__name__
__module____qualname____doc___DETAILED_HELPdetailed_helpstaticmethodr   gcloud_exception CatchHTTPErrorRaiseHTTPExceptiondeploy_exceptionsHTTP_ERROR_FORMATr%    r   r   r   r   +   sK     !-, , 544))''r   r   )r)   textwrap"googlecloudsdk.api_lib.clouddeployr   googlecloudsdk.api_lib.utilr   r-   googlecloudsdk.callioper   !googlecloudsdk.command_lib.deployr/   r   r   r   !googlecloudsdk.command_lib.exportr	   r   dedentr*   ReleaseTracksReleaseTrackALPHABETAGADefaultUniverseOnlyExportCommandr   r1   r   r   <module>r@      s    :  @ F ( M 9 ; ; F 	 
 		 D%%++T->->-C-C%%((*'T ' *'r   