App Pages

Compare Page

A comparison matrix for variables across env files and environments.

App route: compare

Purpose

The Compare page builds a matrix from the active project's parsed env files. It helps locate missing keys, duplicate keys, empty values, matching values, changed values, and likely secrets across environments.

Comparison inputs

  • The matrix is derived from the active project's env files.
  • Rows represent unique variable keys.
  • Cells represent each env file's status for that key.
  • Summary counts are generated from the matrix.

Statuses

StatusMeaning
existsThe key exists with a non-empty value.
missingThe key is absent from an env file.
emptyThe key exists with an empty value.
duplicateThe key appears more than once in the same env file.
secretThe key or value is classified as likely secret.