@dotenvx/dotenvx
Advanced tools
Comparing version 0.18.0 to 0.19.0
{ | ||
"version": "0.18.0", | ||
"version": "0.19.0", | ||
"name": "@dotenvx/dotenvx", | ||
@@ -4,0 +4,0 @@ "description": "a better dotenv–from the creator of `dotenv`", |
@@ -100,2 +100,7 @@ #!/usr/bin/env node | ||
// dotenvx scan | ||
program.command('scan') | ||
.description('scan for leaked secrets') | ||
.action(require('./actions/scan')) | ||
// dotenvx ls | ||
@@ -102,0 +107,0 @@ program.command('ls') |
84207
36
1929