1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-29 23:24:55 +02:00
tldr/pages/common/gcloud-info.md
2024-05-22 21:51:44 +02:00

16 lines
374 B
Markdown

# gcloud info
> Display information about the current `gcloud` environment.
> More information: <https://cloud.google.com/sdk/gcloud/reference/info>.
- 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`