OK, before 1.4 release we had paster where we can add our own commands, for example for drop cache or load database initial data. Right now, how I understand, pyramid deal with Console Scripts but documentation is poor about this new feature. I want load initial database data. In old-style I write separate command for paster and register it when I will can load data like this:
paster loaddbdata
How I can do that now?