When you’re testing a GAE app locally, there’s an “Interactive Console” that you can use to run arbitrary code inside your application. Is there a way to do this for a deployed GAE app on appengine.google.com?
It would be useful to to be able to do datastore operations on a live application in the console.
You can make the dev_appserver console available on production, add something like this to your app.yaml: