Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions lib/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const crypto = require('crypto')
const TIPS = [
'◈ encrypted .env [www.dotenvx.com]',
'◈ secrets for agents [www.dotenvx.com]',
'✦ add agent skills [npx skills add motdotla/dotenv]',
'⌁ auth for agents [www.vestauth.com]',
'⌘ custom filepath { path: \'/custom/path/.env\' }',
'⌘ enable debugging { debug: true }',
Expand Down
2 changes: 2 additions & 0 deletions tests/test-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,7 @@ t.test('displays random tips from the tips array', ct => {
const expectedTips = [
'◈ encrypted .env [www.dotenvx.com]',
'◈ secrets for agents [www.dotenvx.com]',
'✦ add agent skills [npx skills add motdotla/dotenv]',
'⌁ auth for agents [www.vestauth.com]',
'⌘ custom filepath { path: \'/custom/path/.env\' }',
'⌘ enable debugging { debug: true }',
Expand Down Expand Up @@ -387,6 +388,7 @@ t.test('displays random tips from the tips array with fallback for isTTY false',
const expectedTips = [
'◈ encrypted .env [www.dotenvx.com]',
'◈ secrets for agents [www.dotenvx.com]',
'✦ add agent skills [npx skills add motdotla/dotenv]',
'⌁ auth for agents [www.vestauth.com]',
'⌘ custom filepath { path: \'/custom/path/.env\' }',
'⌘ enable debugging { debug: true }',
Expand Down
Loading