...
Excerpt |
---|
The commandline client is a commandline tool for using the reference clients. |
Installation
...
For Linux and Mac
For v1.9 and earlier it requires java 8 and perl.
For v1.10 it requires java 11 and perl is install to run on Linux and Mac.
Requires java11 to run on Windows.
Download the chosen .
For Windows
For v1.9 and earlier it requires java 8.
For v1.10 it requires java 11.
Download the desired version of the bitrepository-command-line-XXX-distributed.tar.gz from here (XXX refers to the version):
The latest devel client can be found here.
...
Unpack the file in any wanted location, ege.g.
Code Block |
---|
tar -xvf bitrepository-command-line-XXX-distributed.tar.gz |
...
The different commands can be run with the bitmag.sh script (bitmag.cmd on windows).
E.g. . the following command will fetch the checksums for the test1 collection.
Code Block |
---|
bin/bitmag.sh get-checksums -c test1 |
...
get-file
Retrieves a file. It takes the following arguments:
...