2025-03-14 21:59:59 -06:00
|
|
|
# gcloud info
|
|
|
|
|
|
|
|
|
|
> Display information about the current `gcloud` environment.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://docs.cloud.google.com/sdk/gcloud/reference/info>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- Display `gcloud` environment information:
|
|
|
|
|
|
|
|
|
|
`gcloud info`
|
|
|
|
|
|
|
|
|
|
- Check network connectivity and hidden properties:
|
|
|
|
|
|
|
|
|
|
`gcloud info --run-diagnostics`
|
|
|
|
|
|
|
|
|
|
- Print the contents of the most recent log file:
|
|
|
|
|
|
|
|
|
|
`gcloud info --show-log`
|