fix: bind values from env variables to flags#8337
Conversation
robert-zaremba
left a comment
There was a problem hiding this comment.
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 |
|
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/)godoccomments.Unreleasedsection inCHANGELOG.mdFiles changedin the Github PR explorerCodecov Reportin the comment section below once CI passes