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

Modify Python tools to check OS env vars to use in addition to arguments #93

Open
antaenc opened this issue Oct 4, 2021 · 0 comments
Open

Comments

@antaenc
Copy link
Contributor

antaenc commented Oct 4, 2021

The golden standard for precedence is "Viper" (https://github.com/spf13/viper#why-viper) From it we use this precedence: (first one wins)

  1. Command line option
  2. Environment variable
  3. Configuration file (with a pecking order of where the file might be)
  4. Default (edited)
@github-actions github-actions bot added the triage Need to triage label Oct 4, 2021
@antaenc antaenc added the G2Tool Concerns G2Tools package label Oct 4, 2021
@jamietypovsky jamietypovsky removed G2Tool Concerns G2Tools package triage Need to triage labels Nov 9, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants