-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
fix: bind values from env variables to flags #8337
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's update a documentation (/docs
) as well:
- note how the ENV variable name is created
- As far as I can see, we support an ENV variable for every flag - so let's describe it in docs as well.
I agree with @robert-zaremba, it'd be nice to have the documentation updated. Still, I couldn't find out a good entry point in the docs for this information. @robert-zaremba any suggestion? |
@robert-zaremba @alessio sure, i'll doc changes, just let me know what section fits best |
@troian I think it should go under |
As for docs, @amaurymartiny is moving CLI docs to a new location: https://github.com/cosmos/cosmos-sdk/pull/8294/files#diff-2bc8f9d695cf7d1f01a06afbdc287c4d5d84345e24299ca83e58c67a1ed0d319, so let's wait until his PR get merged. |
The PR Robert mentioned got merged. @troian you can put it in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
utACK
Can get in once tests are fixed
does not seem these fails related to the PR. Panic happens before bind process happens. is there a issue for it? |
Could you double-check about this? This test is not failing on master. |
allows clients access values in env variables Signed-off-by: Artur Troian <troian.ap@gmail.com>
nice, thanks! @troian would you be willing to create a backport PR to the |
sure |
@amaurymartiny |
allows clients access values in env variables Signed-off-by: Artur Troian <troian.ap@gmail.com>
allows clients access values in env variables
Signed-off-by: Artur Troian troian.ap@gmail.com
Description
allows clients access values in env variables
closes #8179
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes