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`