Skip to content

Commit a2e304b

Browse files
authored
Merge pull request 0xPolygon#2497 from 0xPolygon/vcastellm/fix-formatting2
Fix more formatting
2 parents e3a0035 + 7324042 commit a2e304b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

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

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

3132
Options:
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
3840
Usage: `cdk node [OPTIONS]`
3941

4042
Options:
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
6467
Usage: `cdk erigon [OPTIONS]`
6568

6669
Options:
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
8589
Usage: `cdk versions`
8690

8791
Options:
92+
8893
- `-h, --help` - Print help
8994

9095
Example:

0 commit comments

Comments
 (0)