Files
cheatsheet-tldr/tldr/gcloud-info
2025-12-20 00:20:53 +00:00

22 lines
472 B
Plaintext

---
syntax: markdown
tags: [tldr, common]
source: https://github.com/tldr-pages/tldr.git
---
# gcloud info
> Display information about the current `gcloud` environment.
> More information: <https://docs.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`