Skip to content

Commit d2df986

Browse files
chore(docs): deploy version v29.2.0 (#4776)
Co-authored-by: julienrbrt <[email protected]>
1 parent b395ffb commit d2df986

File tree

2 files changed

+30
-17
lines changed

2 files changed

+30
-17
lines changed

docs/versioned_docs/version-v29/03-CLI-Commands/01-cli-commands.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1334,6 +1334,7 @@ with an "--ibc" flag. Note that the default module is not IBC-enabled.
13341334
* [ignite scaffold query](#ignite-scaffold-query) - Query for fetching data from a blockchain
13351335
* [ignite scaffold single](#ignite-scaffold-single) - CRUD for data stored in a single location
13361336
* [ignite scaffold type](#ignite-scaffold-type) - Type definition
1337+
* [ignite scaffold type-list](#ignite-scaffold-type-list) - List scaffold types
13371338
* [ignite scaffold vue](#ignite-scaffold-vue) - Vue 3 web app template
13381339

13391340

@@ -2095,6 +2096,35 @@ ignite scaffold type NAME [field:type] ... [flags]
20952096
* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
20962097

20972098

2099+
## ignite scaffold type-list
2100+
2101+
List scaffold types
2102+
2103+
**Synopsis**
2104+
2105+
List all available scaffold types
2106+
2107+
```
2108+
ignite scaffold type-list [flags]
2109+
```
2110+
2111+
**Options**
2112+
2113+
```
2114+
-h, --help help for type-list
2115+
```
2116+
2117+
**Options inherited from parent commands**
2118+
2119+
```
2120+
-v, --verbose verbose output
2121+
```
2122+
2123+
**SEE ALSO**
2124+
2125+
* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
2126+
2127+
20982128
## ignite scaffold vue
20992129

21002130
Vue 3 web app template

docs/versioned_docs/version-v29/04-clients/02-typescript.md

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -41,23 +41,6 @@ Run a command to start your blockchain node:
4141
ignite chain serve -r
4242
```
4343

44-
### Typescript Generation Rate Limits
45-
46-
To avoid hitting [buf.build](https://buf.build/) rate limits, make sure to
47-
48-
1. Create an account at [buf.build](https://buf.build/)
49-
2. Install the buf plugin:
50-
51-
```bash
52-
brew install bufbuild/buf/buf
53-
```
54-
55-
3. Login in your terminal:
56-
57-
```bash
58-
buf registry login
59-
```
60-
6144
## Setting up a TypeScript frontend client
6245

6346
The best way to get started building with the TypeScript client is by using

0 commit comments

Comments
 (0)