Skip to main content

JuaraGCP season 12

Initialisation

Setup project ID

gcloud config set project <project-id>

List the active account name

gcloud auth list

Output :

ACTIVE: *
ACCOUNT: "ACCOUNT"

To set the active account, run:
$ gcloud config set account `ACCOUNT`

List project ID

gcloud config list project