Correcting CLI usage
For gcloud compute instances create, multiple scopes should be comma separated in one set of quotes
This commit is contained in:
parent
35694dce61
commit
88fceff226
|
@ -41,8 +41,7 @@ For `gcloud`, do this via the `--scopes` parameter:
|
|||
|
||||
``` {.sh}
|
||||
gcloud compute --project YOUR_PROJECT instances create "INSTANCE-NAME" ... \
|
||||
--scopes "https://www.googleapis.com/auth/compute" \
|
||||
"https://www.googleapis.com/auth/devstorage.full_control" \
|
||||
--scopes "https://www.googleapis.com/auth/compute,https://www.googleapis.com/auth/devstorage.full_control" \
|
||||
...
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue