dotenvx del KEY

Delete a single key from your .env file.

$ echo "HELLO=World" > .env

dotenvx del HELLO
◇ removed HELLO (.env)