Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

A simple tool 'CurationCli' provides access to CS via command line. For example, to perform a virus check on collection '4': 

Code Block
./dspace curate -t vscan -i 123456789/4 

or

Code Block
./dsrun org.dspace.curate.CurationCli -t vscan -i 123456789/4 

...