virajshoor/Envguard
Validate .env files against a typed .env.schema before bad config breaks your deploy.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| env | Env file to validate. | no | .env |
| schema | Schema file to validate against. | no | .env.schema |
| strict | Fail when the env file contains keys missing from the schema. | no | false |
| json | Print machine-readable JSON. | no | false |
| secrets | Run local secret hygiene checks and print warnings. | no | false |
Outputs
no outputs