corda/tools/shell-cli
2020-07-07 09:08:58 +01:00
..
src add timeouts to all tests (#5875) 2020-02-11 10:14:05 +00:00
build.gradle NOTICK: Fix some Gradle technical debt. (#6430) 2020-07-07 09:08:58 +01: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