“GCLOUD -Änderungsprojekt” Code-Antworten

GCLOUD -Änderungsprojekt

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 -Änderungsprojekt”

Fragen ähnlich wie “GCLOUD -Änderungsprojekt”

Weitere verwandte Antworten zu “GCLOUD -Änderungsprojekt” auf Shell/Bash

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen