-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
36 lines (27 loc) · 983 Bytes
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
Taverna Server Java CLI Scripts
-------------------------------
These scripts provide examples of how to use the t2-server-client Java
library.
Building
--------
Simply use maven from the root directory:
$ mvn package
Usage
-----
The jar file produced by the above command contains all it needs to be
executed directly. The command you wish to run is provided as the first
parameter, with options to that command provided with the remaining
parameters.
Currently available commands are:
* ServerInfo
* RunWorkflow
* DeleteRuns
All commands provide --help and -h options that gives detailed usage
instructions.
An example invocation would be:
$ java -jar t2-server-java-cli-0.0.1-jar-with-dependencies.jar ServerInfo -h
usage: ServerInfo [options] server-address
Where server-address is the full URI of the server to connect to, e.g.:
http://example.com:8080/taverna, and [options] can be:
-h,--help Show this help and exit
-v,--version Show the version and exit