zorath-env 0.3.9

Fast CLI for .env validation against JSON/YAML schemas. 14 types, secret detection, watch mode, remote schemas, 7 export formats, CI templates, health diagnostics, code scanning, auto-fix. Language-agnostic single binary.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
pub mod cache;
pub mod check;
pub mod completions;
pub mod diff;
pub mod docs;
pub mod doctor;
pub mod example;
pub mod export;
pub mod fix;
pub mod init;
pub mod scan;
pub mod template;
pub mod version;