gcloud info

NAME
gcloud info - display information about the current gcloud environment
SYNOPSIS
gcloud info [--anonymize ] [--show-log | [--run-diagnostics : --check-certs =HOSTNAME]] [GCLOUD_WIDE_FLAG]
DESCRIPTION
Display information about the current gcloud environment.
EXAMPLES
To display information about the current gcloud environment including the Google Cloud account, project and directory paths for logs, run:
gcloudinfo

To check network connectivity and hidden properties, run:

gcloudinfo--run-diagnostics

To troubleshoot certificate verification failures for a given host e.g. compute.googleapis.com when using a proxy and custom CA certs, run:

gcloudinfo--run-diagnostics--check-certs=compute.googleapis.com

To print the contents of the most recent log file, run:

gcloudinfo--show-log
FLAGS
--anonymize
Minimize any personal identifiable information. Use it when sharing output with others.
At most one of these can be specified:
--show-log
Print the contents of the last log file.
Or at least one of these can be specified:
--run-diagnostics
Run diagnostics on your installation of the Google Cloud CLI.

This flag argument must be specified if any of the other arguments in this group are specified.

--check-certs=HOSTNAME
Run diagnostics on the certificate chain for a given host.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file , --account , --billing-project , --configuration , --flags-file , --flatten , --format , --help , --impersonate-service-account , --log-http , --project , --quiet , --trace-token , --user-output-enabled , --verbosity .

Run $ gcloud help for details.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026年04月07日 UTC.