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.
//! zorath-env library
//!//! This module exposes the internal functionality for integration testing.
//! The primary interface is the CLI binary (`zenv`), but these modules
//! can be used programmatically for testing and embedding.
pubmodcommands;pubmodconfig;pubmodenvfile;pubmodpresets;pubmodremote;pubmodschema;pubmodsecrets;pubmodsuggestions;