Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

YAML support for configuration #314

Closed
@danvergara

Description

@danvergara

Description

According to #120, add other formats for configurations would be helpful for non-python programmers/projects. I've seen that YAML is a quite adopted format. As a Golang programmer, I could say that YAML is mainly used for actual configuration and its use is encouraged by the community. As a Docker user, I always add a docker-compose.yml file to set up my local containers.

Possible Solution

Add a new class called YamlConfig or YAMLConfig besides the current TomlConfiguration, to parse either .cz.yaml or cz.yaml config files provided by the user. This could enrich the configuration options along with the json support proposed in this #313 PR.

Related Issue

#120

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions