genbox 1.0.46 → 1.0.47
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/commands/init.js +1418 -1790
- package/dist/index.js +0 -2
- package/package.json +1 -1
- package/dist/commands/scan.js +0 -1162
package/dist/index.js
CHANGED
|
@@ -25,7 +25,6 @@ const help_1 = require("./commands/help");
|
|
|
25
25
|
const profiles_1 = require("./commands/profiles");
|
|
26
26
|
const db_sync_1 = require("./commands/db-sync");
|
|
27
27
|
const config_1 = require("./commands/config");
|
|
28
|
-
const scan_1 = require("./commands/scan");
|
|
29
28
|
const resolve_1 = require("./commands/resolve");
|
|
30
29
|
const validate_1 = require("./commands/validate");
|
|
31
30
|
const migrate_1 = require("./commands/migrate");
|
|
@@ -48,7 +47,6 @@ program
|
|
|
48
47
|
.addCommand(profiles_1.profilesCommand)
|
|
49
48
|
.addCommand(db_sync_1.dbSyncCommand)
|
|
50
49
|
.addCommand(config_1.configCommand)
|
|
51
|
-
.addCommand(scan_1.scanCommand)
|
|
52
50
|
.addCommand(resolve_1.resolveCommand)
|
|
53
51
|
.addCommand(validate_1.validateCommand)
|
|
54
52
|
.addCommand(migrate_1.migrateCommand)
|