conduit icon indicating copy to clipboard operation
conduit copied to clipboard

CLI configuration

Open lovromazgon opened this issue 4 years ago • 1 comments

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.

lovromazgon avatar Jun 21 '21 11:06 lovromazgon

Relevant for this issue:

  • https://github.com/peterbourgon/ff
  • https://github.com/jinzhu/configor

lovromazgon avatar Apr 13 '22 10:04 lovromazgon