• v0.1.0 e8e75f1e95

    v0.1.0
    Some checks failed
    CI / test (push) Failing after 5s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-02-01 20:52:02 +00:00 | 31 commits to main since this release

    Initial release of confgen

    A CLI tool that generates, validates, and manages environment-specific configuration files from templates.

    Features

    • Template-based config generation with Jinja2-style syntax
    • Multi-environment support (dev/staging/prod)
    • Schema validation with JSON Schema
    • Secrets interpolation from environment variables or vault backends
    • Diff preview before applying changes
    • Interactive TUI editor
    • Output with secret masking

    Installation

    pip install confgen
    

    Quick Start

    confgen generate --template my_template --environment dev --output config.yaml
    

    Files

    • Source code in src/confgen/
    • Tests in tests/
    • Examples in examples/
    Downloads