diff --git a/pages/common/gcloud-info.md b/pages/common/gcloud-info.md new file mode 100644 index 000000000..90779a7e3 --- /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`