Skip to content
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

Use viper for some of the flags which can also be read from a config.yaml #196

Open
rockspore opened this issue Apr 13, 2021 · 0 comments
Open
Labels
task Non-feature or bug work to be done

Comments

@rockspore
Copy link
Contributor

There exists some custom solution for the value given in the flag to override that supplied by a config file. For example, --organization/-o will override the org_name in the config.

Now we want to add environment variable support via viper. So we need to make sure the flag values are still working correctly by having them also fetched via viper.

See for reference: apigee/apigee-remote-service-envoy#165

@theganyo theganyo added the task Non-feature or bug work to be done label May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
task Non-feature or bug work to be done
Projects
None yet
Development

No branches or pull requests

2 participants