-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, configuration is managed only through flags. This makes it harder to support more complex or layered configuration, and less convenient for users who want to manage settings via files or environment variables.
- Integrate koanf in addition to flags, to allow:
- Configuration via (one of) YAML/JSON/TOML file.
- Overriding with environment variables.
- Retaining existing flag support for compatibility.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
Type
Projects
Status
To Do