We use the Google Cloud Datastore Emulator. It autogenerates indexes.yaml
. But as we did with the old Google Plugin for Eclipse, we want to get missing-index messages in the local development environment, and not later in cloud deployment. So, we want the Emulator to use our manually-maintained datastore-indexes.xml
How do we configure the use of a specific datastore-indexes.xml
in the Google Cloud Datastore Emulator? I don't see any relevant command-line switches in the help text.