Skip to content

Releases: AdametherzLab/envcheck

v0.6.0

Choose a tag to compare

@AdametherzLab AdametherzLab released this 11 Mar 04:58

CLI 'check' command — Allow users to validate their current environment variables against a schema directly from the command line, providing immediate feedback on missing or invalid values.

v0.5.0

Choose a tag to compare

@AdametherzLab AdametherzLab released this 11 Mar 02:32

CLI for interactive schema creation — Allow users to quickly define their environment schema through a guided command-line interface, reducing manual coding.

v0.4.0

Choose a tag to compare

@AdametherzLab AdametherzLab released this 10 Mar 11:36

Automatic .env file generation — Allow users to automatically generate a .env.example file based on their defined schema, making it easier to onboard new developers or deploy to new environments.

v0.3.0

Choose a tag to compare

@AdametherzLab AdametherzLab released this 10 Mar 02:38

CLI for Schema Generation — Allow users to easily generate a JSON Schema file from their TypeScript schema definition without writing a separate script, enabling integration with other tools.

v0.2.0

Choose a tag to compare

@AdametherzLab AdametherzLab released this 09 Mar 04:38

JSON Schema Export — Allow users to generate a JSON Schema representation of their environment variable schema, enabling validation with other tools or documentation generation.

v0.1.0

Choose a tag to compare

@AdametherzLab AdametherzLab released this 05 Mar 21:33

Initial release — Typed env var validator — fail fast on missing/invalid vars with type inference