dotenvx del
Delete a single key from your .env file.
$ dotenvx del KEY
$ echo "HELLO=World" > .env dotenvx del HELLO ◇ removed HELLO (.env)