Files
tldr/pages/common/gcloud-init.md
T
2023-12-04 14:17:08 +01:00

372 B

gcloud init

Launch an interactive workflow to setup gcloud or reinitialize configurations. More information: https://cloud.google.com/sdk/gcloud/reference/init.

  • 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