-
v0.1.0
Stablereleased this
2026-02-01 20:52:02 +00:00 | 31 commits to main since this releaseInitial 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 confgenQuick Start
confgen generate --template my_template --environment dev --output config.yamlFiles
- Source code in
src/confgen/ - Tests in
tests/ - Examples in
examples/
Downloads