gcloud: add auth login example

italian
Joshua Campbell 2019-06-24 15:57:48 -07:00 committed by Lucas Gabriel Schneider
parent 731c551764
commit fa924818e8
1 changed files with 4 additions and 0 deletions

View File

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