bin/cubicweb-ctl
author Florent Cayré <florent.cayre@gmail.com>
Thu, 28 Apr 2011 17:36:04 +0200
changeset 7274 4653a2a5110b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
add cwctl command to generate a consolidated data directory with all cubes/ cubicweb data directories content to be delivered statically

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