Skip to content

Commit

Permalink
docs(cli): update generated docs (#3978)
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 committed May 29, 2024
1 parent e96cf83 commit 002c99d
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions docs/docs/08-references/01-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,7 @@ chain.
* [ignite chain debug](#ignite-chain-debug) - Launch a debugger for a blockchain app
* [ignite chain faucet](#ignite-chain-faucet) - Send coins to an account
* [ignite chain init](#ignite-chain-init) - Initialize your chain
* [ignite chain lint](#ignite-chain-lint) - Lint codebase using golangci-lint
* [ignite chain serve](#ignite-chain-serve) - Start a blockchain node in development
* [ignite chain simulate](#ignite-chain-simulate) - Run simulation testing for the blockchain

Expand Down Expand Up @@ -788,6 +789,36 @@ ignite chain init [flags]
* [ignite chain](#ignite-chain) - Build, init and start a blockchain node


## ignite chain lint

Lint codebase using golangci-lint

**Synopsis**

The lint command runs the golangci-lint tool to lint the codebase.

```
ignite chain lint [flags]
```

**Options**

```
-h, --help help for lint
```

**Options inherited from parent commands**

```
-c, --config string path to Ignite config file (default: ./config.yml)
-y, --yes answers interactive yes/no questions with yes
```

**SEE ALSO**

* [ignite chain](#ignite-chain) - Build, init and start a blockchain node


## ignite chain serve

Start a blockchain node in development
Expand Down

0 comments on commit 002c99d

Please sign in to comment.