1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 15:26:04 +02:00

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`
- Login to Google account:
`gcloud auth login`
- Set the active project:
`gcloud config set project {{project_name}}`