@@ -23,12 +23,14 @@ Here, you need to provide the CDK node configuration file and the genesis file f
2323Usage: ` cdk <COMMAND> `
2424
2525Commands:
26+
2627- ` node ` - Run the cdk-node with the provided configuration
2728- ` erigon ` - Run cdk-erigon node with the provided default configuration
2829- ` versions ` - Output the corresponding versions of the components
2930- ` help ` Print this message or the help of the given subcommand(s)
3031
3132Options:
33+
3234- ` -h, --help ` - Print help
3335
3436### ` cdk node `
@@ -38,6 +40,7 @@ To run cdk-node use the `node` subcommand with one of the options mentioned belo
3840Usage: ` cdk node [OPTIONS] `
3941
4042Options:
43+
4144- ` -C, --config <CONFIG> ` - The path to the configuration file [ env: ` CDK_CONFIG_PATH= ` ]
4245- ` -c, --components <COMPONENTS> ` - Components to run [ env: ` CDK_COMPONENTS= ` ]
4346- ` -h, --help ` - Print help
@@ -64,6 +67,7 @@ This subcommand is intended for quickly spinning up an RPC node or testing exist
6467Usage: ` cdk erigon [OPTIONS] `
6568
6669Options:
70+
6771- ` -C, --config <CONFIG> ` - The path to the cdk-node configuration file [ env: ` CDK_CONFIG_PATH= ` ]
6872- ` -g, --chain <CHAIN> ` - The path to the genesis.json file [ env: ` CDK_GENESIS_PATH= ` ]
6973- ` -h, --help ` - Print help
@@ -85,6 +89,7 @@ To print the corresponding versions of the components, run the following command
8589Usage: ` cdk versions `
8690
8791Options:
92+
8893- ` -h, --help ` - Print help
8994
9095Example:
0 commit comments