Skip to content

Commit 9f3d167

Browse files
committed
[package] Release: v0.9.3
1 parent 715f159 commit 9f3d167

5 files changed

Lines changed: 6 additions & 5 deletions

File tree

.github/workflows/env-schema-cli.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- master
1010
paths:
1111
- ".github/workflows/env-schema-cli.yml"
12+
- "readme.md"
1213
- "package.json"
1314
- "src/**"
1415

.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.2",
3+
"version": "0.9.3",
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 tiny 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 <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.
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)