mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 20:11:19 +08:00
377 B
377 B
gcloud init
Launch an interactive workflow to setup
gcloudor reinitialize configurations. More information: https://docs.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