LinuxCommandLibrary

gcloud-init

Launch an interactive workflow to setup `gcloud` or reinitialize configurations.

TLDR

Launch a "Getting Started" workflow

$ gcloud init
copy


Launch a workflow without diagnostics
$ gcloud init --skip-diagnostics
copy


Use the console for authentication
$ gcloud init --console-only
copy

Copied to clipboard