@dotenvx/dotenvx
Advanced tools
Changelog
1.6.0
dotenvx decrypt
command. works inversely to dotenvx encrypt
. same flags. (#294)--stdout
option to dotenvx decrypt
. example: dotenvx decrypt -f .env.production --stdout > somefile.txt
(#298)--stdout
option to dotenvx encrypt
. example: dotenvx encrypt -f .env.production --stdout > somefile.txt
(#298)secrets.txt
it can still decrypt from DOTENV_PRIVATE_KEY
by seeking out the invert of the DOTENV_PUBLIC_KEY
inside secrets.txt
(#302)dotenvx convert
- still at dotenvx encrypt
dotenvx vault
- still at dotenvx ext vault
Changelog
1.5.0
set
. example: dotenvx set KEY -- "- + * ÷"
(#293)@inquirer/confirm
and ora
(#285)dotenvx ext hub
, replace with dotenvx-ext-hub (install there to continue using hub) (#291)