dotenvx get --pretty-print

Make JSON output more readable.

$ echo "HELLO=World" > .env
dotenvx get --pretty-print
{
  "HELLO": "World"
}