corda/tools/shell-cli
2018-06-29 12:03:18 +01:00
..
src ENT-1741 Build standalone shell JAR distribution (#3409) 2018-06-21 10:32:36 +01:00
build.gradle ENT-1741 Build standalone shell JAR distribution - subsequent fix (#3476) 2018-06-29 12:03:18 +01:00
README.md ENT-1741 Build standalone shell JAR distribution - subsequent fix (#3476) 2018-06-29 12:03:18 +01:00

Standalone Shell

Documentation for shell CLI 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