mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
465 B
Plaintext
22 lines
465 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|