@@ -8,10 +8,13 @@ const version = packageJson.version
8
8
9
9
// Array of tips to display randomly
10
10
const TIPS = [
11
- '🔐 encrypt with dotenvx : https://dotenvx.com' ,
11
+ '🔐 encrypt with Dotenvx : https://dotenvx.com' ,
12
12
'🔐 prevent committing .env to code: https://dotenvx.com/precommit' ,
13
13
'🔐 prevent building .env in docker: https://dotenvx.com/prebuild' ,
14
- '🛠️ run anywhere with `dotenvx run -- yourcommand`' ,
14
+ '📡 observe env with Radar: https://dotenvx.com/radar' ,
15
+ '📡 auto-backup env with Radar: https://dotenvx.com/radar' ,
16
+ '📡 version env with Radar: https://dotenvx.com/radar' ,
17
+ '🛠️ run anywhere with `dotenvx run -- yourcommand`' ,
15
18
'⚙️ specify custom .env file path with { path: \'/custom/path/.env\' }' ,
16
19
'⚙️ enable debug logging with { debug: true }' ,
17
20
'⚙️ override existing env vars with { override: true }' ,
@@ -311,7 +314,7 @@ function configDotenv (options) {
311
314
}
312
315
}
313
316
314
- _log ( `injecting env (${ keysCount } ) from ${ shortPaths . join ( ',' ) } ${ dim ( `( tip: ${ _getRandomTip ( ) } ) ` ) } ` )
317
+ _log ( `injecting env (${ keysCount } ) from ${ shortPaths . join ( ',' ) } ${ dim ( `-- tip: ${ _getRandomTip ( ) } ` ) } ` )
315
318
}
316
319
317
320
if ( lastError ) {
0 commit comments