bin/cubicweb-ctl
author Philippe Pepiot <philippe.pepiot@logilab.fr>
Wed, 22 Jun 2016 11:38:53 +0200
changeset 11355 47b0b08fbb4b
parent 0 b97547f5f1fa
child 12253 9165f4b7426b
permissions -rwxr-xr-x
[serverctl] allow to sync multiple and all sources in source-sync command Breaking change: by default source are not synced anymore if it is fresh (regards to synchronization-interval). To get the previous behavior an option --force is added. Closes #13886467

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