mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-22 14:42:07 +02:00

Co-authored-by: Juri Dispan <juri.dispan@posteo.net> Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
16 lines
372 B
Markdown
16 lines
372 B
Markdown
# 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`
|