You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support for reading config files add. For now, only Yaml configs are supported.
Use WithYamlConfig(path) option to provide a path to a config file.
All values provided as cli or env will overwrite values from the config file.