GoogleCloudPlatform / app-gradle-plugin

The library has moved to https://github.com/GoogleCloudPlatform/appengine-plugins/tree/main/app-gradle-plugin
Apache License 2.0
153 stars 40 forks source link

provide clearDatastore property for dev appserver runs #90

Closed patflynn closed 7 years ago

patflynn commented 7 years ago

blocked on https://github.com/GoogleCloudPlatform/appengine-plugins-core/issues/303

lostpebble commented 7 years ago

I see this is set for the next release. Is there any way for me to clear the datastore on the dev appserver now? Been searching but haven't found a way to start the dev appserver manually with the flags just so I can clear it out.

patflynn commented 7 years ago

I think this fix went out with the last release. Can you verify that this still isn't working?

On Sat, Mar 11, 2017 at 3:55 AM, Paul Myburgh notifications@github.com wrote:

I see this is set for the next release. Is there any way for me to clear the datastore on the dev appserver now? Been searching but haven't found a way to start the dev appserver manually with the flags just so I can clear it out.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/GoogleCloudPlatform/app-gradle-plugin/issues/90#issuecomment-285853815, or mute the thread https://github.com/notifications/unsubscribe-auth/AHf5HVbikWzd8F0TIsiU0oS-8a34Rukwks5rkmGAgaJpZM4LpndU .

lostpebble commented 7 years ago

Yep, actually it is working. Sorry about that, I have no idea what I was doing earlier but it was giving me some Gradle errors about clearDatastore being an unknown property for the Run task.