Merge pull request #4362 from james-portman/master
Correcting CLI usage
This commit is contained in:
commit
cb29e1e870
|
@ -41,8 +41,7 @@ For `gcloud`, do this via the `--scopes` parameter:
|
||||||
|
|
||||||
``` {.sh}
|
``` {.sh}
|
||||||
gcloud compute --project YOUR_PROJECT instances create "INSTANCE-NAME" ... \
|
gcloud compute --project YOUR_PROJECT instances create "INSTANCE-NAME" ... \
|
||||||
--scopes "https://www.googleapis.com/auth/compute" \
|
--scopes "https://www.googleapis.com/auth/compute,https://www.googleapis.com/auth/devstorage.full_control" \
|
||||||
"https://www.googleapis.com/auth/devstorage.full_control" \
|
|
||||||
...
|
...
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue