mirror of https://github.com/CrimsonTome/tldr.git
17 lines
380 B
Markdown
17 lines
380 B
Markdown
# gcloud info
|
|
|
|
> Display information about the current `gcloud` environment.
|
|
> More information: <https://cloud.google.com/sdk/gcloud/reference/topic/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`
|