1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00

gcloud-info: new page (#11690)

This commit is contained in:
Gilad Alboher 2023-12-07 11:42:15 +02:00 committed by GitHub
parent b064cde9cf
commit 30d80a3774
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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`