I'm running a local stand-alone datastore emulator using the gcloud
tool:
$ gcloud beta emulators datastore start
It works fine, but I'm missing the integrated /_ah/admin
page the old appengine dev server offers. Is there something comparable for this emulator? A stand-alone project that just acts like a phpmyadmin, or a trick to reuse the appengine dev server's GUI; I'm fine with either.