Advanced

dotenvx ext ls

Print all .env files in a tree structure.

$ touch .env
$ touch .env.production
$ mkdir -p apps/backend
$ touch apps/backend/.env

$ dotenvx ext ls
├─ .env.production
├─ .env
└─ apps
   └─ backend
      └─ .env