I am developing a web application using Google AppEngine (GAE). I have make some examples using dataStore (free, non-relational) using Google AppEngine Launcher (GAEL). All is correct. However I'd like delete the datastore before to deploy an application. I have read that I have to use the command --clear_datastore I don't know like running the server to delete the data store when I deploy or re-deploy the application. I have chech some ways, for example I have write in the Application Settings(Edit==>Application Settings) in the GAEL some commands:
--clear_datastore
--clear_datastore /<ApplicationName>
--clear_datastore <ApplicationName>/
--clear_datastore <ApplicationName>
any idea? Thank you. Jose