dotenvx get
Return a single environment variable's value.
Watch demo →
$ dotenvx get KEY
$ echo "HELLO=World" > .env dotenvx get HELLO World