$ bin/debugzopeNow the variable root becomes your DB's root. All configuration should be taken from the live system in which context it was started.
>>> rootYou can do any changes (and anything) using the usual python commands. The whole Zope infrastructure is in place.
zope.app.folder.folder.Folder object at 0x01C31C70
Don't forget to commit when you are ready:
>>> import transactionOtherwise all changes will be reverted on exit!
>>> transaction.commit()
debugzope(.bat) is usually available if you use the old zopeskel style deployment. The next task is to figure out how to do this with a buildout based deployment.