Skip to content

Commit bb2c923

Browse files
authored
doc: formatting
1 parent 2b4d006 commit bb2c923

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/cdk/getting-started/cli-tool.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ Here, you need to provide the CDK node configuration file and the genesis file f
2323
Usage: `cdk <COMMAND>`
2424

2525
Commands:
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

3131
Options:
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
3838
Usage: `cdk node [OPTIONS]`
3939

4040
Options:
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

4545
Example to run in FEP mode:
4646

@@ -64,9 +64,9 @@ This subcommand is intended for quickly spinning up an RPC node or testing exist
6464
Usage: `cdk erigon [OPTIONS]`
6565

6666
Options:
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
```
7272
cdk 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
8181
Usage: `cdk versions`
8282

8383
Options:
84-
* `-h, --help` - Print help
84+
- `-h, --help` - Print help
8585

8686
Example:
8787

0 commit comments

Comments
 (0)