Orion command line
This reference describes the syntax of the Orion Command Line Interface (CLI) options and subcommands.
orion [options] [configFile]
Runs Orion private transaction manager.
Options
clear-known-nodes
--clear-known-nodes
Clears known nodes. By default, known nodes are stored in memory but can be stored persistently to enable high availability. knownnodestorage
is defined in the configuration file.
generatekeys
- Syntax
- Example
-g, --generatekeys <names>
--generatekeys orion
Generates public/private key pairs for each name supplied where <names>
is a comma-separated list.
help
-h, --help
Displays help and exits.
version
-v, --version
Displays version information and exits.
Configuration file
- Syntax
- Example
orion <configFile>
orion orion.conf
Specifies the configuration file with which to start Orion.