mirror of
https://github.com/corda/corda.git
synced 2025-05-31 06:31:08 +00:00
The shell is embedded in the node and offers the ability to monitor and control the node via the launching terminal. Still to do: * Switch to a fork of CRaSH that we can maintain ourselves, and merge in Marek's SSH patch so we can enable SSH access. * Add persistent command history that survives restarts. * Tab completion for the 'flow' and 'run' commands. * Remove the 'jul' command and replace it with a command that lets you see and tail the log4j logs instead. * Fix or remove the other crash commands that have bitrotted since 2015.
Gradle Plugins for Cordapps
The projects at this level of the project are gradle plugins for cordapps and are published to Maven Local with the rest of the Corda libraries.
Note
Some of the plugins here are duplicated with the ones in buildSrc. While the duplication is unwanted any currently known solution (such as publishing from buildSrc or setting up a separate project/repo) would introduce a two step build which is less convenient.
Installing
If you need to bootstrap the corda repository you can install these plugins with
cd publish-utils
../../gradlew -u install
cd ../
../gradlew install