corda/tools/shell-cli
josecoll 246ec8766e
CORDA-3224 JDK11 built and published artifacts to include classifier. (#5488)
* JDK11 built and published artifacts to include classifier.

* Added additional non-intuitive gradle dust sprinkled recommended by CR.

* Added additional non-intuitive gradle dust sprinkled recommended by CR.

* Bump corda gradle plugins version.

* Incorporating PR review feedback.

* jdk11Classifier
2019-10-08 10:45:10 +01:00
..
src ENT-3965 Improved welcome message for Standalone Shell - bye command to exit shell only, docs clarifications gracefulShutdown/shutdown needs 'run' as other commands (#5363) 2019-08-12 13:22:15 +01:00
build.gradle CORDA-3224 JDK11 built and published artifacts to include classifier. (#5488) 2019-10-08 10:45:10 +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