Skip to content

Commit 8c0a8e9

Browse files
chore(datastore): Update datastore docs on indexes (#18697)
1 parent eca409f commit 8c0a8e9

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/CONTRIBUTING.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,10 @@ $ gcloud config set project PROJECT_ID
121121
$ gcloud auth login
122122
123123
# Create the indexes
124-
$ gcloud preview datastore create-indexes acceptance/data/
124+
$ gcloud datastore create-indexes acceptance/data/index.yaml
125+
126+
# Create the indexes for datastore samples
127+
$ gcloud datastore create-indexes google-cloud-datastore/samples/index.yaml
125128
```
126129

127130
#### DNS Acceptance Tests

0 commit comments

Comments
 (0)