dmno-dev/Varlock Environment Loader

Load and validate environment variables using varlock schema validation

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
working-directoryDirectory containing .env.schema filesno.
show-summaryShow a summary of loaded environment variablesnotrue
fail-on-errorFail the action if validation errors are foundnotrue
output-formatOutput format: "env" exports variables as environment variables/secrets, "json" outputs a single JSON blobnoenv
namedescription
summarySummary of loaded environment variables
error-countNumber of validation errors found
json-envJSON blob containing all environment variables (only available when output-format is "json"). This will contain all environment variables, including sensitive ones. Be careful.