corda/tools/shell-cli
Tudor Malene 4a1f149b49 CORDA-2858: Wire-up Corda components with better RPC reconnect logic (#4933)
Implemented the ReconnectingRPC into the WebServer, Standalone Shell, Explorer and BankOfCordaClientApi
2019-04-15 11:26:53 +01:00
..
src CORDA-2858: Wire-up Corda components with better RPC reconnect logic (#4933) 2019-04-15 11:26:53 +01:00
build.gradle CORDA-2586 explorer exception handling (#4957) 2019-04-09 19:14:37 +00:00
README.md CORDA-1764: Make shell use picocli for parsing command line options (#3923) 2018-09-13 11:14:31 +01:00

Standalone Shell

Documentation for the standalone shell can be found here

To build this from the command line on Unix or MacOS:

Run ./gradlew tools:shell-cli:buildShellCli to create a fat JAR in tools/shell-cli/build/libs

To build this from the command line on Windows:

Run gradlew tools:shell-cli:buildShellCli to create a fat JAR in tools/shell-cli/build/libs