We have a Java application running on Google App engine. We are using cloud datastore also and we created around 150 indexes in datastore.
I can see what are the indexes from GCP UI console.
I just want to see the list of indexes in local using Gcloud / appcfg tool , How can I do this ?
Thanks