Skip to content

v3.5 CLI

Andrey Kurilov edited this page Jul 9, 2017 · 5 revisions

GNU style command line arguments are used:

java -jar mongoose-3.5.0/mongoose.jar --read --item-input-file=items.csv --storage-driver-concurrency=10 --storage-auth-uid=user1 --storage-auth-secret=ChangeIt --storage-net-node-addrs=10.20.30.40,10.20.30.41

Note: To find all available CLI options please refer to Configuration section.

Clone this wiki locally