Skip to content

Commit

Permalink
docs(cli): update generated docs (#4505)
Browse files Browse the repository at this point in the history
Co-authored-by: julienrbrt <[email protected]>
  • Loading branch information
github-actions[bot] and julienrbrt authored Feb 10, 2025
1 parent 8d1cae5 commit cdeb77b
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions docs/docs/08-references/01-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ To get started, create a blockchain:
* [ignite network](#ignite-network) - Launch a blockchain in production
* [ignite relayer](#ignite-relayer) - Connect blockchains with an IBC relayer
* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
* [ignite testnet](#ignite-testnet) - Simulate (Fuzz) the chain or start a testnet, either in place (using mainnet data) or with multiple nodes.
* [ignite testnet](#ignite-testnet) - Simulate and manage test networks
* [ignite version](#ignite-version) - Print the current build information


Expand Down Expand Up @@ -3298,7 +3298,11 @@ ignite scaffold type NAME [field:type] ... [flags]

## ignite testnet

Simulate (Fuzz) the chain or start a testnet, either in place (using mainnet data) or with multiple nodes.
Simulate and manage test networks

**Synopsis**

Comprehensive toolset for managing and simulating blockchain test networks. It allows users to either run a test network in place using mainnet data or set up a multi-node environment for more complex testing scenarios. Additionally, it includes a subcommand for simulating the chain, which is useful for fuzz testing and other testing-related tasks.

**Options**

Expand Down Expand Up @@ -3343,7 +3347,7 @@ ignite testnet in-place [flags]

**SEE ALSO**

* [ignite testnet](#ignite-testnet) - Simulate (Fuzz) the chain or start a testnet, either in place (using mainnet data) or with multiple nodes.
* [ignite testnet](#ignite-testnet) - Simulate and manage test networks


## ignite testnet multi-node
Expand Down Expand Up @@ -3395,7 +3399,7 @@ ignite testnet multi-node [flags]

**SEE ALSO**

* [ignite testnet](#ignite-testnet) - Simulate (Fuzz) the chain or start a testnet, either in place (using mainnet data) or with multiple nodes.
* [ignite testnet](#ignite-testnet) - Simulate and manage test networks


## ignite testnet simulate
Expand Down Expand Up @@ -3431,7 +3435,7 @@ ignite testnet simulate [flags]

**SEE ALSO**

* [ignite testnet](#ignite-testnet) - Simulate (Fuzz) the chain or start a testnet, either in place (using mainnet data) or with multiple nodes.
* [ignite testnet](#ignite-testnet) - Simulate and manage test networks


## ignite version
Expand Down

0 comments on commit cdeb77b

Please sign in to comment.