Skip to content

collective/collective.generic.devmode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This provide a script cg.devmode which can do some actions on a zope instance.

The main use is when you grab the production datafs, you 'll need to sanitize the content a little. The sanitization include changing all passwords and all emails at once.

Another use is for running scripts without any security (we just give us all rights ;))

makinacom

./bin/cg.devmode -m --mail=some@mail.foo
./bin/cg.devmode -p  --password=secret
./bin/cg.devmode -a  --password=secret
./bin/cg.devmode -r --script=</path/to/file.py>  [--script-args="String"] # equivalent of ./bin/instance run toto.py String except for security
./bin/cg.devmode -v [ARGS]
./bin/cg.devmode -c <CONFIGGILE>
./bin/cg.devmode -l <PLONE_SITE_ID>
./bin/cg.devmode --user <ADMIN_USER>

About

helper scripts to manage a development zope instance

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published