2025-03-14 21:59:59 -06:00
|
|
|
# gcloud init
|
|
|
|
|
|
|
|
|
|
> Launch an interactive workflow to setup `gcloud` or reinitialize configurations.
|
2026-02-18 06:55:01 -07:00
|
|
|
> More information: <https://docs.cloud.google.com/sdk/gcloud/reference/init>.
|
2025-03-14 21:59:59 -06:00
|
|
|
|
|
|
|
|
- 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`
|