mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
467 B
Plaintext
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`
|