mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 09:22:07 +02:00
gcloud-info: new page (#11690)
This commit is contained in:
parent
b064cde9cf
commit
30d80a3774
1 changed files with 16 additions and 0 deletions
16
pages/common/gcloud-info.md
Normal file
16
pages/common/gcloud-info.md
Normal file
|
@ -0,0 +1,16 @@
|
||||||
|
# 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`
|
Loading…
Add table
Reference in a new issue