1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2024-10-28 23:17:58 +01:00

gcloud-init: add page (#11626)

Co-authored-by: Juri Dispan <juri.dispan@posteo.net>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
This commit is contained in:
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

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`