Skip to content

Commit

Permalink
docs(cli): update generated docs (#3753)
Browse files Browse the repository at this point in the history
Co-authored-by: ilgooz <[email protected]>
  • Loading branch information
github-actions[bot] and ilgooz committed Nov 27, 2023
1 parent b9d9dda commit 199fb1a
Showing 1 changed file with 22 additions and 43 deletions.
65 changes: 22 additions & 43 deletions docs/docs/08-references/01-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -1126,9 +1126,10 @@ meant to be edited by hand.
**Options**

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

**SEE ALSO**
Expand All @@ -1138,7 +1139,6 @@ meant to be edited by hand.
* [ignite generate hooks](#ignite-generate-hooks) - TypeScript frontend client and React hooks
* [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 proto-pulsar](#ignite-generate-proto-pulsar) - Compile protocol buffer files to Go pulsar 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

Expand All @@ -1162,8 +1162,9 @@ ignite generate composables [flags]
**Options inherited from parent commands**

```
--clear-cache clear the build cache (advanced)
-p, --path string path of the app (default ".")
--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**
Expand All @@ -1190,8 +1191,9 @@ ignite generate hooks [flags]
**Options inherited from parent commands**

```
--clear-cache clear the build cache (advanced)
-p, --path string path of the app (default ".")
--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**
Expand All @@ -1217,8 +1219,9 @@ ignite generate openapi [flags]
**Options inherited from parent commands**

```
--clear-cache clear the build cache (advanced)
-p, --path string path of the app (default ".")
--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**
Expand All @@ -1244,35 +1247,9 @@ ignite generate proto-go [flags]
**Options inherited from parent commands**

```
--clear-cache clear the build cache (advanced)
-p, --path string path of the app (default ".")
```

**SEE ALSO**

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


## ignite generate proto-pulsar

Compile protocol buffer files to Go pulsar source code required by Cosmos SDK

```
ignite generate proto-pulsar [flags]
```

**Options**

```
-h, --help help for proto-pulsar
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--clear-cache clear the build cache (advanced)
-p, --path string path of the app (default ".")
--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**
Expand Down Expand Up @@ -1321,8 +1298,9 @@ ignite generate ts-client [flags]
**Options inherited from parent commands**

```
--clear-cache clear the build cache (advanced)
-p, --path string path of the app (default ".")
--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**
Expand All @@ -1349,8 +1327,9 @@ ignite generate vuex [flags]
**Options inherited from parent commands**

```
--clear-cache clear the build cache (advanced)
-p, --path string path of the app (default ".")
--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**
Expand Down

0 comments on commit 199fb1a

Please sign in to comment.