@@ -23,13 +23,13 @@ Here, you need to provide the CDK node configuration file and the genesis file f
2323Usage: ` cdk <COMMAND> `
2424
2525Commands:
26- * ` node ` - Run the cdk-node with the provided configuration
27- * ` erigon ` - Run cdk-erigon node with the provided default configuration
28- * ` versions ` - Output the corresponding versions of the components
29- * ` help ` Print this message or the help of the given subcommand(s)
26+ - ` node ` - Run the cdk-node with the provided configuration
27+ - ` erigon ` - Run cdk-erigon node with the provided default configuration
28+ - ` versions ` - Output the corresponding versions of the components
29+ - ` help ` Print this message or the help of the given subcommand(s)
3030
3131Options:
32- * ` -h, --help ` - Print help
32+ - ` -h, --help ` - Print help
3333
3434### ` cdk node `
3535
@@ -38,9 +38,9 @@ To run cdk-node use the `node` subcommand with one of the options mentioned belo
3838Usage: ` cdk node [OPTIONS] `
3939
4040Options:
41- * ` -C, --config <CONFIG> ` - The path to the configuration file [ env: ` CDK_CONFIG_PATH= ` ]
42- * ` -c, --components <COMPONENTS> ` - Components to run [ env: ` CDK_COMPONENTS= ` ]
43- * ` -h, --help ` - Print help
41+ - ` -C, --config <CONFIG> ` - The path to the configuration file [ env: ` CDK_CONFIG_PATH= ` ]
42+ - ` -c, --components <COMPONENTS> ` - Components to run [ env: ` CDK_COMPONENTS= ` ]
43+ - ` -h, --help ` - Print help
4444
4545Example to run in FEP mode:
4646
@@ -64,9 +64,9 @@ This subcommand is intended for quickly spinning up an RPC node or testing exist
6464Usage: ` cdk erigon [OPTIONS] `
6565
6666Options:
67- * ` -C, --config <CONFIG> ` - The path to the cdk-node configuration file [ env: ` CDK_CONFIG_PATH= ` ]
68- * ` -g, --chain <CHAIN> ` - The path to the genesis.json file [ env: ` CDK_GENESIS_PATH= ` ]
69- * ` -h, --help ` - Print help
67+ - ` -C, --config <CONFIG> ` - The path to the cdk-node configuration file [ env: ` CDK_CONFIG_PATH= ` ]
68+ - ` -g, --chain <CHAIN> ` - The path to the genesis.json file [ env: ` CDK_GENESIS_PATH= ` ]
69+ - ` -h, --help ` - Print help
7070
7171```
7272cdk erigon --config /etc/cdk/cdk-node-config.toml --chain genesis.json
@@ -81,7 +81,7 @@ To print the corresponding versions of the components, run the following command
8181Usage: ` cdk versions `
8282
8383Options:
84- * ` -h, --help ` - Print help
84+ - ` -h, --help ` - Print help
8585
8686Example:
8787
0 commit comments