[][src]Module exonum_cli::command

Standard Exonum CLI node configuration commands.

Modules

finalize

Standard Exonum CLI command used to combine a secret and all the public parts of the node configuration in a single file.

generate_config

Standard Exonum CLI command used to generate public and secret config files of the node using provided common configuration file.

generate_template

Standard Exonum CLI command used to generate common configuration file.

maintenance

Standard Exonum CLI command used to perform different maintenance actions.

run

Standard Exonum CLI command used to run the node using prepared node configuration file.

run_dev

Standard Exonum CLI command used to run the node with default parameters for developing purposes.

Enums

Command

Standard Exonum Core configuration command.

StandardResult

Output of any of the standard Exonum Core configuration commands.

Traits

ExonumCommand

Interface of standard Exonum Core configuration command.