dotenvx ls

Print all .env files in a tree structure.

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

Pass a directory to list .env files under that path.

$ dotenvx ls apps/backend
└─ .env