File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ console.log('DATABASE_URL', process.env.DATABASE_URL)
176176```
177177``` sh
178178$ dotenvx run --debug -- node index.js
179- [dotenvx@0.14.1] injecting env (2) from .env
179+ ⟐ injecting env (2) from .env · dotenvx@1.59.1
180180DATABASE_URL postgres://username@localhost/my_database
181181```
182182
@@ -197,7 +197,7 @@ console.log('DATABASE_URL', process.env.DATABASE_URL)
197197```
198198``` sh
199199$ dotenvx run --debug -- node index.js
200- [dotenvx@0.14.1] injecting env (1) from .env
200+ ⟐ injecting env (1) from .env · dotenvx@1.59.1
201201DATABASE_URL postgres://yourusername@localhost/my_database
202202```
203203
@@ -213,7 +213,7 @@ $ dotenvx set HELLO Production -f .env.production
213213$ echo "console.log('Hello ' + process.env.HELLO)" > index.js
214214
215215$ DOTENV_PRIVATE_KEY_PRODUCTION="<.env.production private key>" dotenvx run -- node index.js
216- [dotenvx] injecting env (2) from .env.production
216+ ⟐ injecting env (2) from .env.production · dotenvx@1.59.1
217217Hello Production
218218```
219219
@@ -641,7 +641,7 @@ HELLO=World
641641
642642``` sh
643643$ node index.js
644- [dotenv@17.0.0] injecting env (1) from .env
644+ ◇ injecting env (1) from .env // tip: ⌘ suppress logs { quiet: true } · dotenv@17.0.0
645645Hello World
646646` ` `
647647
Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ console.log('DATABASE_URL', process.env.DATABASE_URL)
176176```
177177``` sh
178178$ dotenvx run --debug -- node index.js
179- [dotenvx@0.14.1] injecting env (2) from .env
179+ ⟐ injecting env (2) from .env · dotenvx@1.59.1
180180DATABASE_URL postgres://username@localhost/my_database
181181```
182182
@@ -197,7 +197,7 @@ console.log('DATABASE_URL', process.env.DATABASE_URL)
197197```
198198``` sh
199199$ dotenvx run --debug -- node index.js
200- [dotenvx@0.14.1] injecting env (1) from .env
200+ ⟐ injecting env (1) from .env · dotenvx@1.59.1
201201DATABASE_URL postgres://yourusername@localhost/my_database
202202```
203203
@@ -213,7 +213,7 @@ $ dotenvx set HELLO Production -f .env.production
213213$ echo "console.log('Hello ' + process.env.HELLO)" > index.js
214214
215215$ DOTENV_PRIVATE_KEY_PRODUCTION="<.env.production private key>" dotenvx run -- node index.js
216- [dotenvx] injecting env (2) from .env.production
216+ ⟐ injecting env (2) from .env.production · dotenvx@1.59.1
217217Hello Production
218218```
219219
@@ -641,7 +641,7 @@ HELLO=World
641641
642642``` sh
643643$ node index.js
644- [dotenv@17.0.0] injecting env (1) from .env
644+ ◇ injecting env (1) from .env // tip: ⌘ suppress logs { quiet: true } · dotenv@17.0.0
645645Hello World
646646` ` `
647647
You can’t perform that action at this time.
0 commit comments