You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I met a problem with the command ignite scaffold params unauth:uint --module roleauth which pop up an error ✘ Unknown flag: --module..
And I find there no such sub-command on the ignite v28.6.0.. Does this command was hidden by some reason?
Though I still find ignite scaffold params on the docs of ignite - ignite scaffold params.
So, how to add one more param in my custom module which also created by the command - ignite scaffold module roleauth --dep auth --params admin:uint,manager:uint,user:uint when the above command is invalid..
❯ ignite version
Ignite CLI version: v28.6.0
Ignite CLI build date: 2024-11-26T20:34:44Z
Ignite CLI source hash: 54f41311dbaf47de537dcaf6c529f401a12d0e60
Ignite CLI config version: v1
Cosmos SDK version: v0.50.9
Your OS: linux
Your arch: amd64
Your go version: go version go1.23.4 linux/amd64
Your uname -a: Linux unic-desktop 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Your cwd: /root/all/bc/gotmchain/dachain
Is on Gitpod: false
❯ ignite version
Ignite CLI version: v28.6.0
Ignite CLI build date: 2024-11-26T20:34:44Z
Ignite CLI source hash: 54f41311dbaf47de537dcaf6c529f401a12d0e60
Ignite CLI config version: v1
Cosmos SDK version: v0.50.9
Your OS: linux
Your arch: amd64
Your go version: go version go1.23.4 linux/amd64
Your uname -a: Linux unic-desktop 5.15.167.4-microsoft-standard-WSL2 #1 SMP Tue Nov 5 00:21:55 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Your cwd: /root/all/bc/gotmchain/dachain
Is on Gitpod: false
The text was updated successfully, but these errors were encountered:
Describe the Bug:
Hello, I met a problem with the command
ignite scaffold params unauth:uint --module roleauth
which pop up an error✘ Unknown flag: --module
..And I find there no such sub-command on the ignite v28.6.0.. Does this command was hidden by some reason?
Though I still find
ignite scaffold params
on the docs of ignite - ignite scaffold params.So, how to add one more param in my custom module which also created by the command -
ignite scaffold module roleauth --dep auth --params admin:uint,manager:uint,user:uint
when the above command is invalid..Steps to Reproduce:
✘ Unknown flag: --module
Expected Behavior:
ignite scaffold params
on the docs of ignite - ignite scaffold params.ignite scaffold --help
and do workActual Behavior:
ignite scaffold --help
Environment Details:
The text was updated successfully, but these errors were encountered: