-
Notifications
You must be signed in to change notification settings - Fork 555
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
Add ignite scaffold param <name>:<type> --module <module>
#3684
Comments
ignite scaffold param [...]
baz:uint,bar:bool --module foo`ignite scaffold param [...]
cc @h5law |
ignite scaffold param [...]
ignite scaffold param <name>:<type> --module <module>
@Pantani Thanks for doing this! |
@Pantani When I run Here is the output:
Here is the version:
Do you know when it'll be available? |
Hey, it will be available on v29. |
@julienrbrt Is there a VERY approximate ETA for that? Totally fine even if you say 2025. Just trying to understand if I should wait to do something or not. |
You can use main right now for a v0.50 chain (until we merge 0.52 integration). V29 should be released soon after IBC is compatible with 0.52. Probably Q4 this year. |
The team at ignite responded to our feature request but it's not available yet: ignite/cli#3684. We should update to it at some point.
The team at ignite responded to our feature request but it's not available yet: ignite/cli#3684. We should update to it at some point.
The team at ignite responded to our feature request but it's not available yet: ignite/cli#3684. We should update to it at some point.
Yes, I'd like to add a parameter to an already scaffold module.
Current Flow:
Proposed workflow:
Look at ignite documentation for how to add params.
Ref: https://docs.ignite.com/references/cli
The text was updated successfully, but these errors were encountered: