bin/cubicweb-ctl
author Julien Cristau <julien.cristau@logilab.fr>
Wed, 07 Oct 2015 18:24:49 +0200
changeset 11242 b05c7a96d621
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[hooks/workflow] pass eids, not entities, from hooks to operations Passing entity objects around runs the risk of getting out of date data from caches.

#!/usr/bin/env python
from cubicweb.cwctl import run
import sys
run(sys.argv[1:])