Skip to content
This repository was archived by the owner on Apr 25, 2022. It is now read-only.
This repository was archived by the owner on Apr 25, 2022. It is now read-only.

Make it so that all config options can also be specified by a flag  #6

@krasi-georgiev

Description

@krasi-georgiev

for example

./telliot --web.logLevel=debug
would be the same as if having a configuration file like

{
    "Web": {
        "LogLeve": "debug"
    }
}

cli argument ovveride the configs. This will allow to quickly switch the logs and other configs without the need to specify a config file and also edit it all the time.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions