Kaynağa Gözat

gcloud: add auth login example

Joshua Campbell 5 yıl önce
ebeveyn
işleme
fa924818e8
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      pages/common/gcloud.md

+ 4 - 0
pages/common/gcloud.md

@@ -7,6 +7,10 @@
 
 `gcloud config list`
 
+- Login to Google account:
+
+`gcloud auth login`
+
 - Set the active project:
 
 `gcloud config set project {{project_name}}`