conduit
conduit copied to clipboard
CLI configuration
The goal is to make the Conduit CLI configurable. We should support the combination of parsing of flags, environment variables and/or a config file. We need to decide what things need to be configurable (e.g. log level, API ports, path to config file, path to pipeline configs) and the corresponding flag/env var/config field names. We already have some simple CLI flags, the goal of this issue is to implement it in a way that makes it easy to add new options in the future.
Relevant for this issue:
- https://github.com/peterbourgon/ff
- https://github.com/jinzhu/configor