Update dependency @dotenvx/dotenvx to v1 #113
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.39.0
->1.5.0
Release Notes
dotenvx/dotenvx (@dotenvx/dotenvx)
v1.5.0
Compare Source
Added
set
. example:dotenvx set KEY -- "- + * ÷"
(#293)Changed
@inquirer/confirm
andora
(#285)Removed
dotenvx ext hub
, replace with dotenvx-ext-hub (install there to continue using hub) (#291)v1.4.0
Compare Source
Removed
dotenvx hub
. still available atdotenvx ext hub
(#290)v1.3.2
Compare Source
Changed
prepare
andpostinstall
scripts and replace withnpm run patch
for development and binary building (#286)v1.3.0
Compare Source
Added
--key
option -dotenvx encrypt -k HELLO
(#281)v1.2.0
Compare Source
Added
dotenvx
invocations -dotenvx run -- dotenvx run -- env
(#279)Changed
glob
with faster approach (#278)v1.1.0
Compare Source
Added
v1.0.1
Compare Source
Changed
process.env
and/or with--overload
(#271)v1.0.0
Compare Source
🎉⚠️ .
dotenvx
has made it to1.0.0
. There are BREAKING CHANGESAdded
dotenvx set KEY value --plain
to set plain text valuesdotenvx ext
🔌 as a location to place extensions likegititgnore
,precommit
,ls
, and more. better than cluttering up core features likerun
,get/set
, andencrypt
.dotenvx pro
🏆 command with coming soon and link to GitHub issue (if you wish to be notified of progress. will provide tooling/features for teams)Changed
BREAKING ⚠️
dotenvx set
(usedotenvx set KEY value --plain
to set plain values)dotenvx encrypt
todotenvx ext vault encrypt
(for managing.env.vault
files)dotenvx convert
todotenvx encrypt
ls
todotenvx ext ls
genexample
todotenvx ext genexample
gitignore
todotenvx ext gitignore
prebuild
todotenvx ext prebuild
precommit
todotenvx ext precommit
scan
todotenvx ext scan
hub
todotenvx ext hub
vault
todotenvx ext vault
settings
todotenvx ext settings
(for many of these moved commands, for example
dotenvx genexample
, still work in1.0.0
but with a large deprecated notice -DEPRECATION NOTICE: [genexample] has moved to [dotenvx ext genexample]
. Please change your muscle memory todotenvx ext genexample
, as these deprecated command paths will be removed in a later minor version. importantlydotenvx encrypt
was not able to be preserved because as it is now in use for encrypted.env
files rather than.env.vault
files)This is a BIG release that sets the tone for
dotenvx
's core offering and features while maintaining room for growth. Thank you everyone for your support and usage ofdotenvx
🙏.blog post: "From dotenv to dotenvx: Next Generation Config Management"
v0.45.0
Compare Source
Changed
dotenvx vault convert
todotenvx vault migrate
(#251)install.sh
regex version check to besh
compatible (not just bash)v0.44.6
Compare Source
Added
checksums.txt
as part of each releasev0.44.5
Compare Source
Changed
.github
folder from published binaries on npm (example: npm code)install.sh
v0.44.4
Compare Source
Changed
install.sh
along with sanity checks (#250)v0.44.3
Compare Source
Added
CHANGELOG.md
in npm releaseinstall.sh
in package releasev0.44.2
Compare Source
Changed
package.json
to match project's license BSD-3.v0.44.1
Compare Source
Changed
dotenvx set HELLO '' --encrypt
(#236)v0.44.0
Compare Source
Added
options.debug
,options.verbose
,options.quiet
, andoptions.logLevel
to.config()
(#233)v0.43.2
Compare Source
Changed
replace
when replacing double, single, or backticked quoted at anywhere in the.env
file. (#232)v0.43.1
Compare Source
Changed
replace
function regex - to handle more edge case scenarios with replacing KEY/values (#227)v0.43.0
Compare Source
Added
require('@​dotenvx/dotenvx').config()
forDOTENV_PRIVATE_KEY
decryption (#225)v0.42.0
Compare Source
Added
.env.vault deprecated
warning when usingDOTENV_KEY
. Provide instructions to convert to encrypted.env
files. (#224)v0.41.0
Compare Source
Added
vault convert
command to list convert instructions for converting.env.vault
to encrypted .env files (#222)Changed
encryptme
toconvert
(#222)v0.40.0
Compare Source
Added
dotenvx encryptme
command to convert an entire.env
file to an encrypted.env
file. (#213)Changed
precommit
smart enough to check if a.env*
file is encrypted or not. If fully encrypted, then allowprecommit
check to pass (#211)Removed
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (UTC), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.