We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eca409f commit 8c0a8e9Copy full SHA for 8c0a8e9
1 file changed
.github/CONTRIBUTING.md
@@ -121,7 +121,10 @@ $ gcloud config set project PROJECT_ID
121
$ gcloud auth login
122
123
# Create the indexes
124
-$ gcloud preview datastore create-indexes acceptance/data/
+$ 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
128
```
129
130
#### DNS Acceptance Tests
0 commit comments