mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-19 07:50:08 +00:00
Update cheatsheets
This commit is contained in:
21
gcloud-init
Normal file
21
gcloud-init
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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`
|
||||
Reference in New Issue
Block a user