| 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/__pycache__/ |
Upload File : |
�
���
� �� � d Z ddlmZ ddlmZ ddlmZ ddlmZ ddlmZ ddl m
Z
ddl mZ dd lm
Z
dd
lmZ d� Z ej ej j � � G d� d
ej � � � � ZdS )zDA command that prints out information about your gcloud environment.� )�absolute_import)�division)�unicode_literals)�base)�info_holder)�
exceptions)�log)�network_diagnostics)�property_diagnosticsc � � t j � � � � � }t j | � � � � � }|o|S )N)r
�NetworkDiagnostic� RunChecksr �PropertyDiagnostic)� ignore_hidden_property_allowlist�passed_network�passed_propss �lib/surface/info.py�_RunDiagnosticsr sH � �&�8�:�:�D�D�F�F�.�%�8�&�(� (�(1� ��� � � (�L�(� c �J � e Zd ZdZddiZej Zed� � � Z d� Z
d� ZdS )�Infoz9Display information about the current gcloud environment.�EXAMPLESa�
To display information about the current gcloud environment including
the Google Cloud account, project and directory paths for
logs, run:
$ {command}
To check network connectivity and hidden properties, run:
$ {command} --run-diagnostics
To print the contents of the most recent log file, run:
$ {command} --show-log
c � � | � d�� � }|� ddd�� � |� � � }|� ddd�� � |� d ddd
�� � | � ddd
�� � d S )NT)�mutexz
--show-log�
store_truez(Print the contents of the last log file.)�action�helpz--run-diagnosticsz=Run diagnostics on your installation of the Google Cloud CLI.z"--ignore-hidden-property-allowlistz%Ignore the hidden property allowlist.)r �hiddenr z--anonymizezWMinimize any personal identifiable information. Use it when sharing output with others.)� add_group�add_argument)�parser�mode�diagnosticss r �Argsz Info.Args>