Last active
August 29, 2023 15:21
-
-
Save fawix/8ea183fce91eddbd9e1d73939d28bef8 to your computer and use it in GitHub Desktop.
gcloud config activate
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gcloud config configurations create config-name | |
Created [demo-config]. | |
Activated [demo-config]. | |
$ gcloud config set project my-project-id | |
Updated property [core/project]. | |
$ gcloud config set account [email protected] | |
Updated property [core/account]. | |
$ gcloud config set compute/region us-east1 | |
Updated property [compute/region]. | |
$ gcloud config set compute/zone us-east1-b | |
Updated property [compute/zone]. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment