From 5ef6b912a5f1e33dccc4af3f564386db4d181dbd Mon Sep 17 00:00:00 2001 From: Isaac-Carrascal Date: Mon, 4 Dec 2023 14:17:08 +0100 Subject: [PATCH] gcloud-init: add page (#11626) Co-authored-by: Juri Dispan Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com> --- pages/common/gcloud-init.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 pages/common/gcloud-init.md diff --git a/pages/common/gcloud-init.md b/pages/common/gcloud-init.md new file mode 100644 index 000000000..69a6266c8 --- /dev/null +++ b/pages/common/gcloud-init.md @@ -0,0 +1,16 @@ +# gcloud init + +> Launch an interactive workflow to setup `gcloud` or reinitialize configurations. +> More information: . + +- Launch a "Getting Started" workflow: + +`gcloud init` + +- Launch a workflow without diagnostics: + +`gcloud init --skip-diagnostics` + +- Use the console for authentication: + +`gcloud init --console-only`