Versions Compared

Key

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

...

java -cp sead1.jar org.sead.acr.client.SEADUploader <-listonly> <-merge> <-limit<X>> <-ex<Y>> <serverUrl> <directories/files list...>

...

-limit<X>: limit this run to at most X dataset uploads (any required collections will be automatically created)

-ex<Y>: exclude any file that matches the provided regular expression pattern, e.g. -ex.*  (exlude files that start with a period) -ex*.txt (exclude all files ending in .txt). Multiple repeats of this flag can be used to exclude based on multiple patterns.

serverUrl: the base URL of the ACR project space you're interacting with, e.g. http://sead-demo.ncsa.illinois.edu/acr

...