zorath-env 0.3.1

CLI tool for .env file validation against JSON schema. Validates environment variables, detects missing required vars, catches configuration drift, generates Markdown or JSON documentation. Language-agnostic, works with any stack.
1
2
3
4
5
6
pub mod check;
pub mod completions;
pub mod docs;
pub mod example;
pub mod init;
pub mod version;