Describe your feature
Uplift can currently be configured in three different ways:
- Config file
- CLI flags
- Environment Variables (GPG Import)
Update uplift to support using all three schemes as much as possible. A config file will still provide the best configuration mechanism
Your potential solution
Review the existing code and identify where:
- There are missing CLI flags for setting values defined within the config
- An environment variable can be used for setting the same CLI flag
Environment variables should adopt the naming convention of UPLIFT_. The GPG import task uses this approach already
Any additional information?
No response
Code of Conduct
Describe your feature
Uplift can currently be configured in three different ways:
Update uplift to support using all three schemes as much as possible. A config file will still provide the best configuration mechanism
Your potential solution
Review the existing code and identify where:
Environment variables should adopt the naming convention of
UPLIFT_. The GPG import task uses this approach alreadyAny additional information?
No response
Code of Conduct