Files
cheatsheet-tldr/tldr/gcloud-info
2024-05-23 00:13:58 +00:00

22 lines
467 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://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`