Add documentation for clearsource command
This commit is contained in:
parent
61bc150ae6
commit
8ebb843052
|
@ -115,6 +115,9 @@ The following operations can be run from the command line using the
|
||||||
harvester rmsource {id}
|
harvester rmsource {id}
|
||||||
- remove (inactivate) a harvester source
|
- remove (inactivate) a harvester source
|
||||||
|
|
||||||
|
harvester clearsource {id}
|
||||||
|
- clear a harvester source (delete all associtated datasets)
|
||||||
|
|
||||||
harvester sources [all]
|
harvester sources [all]
|
||||||
- lists harvest sources
|
- lists harvest sources
|
||||||
If 'all' is defined, it also shows the Inactive sources
|
If 'all' is defined, it also shows the Inactive sources
|
||||||
|
|
|
@ -20,6 +20,9 @@ class Harvester(CkanCommand):
|
||||||
harvester rmsource {id}
|
harvester rmsource {id}
|
||||||
- remove (inactivate) a harvester source
|
- remove (inactivate) a harvester source
|
||||||
|
|
||||||
|
harvester clearsource {id}
|
||||||
|
- clear a harvester source (delete all associtated datasets)
|
||||||
|
|
||||||
harvester sources [all]
|
harvester sources [all]
|
||||||
- lists harvest sources
|
- lists harvest sources
|
||||||
If 'all' is defined, it also shows the Inactive sources
|
If 'all' is defined, it also shows the Inactive sources
|
||||||
|
|
Loading…
Reference in New Issue