dryconf

module
v0.0.0-...-f6282ef Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 10, 2021 License: Apache-2.0

README

Dryconf

Problem statement.

Program compose yaml structure from a given configuration (hierarchy) and data.

Examples

Hierarchy
---
hierarchy:
  - name: Task specific configuration
    path: tasks/%{ENVIRONMENT}/%{TASK}.yaml
  - name: Env specific configuraiton
    path: environments/%{ENVIRONMENT}.yaml
  - name: Global configuration
    path: global.yaml
data: data/sample
Data

data/sample/tasks/production/task1.yaml

key1: val1 
list1: 

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL