dotenvx get
Return a json response of all key/value pairs in a .env file.
$ dotenvx get
$ echo "HELLO=World" > .env dotenvx get {"HELLO":"World"}