Dotenv · names without values

See structural env problems, never secret values

Results contain sorted variable names, line numbers and stable issue types only.

Open EnvCheck

No account · no upload · no value output

Three explicit steps

Paste, validate, compare

01

Paste actual and example files

Either file may be empty; both stay local.

02

Inspect structural issues

Line numbers identify invalid names, quotes, expansion and duplicates.

03

Copy redacted names

Each sorted key is emitted as NAME= with no value.

Environment-file review

Useful before onboarding, CI or deployment configuration

  • Find a missing example key.
  • Spot an accidental duplicate.
  • Reject command substitution.
  • Share a redacted key skeleton.

Reproducible examples

Comparison and duplicate-key env examples

Validate a narrow dotenv subset, report every duplicate and compare names with .env.example locally.
View examples

Names only · values hidden

Check env structure without exposing values

Validate a narrow dotenv subset, report every duplicate and compare names with .env.example locally.

Open EnvCheck