diff --git a/docs/docs/08-references/01-cli.md b/docs/docs/08-references/01-cli.md index 68fd236ac3..1a19388b7b 100644 --- a/docs/docs/08-references/01-cli.md +++ b/docs/docs/08-references/01-cli.md @@ -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** @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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