Instructions for having a default configuration.

pull/208/merge
Kalimar Maia 2017-09-22 16:15:39 -04:00 committed by Kelsey Hightower
parent 92772d2f69
commit 51e8709080
1 changed files with 7 additions and 1 deletions

View File

@ -24,7 +24,13 @@ gcloud version
This tutorial assumes a default compute region and zone have been configured.
Set a default compute region:
If you are using the `gcloud` command-line tool for the first time `init` is the easiest way to do this:
```
gcloud init
```
Otherwise set a default compute region:
```
gcloud config set compute/region us-west1