
                             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                         G d dej                               Zy)	z$The gcloud.app.migrate_config group.    )absolute_import)division)unicode_literals)basec                   0    e Zd ZdZej
                  ZddiZy)MigrateConfiga?  Convert configuration files from one format to another.

  Automated one-time migration tooling for helping with transition of
  configuration from one state to another. Currently exclusively
  provides commands for converting datastore-indexes.xml, queue.xml, cron.xml
  and dispatch.xml to their yaml counterparts.
  EXAMPLESz{          To convert a cron.xml to cron.yaml, run:

            $ {command} cron-xml-to-yaml my/app/WEB-INF/cron.xml
      N)__name__
__module____qualname____doc__r   APP_ENGINE_CATEGORYcategorydetailed_help     *lib/surface/app/migrate_config/__init__.pyr   r      s#     %%( 
-r   r   N)r   
__future__r   r   r   googlecloudsdk.callioper   ReleaseTracksReleaseTrackBETAGroupr   r   r   r   <module>r      sN    + &  ' ( D%%**+DJJ  ,r   