gcloud-init: add page (#11626)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
pull/23/head
Isaac-Carrascal 2023-12-04 14:17:08 +01:00 committed by GitHub
parent f572389ad5
commit 5ef6b912a5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

View File

@ -0,0 +1,16 @@
# 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`