Ecosyste.ms: Timeline
Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.
motdotla created a comment on an issue on dotenvx/dotenvx
> The logic for deterministic loading can be reasonably simple. I disagree given how complicated this is getting with 4 to 5 different files. ``` The logic for deterministic loading can be r...
motdotla closed an issue on dotenvx/dotenvx
Load order for .env.*.[extended] files.. - use `-f` flags in order you desire
Notice the load order: `.env.staging.local, .env.staging.build, .env.staging, .env.staging.build.local` ```bash dependencies: + @dotenvx/dotenvx 1.32.0 Done in 12.7s $ >>.env.staging $ >>...motdotla created a comment on an issue on dotenvx/dotenvx
Indeed, but there is nuance here: ## Scenario 1: The attacker gets access to both immediately You are in big trouble. Now your only ally is time - as the attacker has to take the time to decr...
motdotla created a comment on an issue on dotenvx/dotenvx
ok, i dug into this and it is different than I remember: 1. `dotenvx` can NOT determine order via `DOTENV_PRIVATE_KEY*` before the command. This is not a limitation of dotenvx but a limitation o...
motdotla reopened an issue on dotenvx/dotenvx
Load order for .env.*.[extended] files..
Notice the load order: `.env.staging.local, .env.staging.build, .env.staging, .env.staging.build.local` ```bash dependencies: + @dotenvx/dotenvx 1.32.0 Done in 12.7s $ >>.env.staging $ >>...motdotla created a comment on an issue on dotenvx/dotenvx
from your example they are. can you be more descriptive please. where are you setting them?
motdotla closed an issue on dotenvx/dotenvx
Load order for .env.*.[extended] files..
Notice the load order: `.env.staging.local, .env.staging.build, .env.staging, .env.staging.build.local` ```bash dependencies: + @dotenvx/dotenvx 1.32.0 Done in 12.7s $ >>.env.staging $ >>...motdotla created a comment on an issue on dotenvx/dotenvx
closing but let me know if adjusting that does not work. Alternatively, you can use multiple -f flags to denote order.
motdotla created a comment on an issue on dotenvx/dotenvx
dotenvx respects the order of your private keys when set on the command line that way. Adjust your order and they should load appropriately to how you desire.
motdotla closed an issue on motdotla/dotenv-expand
Support to escape the escape string?
I have the following environment ``` DATABASE: server\instance ``` I would like to use variable substitution ``` DATABASE: server\${INSTANCE} ``` However, dotenv-expand interprets t...motdotla pushed 1 commit to log-adjustments dotenvx/dotenvx
- improve messaging for `prebuild` and `precommit` 681de72
motdotla created a branch on dotenvx/dotenvx
log-adjustments - a better dotenv–from the creator of `dotenv`