If I’m in development mode and I wanted to “restart” with a fresh clean repo is there a maven command for that? I want to basically remove all content and start over without creating a new project.
thanks,
John
If I’m in development mode and I wanted to “restart” with a fresh clean repo is there a maven command for that? I want to basically remove all content and start over without creating a new project.
thanks,
John
just enable auto-export and remove all documents via cms/console.
( or remove documents yaml files from disk and start with new storage directory)
Thank you, that works.