From 30d80a3774894b721a1afa562acf70a207bf064c Mon Sep 17 00:00:00 2001 From: Gilad Alboher <136579814+giladAlboher@users.noreply.github.com> Date: Thu, 7 Dec 2023 11:42:15 +0200 Subject: [PATCH] gcloud-info: new page (#11690) --- pages/common/gcloud-info.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/gcloud-info.md diff --git a/pages/common/gcloud-info.md b/pages/common/gcloud-info.md new file mode 100644 index 0000000000..90779a7e31 --- /dev/null +++ b/pages/common/gcloud-info.md @@ -0,0 +1,16 @@ +# gcloud info + +> Display information about the current `gcloud` environment. +> More information: . + +- 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`