Skip to content

Commit 6c0510e

Browse files
committed
[package] Release: v0.9.4
1 parent 9f3d167 commit 6c0510e

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.usage/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "env-schema-cli",
3-
"version": "0.9.3",
3+
"version": "0.9.4",
44
"description": "The enhanced CLI and a programmatic wrapper around env-schema environment variables validator against JSON Schema.",
55
"type": "module",
66
"main": "./code/index.js",

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Enhanced `env-schema` CLI
22

3-
The enhanced CLI and programmatic wrapper around <code><a href="https://www.npmjs.com/package/env-schema" target="_blank" rel="noopener noreferrer">env-schema</a></code> validates environment variables against <a href="https://json-schema.org/" target="_blank" rel="noopener noreferrer">JSON Schema</a>. This package adds support for loading schemas from a file or URL and validating multiple environment files against the same schema.
3+
The enhanced CLI and programmatic wrapper around [`env-schema`](https://www.npmjs.com/package/env-schema) that validates environment variables against [JSON Schema](https://json-schema.org/). This package adds support for loading schemas from a file or URL and validating multiple environment files against the same schema.
44

55
Its purpose is to be used as a CLI in a separate build/CI step or to be programmatically integrated into custom build pipelines.
66

0 commit comments

Comments
 (0)