[Zope3-dev] Proposal for zopectl extensions

Zachery Bir zbir at urbanape.com
Tue Dec 6 10:49:25 EST 2005


I'd like to propose forward porting some behavior from the Zope2  
world's zopectl implementation:

   - 'run' command ('run' for hysterical reasons, I'd prefer to call  
it 'exec'): take a filesystem python script and execute it on the  
instance, with access to the root container in locals. The command  
will in turn call the instance/bin/scriptzope script

   - 'debug' command will have 'root = debugger.root()' added to the  
debugzope script, so as not to be required. every. single. time. you  
enter a debug session.

Thoughts? While these are technically features, I'd be happy to get  
them in the 3.2 branch as well as the trunk. Neither are invasive, IMHO.

Zac



More information about the Zope3-dev mailing list