Merge pull request #4362 from james-portman/master

Correcting CLI usage
pull/4367/head
Matthew Hooker 9 years ago committed by GitHub
commit cb29e1e870

@ -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…
Cancel
Save