We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fcc030e commit 39eda1fCopy full SHA for 39eda1f
lib/main.js
@@ -17,7 +17,7 @@ const TIPS = [
17
'✅ audit secrets and track compliance: https://dotenvx.com/ops',
18
'🔄 add secrets lifecycle management: https://dotenvx.com/ops',
19
'🔑 add access controls to secrets: https://dotenvx.com/ops',
20
- '🛠️ run anywhere with `dotenvx run -- yourcommand`',
+ '🛠️ run anywhere with `dotenvx run -- yourcommand`',
21
'⚙️ specify custom .env file path with { path: \'/custom/path/.env\' }',
22
'⚙️ enable debug logging with { debug: true }',
23
'⚙️ override existing env vars with { override: true }',
0 commit comments