gcloud: add auth login example

This commit is contained in:
Joshua Campbell
2019-06-24 15:57:48 -07:00
committed by Lucas Gabriel Schneider
parent 731c551764
commit fa924818e8

View File

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