Skip to content

Commit 9606598

Browse files
authored
Merge pull request 0xPolygon#2492 from 0xPolygon/vcastellm/fix-formatting
Fix some formatting
2 parents 2740a48 + bb2c923 commit 9606598

File tree

2 files changed

+16
-12
lines changed

2 files changed

+16
-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

docs/cdk/getting-started/local-deployment.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,15 @@ After installing the requirements you can launch a CDK chains with a oneliner:
3737

3838
### Pesimistic Proof
3939

40+
```
4041
kurtosis run --enclave cdk --args-file "https://raw.githubusercontent.com/0xPolygon/kurtosis-cdk/refs/heads/main/.github/tests/fork12-pessimistic.yml" github.com/0xPolygon/kurtosis-cdk
42+
```
4143

4244
### FEP
4345

46+
```
4447
kurtosis run --enclave cdk github.com/0xPolygon/kurtosis-cdk
48+
```
4549

4650
## Extended Kurtosis environment setup
4751

0 commit comments

Comments
 (0)