-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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 back cli config option for flags #8529
Comments
I also miss this command! Especially since I like to set up scripts with sometimes long sequences of transactions. Without the config, these sort of scripts will be less readable due to longer lines (Even though for this specific purpose I can set up functions which abstract away these flags) |
It was a hack-ish, manually maintained tiny thing that I wrote originally long time ago. I was never aware that it was so much used. CC'ing @jgimeno @sahith-narahari @fdymylja |
If we could understand better the scope of this. What is the reason? Is it to support multiple chain configs from the same daemon? |
Nope. Cosmos SDK applications used to read client configuration from an INI file. Such file could be edited either manually or via the command |
@alessio is someone from your team addressing this or should we assign someone from the regen side? |
Do you want to include this in v0.42? If the answer to the latter is |
I'm not sure if it's in scope of this issue, but a refactor of the whole config situation would be cool: #8132 (comment), and might make this task easier. |
Yes, I agree 👍 |
C'ing @gsora |
@cyberbono3 who has just joined the regen team will be taking a look at this from our side :) |
One of the reasons for removing this is dependency on a global viper object. We will need to figure out how to do this cleanly without using globals. Maybe a scoped viper instance or something totally outside the viper stack. |
Just had a talk with @cyberbono3 on this. I believe people want this on the hub right now, so i propose 2 steps:
Any feedback on this? |
Sounds like we have a plan! |
This is tracked in #9034 |
Summary
I noticed you can't use a command like
gaiacli config keyring-backend test
anymore.It makes commands really cumbersome when you have to add a flag like that onto everything, is there no way to configure the command anymore?
Problem Definition
Proposal
For Admin Use
The text was updated successfully, but these errors were encountered: