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:
parent
731c551764
commit
fa924818e8
1 changed files with 4 additions and 0 deletions
|
@ -7,6 +7,10 @@
|
|||
|
||||
`gcloud config list`
|
||||
|
||||
- Login to Google account:
|
||||
|
||||
`gcloud auth login`
|
||||
|
||||
- Set the active project:
|
||||
|
||||
`gcloud config set project {{project_name}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue