dotenvx get
Make JSON output more readable.
$ dotenvx get --pretty-print
$ echo "HELLO=World" > .env dotenvx get --pretty-print { "HELLO": "World" }