8000 docs(cli): update generated docs by github-actions[bot] · Pull Request #4754 · ignite/cli · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

docs(cli): update generated docs #4754

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 3, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 27 additions & 31 deletions docs/docs/03-CLI-Commands/01-cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -1087,7 +1087,6 @@ meant to be edited by hand.

* [ignite](#ignite) - Ignite CLI offers everything you need to scaffold, test, build, and launch your blockchain
* [ignite generate composables](#ignite-generate-composables) - TypeScript frontend client and Vue 3 composables
* [ignite generate hooks](#ignite-generate-ho 8000 oks) - 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 ts-client](#ignite-generate-ts-client) - TypeScript frontend client
Expand Down Expand Up @@ -1123,36 +1122,6 @@ ignite generate composables [flags]
* [ignite generate](#ignite-generate) - Generate clients, API docs from source code


## ignite generate hooks

TypeScript frontend client and React hooks

```
ignite generate hooks [flags]
```

**Options**

```
-h, --help help for hooks
-o, --output string React hooks 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 ".")
-v, --verbose verbose output
```

**SEE ALSO**

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


## ignite generate openapi

OpenAPI spec for your chain
Expand Down Expand Up @@ -1365,6 +1334,7 @@ with an "--ibc" flag. Note that the default module is not IBC-enabled.
* [ignite scaffold query](#ignite-scaffold-query) - Query for fetching data from a blockchain
* [ignite scaffold single](#ignite-scaffold-single) - CRUD for data stored in a single location
* [ignite scaffold type](#ignite-scaffold-type) - Type definition
* [ignite scaffold vue](#ignite-scaffold-vue) - Vue 3 web app template


## ignite scaffold chain
Expand Down Expand Up @@ -2125,6 +2095,32 @@ ignite scaffold type NAME [field:type] ... [flags]
* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more


## ignite scaffold vue

Vue 3 web app template

```
ignite scaffold vue [flags]
```

**Options**

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

**Options inherited from parent commands**

```
-v, --verbose verbose output
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more


## ignite testnet

Simulate and manage test networks
Expand Down
0