-
Notifications
You must be signed in to change notification settings - Fork 117
[feat] Add command line options for showing the system and environments configuration #633
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #633 +/- ##
==========================================
+ Coverage 91.5% 91.59% +0.09%
==========================================
Files 72 72
Lines 9009 9058 +49
==========================================
+ Hits 8244 8297 +53
+ Misses 765 761 -4
Continue to review full report at Codecov.
|
- New options added: `--show-config` and `--show-config-env ENV`. - Unit tests added as well
|
I finalized the implementation. Output is YAML-like. I added also an option to show the environment configuration. Still to do is to update the documentation. |
|
Documentation updated. |
|
@teojgo @victorusu Can you please review this so that we can merge it? |
Creating the option --show-config listing the system configuration in a readable format.
Closes #306
Closes #215