ended4월 15일· 1 sources
Beyond .env.example: envcheck Brings Declarative Schema Validation to Your Configs
.env.example은 이제 그만, 선언형 스키마로 환경 변수를 검증하는 envcheck
Why it matters
While .env.example serves as a helpful template, it lacks the enforcement needed to prevent deployment crashes caused by invalid configuration values. envcheck solves this by offering a language-neutral, YAML-based schema validator that can be easily integrated into any CI pipeline via Docker. It allows teams to define strict types, ranges, and patterns for environment variables, ensuring system stability across polyglot architectures.
1
Sources
+0
24h
—
Growth
159d
Active
envcheck.env validationYAML schemaCLI toolDocker