Skip to content

Commit

Permalink
docs(cli): update generated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored and github-actions[bot] committed Apr 29, 2024
1 parent a2903dc commit 8ca2370
Showing 1 changed file with 1 addition and 30 deletions.
31 changes: 1 addition & 30 deletions docs/docs/08-references/01-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1008,7 +1008,6 @@ meant to be edited by hand.
* [ignite generate openapi](#ignite-generate-openapi) - OpenAPI spec for your chain
* [ignite generate proto-go](#ignite-generate-proto-go) - Compile protocol buffer files to Go source code required by Cosmos SDK
* [ignite generate ts-client](#ignite-generate-ts-client) - TypeScript frontend client
* [ignite generate vuex](#ignite-generate-vuex) - *DEPRECATED* TypeScript frontend client and Vuex stores


## ignite generate composables
Expand Down Expand Up @@ -1176,35 +1175,6 @@ ignite generate ts-client [flags]
* [ignite generate](#ignite-generate) - Generate clients, API docs from source code


## ignite generate vuex

*DEPRECATED* TypeScript frontend client and Vuex stores

```
ignite generate vuex [flags]
```

**Options**

```
-h, --help help for vuex
-o, --output string Vuex store output path
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--clear-cache clear the build cache (advanced)
--enable-proto-vendor enable proto package vendor for missing Buf dependencies
-p, --path string path of the app (default ".")
```

**SEE ALSO**

* [ignite generate](#ignite-generate) - Generate clients, API docs from source code


## ignite network

Launch a blockchain in production
Expand Down Expand Up @@ -3101,6 +3071,7 @@ ignite scaffold chain [name] [flags]
--no-module create a project without a default module
--params strings add default module parameters
-p, --path string create a project in a specific path
--proto-dir string chain proto directory (default "proto")
--skip-git skip Git repository initialization
--skip-proto skip proto generation
```
Expand Down

0 comments on commit 8ca2370

Please sign in to comment.