dotenvx encrypt KEY_PLAIN
Skip encryption for keys ending in _PLAIN.
$ echo "HELLO=World\nHELLO_PLAIN=visible" > .env
dotenvx encrypt
◈ encrypted (.env)
HELLO is encrypted. HELLO_PLAIN stays plaintext.
Skip encryption for keys ending in _PLAIN.
$ echo "HELLO=World\nHELLO_PLAIN=visible" > .env
dotenvx encrypt
◈ encrypted (.env)
HELLO is encrypted. HELLO_PLAIN stays plaintext.