mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-10 06:58:07 +00:00
Update cheatsheets
This commit is contained in:
21
gcloud-info
Normal file
21
gcloud-info
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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/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`
|
||||
Reference in New Issue
Block a user