[CORDA-1763]: Add node CLI option for validating configuration. (#4121)

This commit is contained in:
Michele Sollecito
2018-10-29 13:33:43 +00:00
committed by GitHub
parent 5086358834
commit 6022cecca5
13 changed files with 169 additions and 82 deletions

View File

@ -7,6 +7,8 @@ release, see :doc:`upgrade-notes`.
Unreleased
----------
* New "validate-configuration" sub-command to `corda.jar`, allowing to validate the actual node configuration without starting the node.
* Introduced new optional network bootstrapper command line option (--minimum-platform-version) to set as a network parameter
* Introduce minimum and target platform version for CorDapps.

View File

@ -77,6 +77,9 @@ Parameters:
``install-shell-extensions``: Install ``corda`` alias and auto completion for bash and zsh. See :doc:`cli-application-shell-extensions` for more info.
``validate-configuration``: Validates the actual configuration without starting the node.
.. _enabling-remote-debugging:
Enabling remote debugging