Skip to content

Commit 24ef9e0

Browse files
committed
update README
1 parent d179cd9 commit 24ef9e0

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README-es.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
180180
DATABASE_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
201201
DATABASE_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
217217
Hello 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
645645
Hello World
646646
```
647647

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
180180
DATABASE_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
201201
DATABASE_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
217217
Hello 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
645645
Hello World
646646
```
647647

0 commit comments

Comments
 (0)