File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ const TIPS = [
1414 '📡 observe env with Radar: https://dotenvx.com/radar' ,
1515 '📡 auto-backup env with Radar: https://dotenvx.com/radar' ,
1616 '📡 version env with Radar: https://dotenvx.com/radar' ,
17- '🛠️ run anywhere with `dotenvx run -- yourcommand`' ,
17+ '🛠️ run anywhere with `dotenvx run -- yourcommand`' ,
1818 '⚙️ specify custom .env file path with { path: \'/custom/path/.env\' }' ,
1919 '⚙️ enable debug logging with { debug: true }' ,
2020 '⚙️ override existing env vars with { override: true }' ,
Original file line number Diff line number Diff line change @@ -332,6 +332,9 @@ t.test('displays random tips from the tips array', ct => {
332332 '🔐 encrypt with dotenvx: https://dotenvx.com' ,
333333 '🔐 prevent committing .env to code: https://dotenvx.com/precommit' ,
334334 '🔐 prevent building .env in docker: https://dotenvx.com/prebuild' ,
335+ '📡 observe env with Radar: https://dotenvx.com/radar' ,
336+ '📡 auto-backup env with Radar: https://dotenvx.com/radar' ,
337+ '📡 version env with Radar: https://dotenvx.com/radar' ,
335338 '🛠️ run anywhere with `dotenvx run -- yourcommand`' ,
336339 '⚙️ specify custom .env file path with { path: \'/custom/path/.env\' }' ,
337340 '⚙️ enable debug logging with { debug: true }' ,
You can’t perform that action at this time.
0 commit comments