“GCLOUD -SET -Projekt” Code-Antworten

GCLOUD -SET -Projekt

gcloud config set project my-project
Stormy Stoat

GCLOUD -SET -Projekt

gcloud auth list
* account 1
  account 2

# change the project's account if not
gcloud config set account `ACCOUNT`

#Depending on the account, the project list will be different:
gcloud projects list

- project 1
- project 2...

#Switch to intended project:
gcloud config set project `PROJECT ID`
Magoo

Ähnliche Antworten wie “GCLOUD -SET -Projekt”

Fragen ähnlich wie “GCLOUD -SET -Projekt”

Weitere verwandte Antworten zu “GCLOUD -SET -Projekt” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen