diff --git a/docs/docs/08-references/01-cli.md b/docs/docs/08-references/01-cli.md index f08640a771..56c10341a4 100644 --- a/docs/docs/08-references/01-cli.md +++ b/docs/docs/08-references/01-cli.md @@ -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** @@ -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 @@ -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** @@ -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** @@ -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** @@ -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** @@ -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** @@ -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**