App Pages
Compare Page
A comparison matrix for variables across env files and environments.
App route: comparePurpose
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
| Status | Meaning |
|---|---|
| exists | The key exists with a non-empty value. |
| missing | The key is absent from an env file. |
| empty | The key exists with an empty value. |
| duplicate | The key appears more than once in the same env file. |
| secret | The key or value is classified as likely secret. |