
                             d 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Z	 ej                  ej                  j                  ej                  j                         G d d	ej                               Zy
)zThe `domains verify` command.    )absolute_import)division)unicode_literals)base)browser_dispatcherzZhttps://search.google.com/search-console/welcome?authuser=0&new_domain_name={domain}&pli=1c                   0    e Zd ZdZdddZed        Zd Zy)Verifyz-Verifies a domain via an in-browser workflow.z{description}a            To verify a domain for the current user, run:

            $ {command} example.com

          This will allow the domain to be used with App Engine through
          {parent_command} app domain-mappings and across Google Cloud products.
          )DESCRIPTIONEXAMPLESc                 *    | j                  dd       y )NdomainzThe domain to be verified.)help)add_argument)parsers    lib/surface/domains/verify.pyArgszVerify.Args.   s    
'CD    c                 n    t         j                  |j                        }t        j                  |       y )N)r   )VERIFY_DOMAINS_URLformatr   r   OpenURL)selfargsurls      r   Runz
Verify.Run2   s'    

#
#4;;
#
7Cs#r   N)__name__
__module____qualname____doc__detailed_helpstaticmethodr   r    r   r   r	   r	      s1    5 %
- E E$r   r	   N)r   
__future__r   r   r   googlecloudsdk.callioper   googlecloudsdk.command_lib.appr   r   ReleaseTracksReleaseTrackBETAGACommandr	   r"   r   r   <module>r+      sj    $ &  ' ( =1  D%%**D,=,=,@,@A$T\\ $ B$r   