From 0411b931c7d60c4a16d2ff14e134f2e52f32c43a Mon Sep 17 00:00:00 2001 From: daspecster Date: Wed, 8 Mar 2017 15:52:19 -0500 Subject: [PATCH] 'gcloud preview' command no longer supported. --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 4da58956174d..80e2a7435044 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -265,7 +265,7 @@ Running System Tests > --key-file=${GOOGLE_APPLICATION_CREDENTIALS} # Create the indexes - $ gcloud preview datastore create-indexes system_tests/data/index.yaml + $ gcloud datastore create-indexes system_tests/data/index.yaml - For datastore query tests, you'll need stored data in your dataset. To populate this data, run::