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 24, 2024
1 parent 86c08a5 commit 7eb0850
Showing 1 changed file with 80 additions and 1 deletion.
81 changes: 80 additions & 1 deletion docs/docs/08-references/01-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3016,7 +3016,8 @@ with an "--ibc" flag. Note that the default module is not IBC-enabled.
**Options**

```
-h, --help help for scaffold
-h, --help help for scaffold
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**
Expand Down Expand Up @@ -3105,6 +3106,12 @@ ignite scaffold chain [name] [flags]
--skip-proto skip proto generation
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
Expand Down Expand Up @@ -3143,6 +3150,12 @@ ignite scaffold configs [configs]... [flags]
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
Expand Down Expand Up @@ -3255,6 +3268,12 @@ ignite scaffold list NAME [field]... [flags]
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
Expand Down Expand Up @@ -3327,6 +3346,12 @@ ignite scaffold map NAME [field]... [flags]
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
Expand Down Expand Up @@ -3403,6 +3428,12 @@ ignite scaffold message [name] [field1:type1] [field2:type2] ... [flags]
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
Expand Down Expand Up @@ -3493,6 +3524,12 @@ ignite scaffold module [name] [flags]
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
Expand Down Expand Up @@ -3523,6 +3560,12 @@ ignite scaffold packet [packetName] [field1] [field2] ... --module [moduleName]
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
Expand Down Expand Up @@ -3563,6 +3606,12 @@ ignite scaffold params [param]... [flags]
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
Expand Down Expand Up @@ -3595,6 +3644,12 @@ ignite scaffold query [name] [field1:type1] [field2:type2] ... [flags]
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
Expand All @@ -3616,6 +3671,12 @@ ignite scaffold react [flags]
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
Expand Down Expand Up @@ -3654,6 +3715,12 @@ ignite scaffold single NAME [field:type]... [flags]
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
Expand Down Expand Up @@ -3712,6 +3779,12 @@ ignite scaffold type NAME [field:type] ... [flags]
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

* [ignite scaffold](#ignite-scaffold) - Create a new blockchain, module, message, query, and more
Expand All @@ -3733,6 +3806,12 @@ ignite scaffold vue [flags]
-y, --yes answers interactive yes/no questions with yes
```

**Options inherited from parent commands**

```
--proto-dir string chain proto directory (default "proto")
```

**SEE ALSO**

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

0 comments on commit 7eb0850

Please sign in to comment.