File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 22
33Command line interface for Protean.
44
5+
6+ ## Installation
7+
8+ [ Download] ( https://github.com/passivsystems/protean-cli/releases/download/0.4.0/protean-cli-0.4.0.tgz ) the release.
9+ Unzip/extract tar and place the two files in the same location on your path somewhere.
10+
511## Usage
612
13+ java -jar protean.jar
14+
15+ or
16+
717 protean
818
919will show usage instructions.
1020
1121 protean services
1222
23+ or
24+
25+ java -jar protean.jar services
26+
1327will list configured services.
1428
15- We recommend 'drip' (github.com/flatland/drip) to speed things up with the command line.
29+ We recommend 'drip' (github.com/flatland/drip) to speed things up with the command line. The sample script uses drip.
30+
1631
1732## Build
1833
1934 lein uberjar
2035
2136if you want to build from source
2237
38+
2339## License
2440
2541Protean CLI is licensed with Apache License v2.0.
You can’t perform that action at this time.
0 commit comments