Command line interface for Protean.
Download the release. Unzip/extract tar and place the two files in the same location on your path somewhere.
java -jar protean.jar
or
protean
will show usage instructions.
protean services
or
java -jar protean.jar services
will list configured services.
We recommend 'drip' (github.com/flatland/drip) to speed things up with the command line. The sample script uses drip.
lein uberjar
if you want to build from source
Protean CLI is licensed with Apache License v2.0.