Skip to content

Commit

Permalink
doc: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
vcastellm authored Nov 21, 2024
1 parent 2b4d006 commit bb2c923
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/cdk/getting-started/cli-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ Here, you need to provide the CDK node configuration file and the genesis file f
Usage: `cdk <COMMAND>`

Commands:
* `node` - Run the cdk-node with the provided configuration
* `erigon` - Run cdk-erigon node with the provided default configuration
* `versions` - Output the corresponding versions of the components
* `help` Print this message or the help of the given subcommand(s)
- `node` - Run the cdk-node with the provided configuration
- `erigon` - Run cdk-erigon node with the provided default configuration
- `versions` - Output the corresponding versions of the components
- `help` Print this message or the help of the given subcommand(s)

Options:
* `-h, --help` - Print help
- `-h, --help` - Print help

### `cdk node`

Expand All @@ -38,9 +38,9 @@ To run cdk-node use the `node` subcommand with one of the options mentioned belo
Usage: `cdk node [OPTIONS]`

Options:
* `-C, --config <CONFIG>` - The path to the configuration file [env: `CDK_CONFIG_PATH=`]
* `-c, --components <COMPONENTS>` - Components to run [env: `CDK_COMPONENTS=`]
* `-h, --help` - Print help
- `-C, --config <CONFIG>` - The path to the configuration file [env: `CDK_CONFIG_PATH=`]
- `-c, --components <COMPONENTS>` - Components to run [env: `CDK_COMPONENTS=`]
- `-h, --help` - Print help

Example to run in FEP mode:

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

Options:
* `-C, --config <CONFIG>` - The path to the cdk-node configuration file [env: `CDK_CONFIG_PATH=`]
* `-g, --chain <CHAIN>` - The path to the genesis.json file [env: `CDK_GENESIS_PATH=`]
* `-h, --help` - Print help
- `-C, --config <CONFIG>` - The path to the cdk-node configuration file [env: `CDK_CONFIG_PATH=`]
- `-g, --chain <CHAIN>` - The path to the genesis.json file [env: `CDK_GENESIS_PATH=`]
- `-h, --help` - Print help

```
cdk erigon --config /etc/cdk/cdk-node-config.toml --chain genesis.json
Expand All @@ -81,7 +81,7 @@ To print the corresponding versions of the components, run the following command
Usage: `cdk versions`

Options:
* `-h, --help` - Print help
- `-h, --help` - Print help

Example:

Expand Down

0 comments on commit bb2c923

Please sign in to comment.