Usage
$ echo "HELLO=World\nHELLO_PLAIN=visible" > .env
dotenvx encrypt
◈ encrypted (.env)
HELLO is encrypted. HELLO_PLAIN stays plaintext.
$ echo "HELLO=World\nHELLO_PLAIN=visible" > .env
dotenvx encrypt
◈ encrypted (.env)
HELLO is encrypted. HELLO_PLAIN stays plaintext.