Skip to content

Commit

Permalink
Merge pull request #2497 from 0xPolygon/vcastellm/fix-formatting2
Browse files Browse the repository at this point in the history
Fix more formatting
  • Loading branch information
mitchpolygon authored Nov 22, 2024
2 parents e3a0035 + 7324042 commit a2e304b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/cdk/getting-started/cli-tool.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,14 @@ 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)

Options:

- `-h, --help` - Print help

### `cdk node`
Expand All @@ -38,6 +40,7 @@ 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
Expand All @@ -64,6 +67,7 @@ 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
Expand All @@ -85,6 +89,7 @@ To print the corresponding versions of the components, run the following command
Usage: `cdk versions`

Options:

- `-h, --help` - Print help

Example:
Expand Down

0 comments on commit a2e304b

Please sign in to comment.