|
### Command line |
|
|
|
Run the following command to submit all resources to datapusher, although it will skip files whose hash of the data file has not changed: |
|
|
|
``` bash |
|
ckan -c /etc/ckan/default/ckan.ini datapusher_plus resubmit |
|
``` |
|
|
|
To Resubmit a specific resource, whether or not the hash of the data file has changed: |
|
|
|
``` bash |
|
ckan -c /etc/ckan/default/ckan.ini datapusher_plus submit {dataset_id} |
|
``` |
Is this supposed to be datapusher-plus instead of datapusher_plus?
datapusher-plus/README.md
Lines 374 to 386 in 756c2fa
Is this supposed to be
datapusher-plusinstead ofdatapusher_plus?