Pyramid itself does not implement a paster command named 'setup-app', so
there really is no "setup-app portion". Instead I'd suggest using a
console script. Here's where, if I had one, I'd add a link to
documentation for creating a console script that loaded the environment
from an .ini file. However, I don't have one so I'll likely have to
just point you to the docs for "pyramid.paster" and "pyramid.scripting"
in the API section of the Pyramid docs.
- C
- C
It would be useful, but unfortunately paste's setup-app magic is so
fragile that it probably is not worth the effort.
Wichert.