bin/cubicweb-ctl
author David Douard <david.douard@logilab.fr>
Mon, 03 Apr 2017 14:43:44 +0200
branch3.25
changeset 12139 b5be819872bb
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[cwctl] add a no-config-update option to the upgrade command (closes #17069607)

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