@memberjunction/cli 5.10.0 → 5.10.1
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/oclif.manifest.json +262 -262
- package/package.json +13 -13
package/oclif.manifest.json
CHANGED
|
@@ -22,110 +22,6 @@
|
|
|
22
22
|
"index.js"
|
|
23
23
|
]
|
|
24
24
|
},
|
|
25
|
-
"bump": {
|
|
26
|
-
"aliases": [],
|
|
27
|
-
"args": {},
|
|
28
|
-
"description": "Bumps MemberJunction dependency versions",
|
|
29
|
-
"examples": [
|
|
30
|
-
{
|
|
31
|
-
"command": "<%= config.bin %> <%= command.id %>",
|
|
32
|
-
"description": "Bump all @memberjunction/* dependencies in the current directory's package.json to the CLI version"
|
|
33
|
-
},
|
|
34
|
-
{
|
|
35
|
-
"command": "<%= config.bin %> <%= command.id %> -rdv",
|
|
36
|
-
"description": "Preview all recursive packages bumps without writing any changes."
|
|
37
|
-
},
|
|
38
|
-
{
|
|
39
|
-
"command": "<%= config.bin %> <%= command.id %> -rqt v2.10.0 | xargs -n1 -I{} npm install --prefix {}",
|
|
40
|
-
"description": "Recursively bump all @memberjunction/* dependencies in all packages to version v2.10.0 and output only the paths containing the updated package.json files. Pipe the output to xargs to run npm install in each directory and update the package-lock.json files as well."
|
|
41
|
-
}
|
|
42
|
-
],
|
|
43
|
-
"flags": {
|
|
44
|
-
"verbose": {
|
|
45
|
-
"char": "v",
|
|
46
|
-
"description": "Enable additional logging",
|
|
47
|
-
"name": "verbose",
|
|
48
|
-
"allowNo": false,
|
|
49
|
-
"type": "boolean"
|
|
50
|
-
},
|
|
51
|
-
"recursive": {
|
|
52
|
-
"char": "r",
|
|
53
|
-
"description": "Bump version in current directory and all subdirectories",
|
|
54
|
-
"name": "recursive",
|
|
55
|
-
"allowNo": false,
|
|
56
|
-
"type": "boolean"
|
|
57
|
-
},
|
|
58
|
-
"tag": {
|
|
59
|
-
"char": "t",
|
|
60
|
-
"description": "Version tag to bump target for bump (e.g. v2.10.0), defaults to the CLI version",
|
|
61
|
-
"name": "tag",
|
|
62
|
-
"hasDynamicHelp": false,
|
|
63
|
-
"multiple": false,
|
|
64
|
-
"type": "option"
|
|
65
|
-
},
|
|
66
|
-
"quiet": {
|
|
67
|
-
"char": "q",
|
|
68
|
-
"description": "Only output paths for updated packages",
|
|
69
|
-
"name": "quiet",
|
|
70
|
-
"allowNo": false,
|
|
71
|
-
"type": "boolean"
|
|
72
|
-
},
|
|
73
|
-
"dry": {
|
|
74
|
-
"char": "d",
|
|
75
|
-
"description": "Dry run, do not write changes to package.json files",
|
|
76
|
-
"name": "dry",
|
|
77
|
-
"allowNo": false,
|
|
78
|
-
"type": "boolean"
|
|
79
|
-
}
|
|
80
|
-
},
|
|
81
|
-
"hasDynamicHelp": false,
|
|
82
|
-
"hiddenAliases": [],
|
|
83
|
-
"id": "bump",
|
|
84
|
-
"pluginAlias": "@memberjunction/cli",
|
|
85
|
-
"pluginName": "@memberjunction/cli",
|
|
86
|
-
"pluginType": "core",
|
|
87
|
-
"strict": true,
|
|
88
|
-
"enableJsonFlag": false,
|
|
89
|
-
"isESM": true,
|
|
90
|
-
"relativePath": [
|
|
91
|
-
"dist",
|
|
92
|
-
"commands",
|
|
93
|
-
"bump",
|
|
94
|
-
"index.js"
|
|
95
|
-
]
|
|
96
|
-
},
|
|
97
|
-
"clean": {
|
|
98
|
-
"aliases": [],
|
|
99
|
-
"args": {},
|
|
100
|
-
"description": "Resets the MemberJunction database to a pre-installation state",
|
|
101
|
-
"examples": [
|
|
102
|
-
"<%= config.bin %> <%= command.id %>\n"
|
|
103
|
-
],
|
|
104
|
-
"flags": {
|
|
105
|
-
"verbose": {
|
|
106
|
-
"char": "v",
|
|
107
|
-
"description": "Enable additional logging",
|
|
108
|
-
"name": "verbose",
|
|
109
|
-
"allowNo": false,
|
|
110
|
-
"type": "boolean"
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
"hasDynamicHelp": false,
|
|
114
|
-
"hiddenAliases": [],
|
|
115
|
-
"id": "clean",
|
|
116
|
-
"pluginAlias": "@memberjunction/cli",
|
|
117
|
-
"pluginName": "@memberjunction/cli",
|
|
118
|
-
"pluginType": "core",
|
|
119
|
-
"strict": true,
|
|
120
|
-
"enableJsonFlag": false,
|
|
121
|
-
"isESM": true,
|
|
122
|
-
"relativePath": [
|
|
123
|
-
"dist",
|
|
124
|
-
"commands",
|
|
125
|
-
"clean",
|
|
126
|
-
"index.js"
|
|
127
|
-
]
|
|
128
|
-
},
|
|
129
25
|
"app:check-updates": {
|
|
130
26
|
"aliases": [],
|
|
131
27
|
"args": {},
|
|
@@ -424,6 +320,110 @@
|
|
|
424
320
|
"upgrade.js"
|
|
425
321
|
]
|
|
426
322
|
},
|
|
323
|
+
"bump": {
|
|
324
|
+
"aliases": [],
|
|
325
|
+
"args": {},
|
|
326
|
+
"description": "Bumps MemberJunction dependency versions",
|
|
327
|
+
"examples": [
|
|
328
|
+
{
|
|
329
|
+
"command": "<%= config.bin %> <%= command.id %>",
|
|
330
|
+
"description": "Bump all @memberjunction/* dependencies in the current directory's package.json to the CLI version"
|
|
331
|
+
},
|
|
332
|
+
{
|
|
333
|
+
"command": "<%= config.bin %> <%= command.id %> -rdv",
|
|
334
|
+
"description": "Preview all recursive packages bumps without writing any changes."
|
|
335
|
+
},
|
|
336
|
+
{
|
|
337
|
+
"command": "<%= config.bin %> <%= command.id %> -rqt v2.10.0 | xargs -n1 -I{} npm install --prefix {}",
|
|
338
|
+
"description": "Recursively bump all @memberjunction/* dependencies in all packages to version v2.10.0 and output only the paths containing the updated package.json files. Pipe the output to xargs to run npm install in each directory and update the package-lock.json files as well."
|
|
339
|
+
}
|
|
340
|
+
],
|
|
341
|
+
"flags": {
|
|
342
|
+
"verbose": {
|
|
343
|
+
"char": "v",
|
|
344
|
+
"description": "Enable additional logging",
|
|
345
|
+
"name": "verbose",
|
|
346
|
+
"allowNo": false,
|
|
347
|
+
"type": "boolean"
|
|
348
|
+
},
|
|
349
|
+
"recursive": {
|
|
350
|
+
"char": "r",
|
|
351
|
+
"description": "Bump version in current directory and all subdirectories",
|
|
352
|
+
"name": "recursive",
|
|
353
|
+
"allowNo": false,
|
|
354
|
+
"type": "boolean"
|
|
355
|
+
},
|
|
356
|
+
"tag": {
|
|
357
|
+
"char": "t",
|
|
358
|
+
"description": "Version tag to bump target for bump (e.g. v2.10.0), defaults to the CLI version",
|
|
359
|
+
"name": "tag",
|
|
360
|
+
"hasDynamicHelp": false,
|
|
361
|
+
"multiple": false,
|
|
362
|
+
"type": "option"
|
|
363
|
+
},
|
|
364
|
+
"quiet": {
|
|
365
|
+
"char": "q",
|
|
366
|
+
"description": "Only output paths for updated packages",
|
|
367
|
+
"name": "quiet",
|
|
368
|
+
"allowNo": false,
|
|
369
|
+
"type": "boolean"
|
|
370
|
+
},
|
|
371
|
+
"dry": {
|
|
372
|
+
"char": "d",
|
|
373
|
+
"description": "Dry run, do not write changes to package.json files",
|
|
374
|
+
"name": "dry",
|
|
375
|
+
"allowNo": false,
|
|
376
|
+
"type": "boolean"
|
|
377
|
+
}
|
|
378
|
+
},
|
|
379
|
+
"hasDynamicHelp": false,
|
|
380
|
+
"hiddenAliases": [],
|
|
381
|
+
"id": "bump",
|
|
382
|
+
"pluginAlias": "@memberjunction/cli",
|
|
383
|
+
"pluginName": "@memberjunction/cli",
|
|
384
|
+
"pluginType": "core",
|
|
385
|
+
"strict": true,
|
|
386
|
+
"enableJsonFlag": false,
|
|
387
|
+
"isESM": true,
|
|
388
|
+
"relativePath": [
|
|
389
|
+
"dist",
|
|
390
|
+
"commands",
|
|
391
|
+
"bump",
|
|
392
|
+
"index.js"
|
|
393
|
+
]
|
|
394
|
+
},
|
|
395
|
+
"clean": {
|
|
396
|
+
"aliases": [],
|
|
397
|
+
"args": {},
|
|
398
|
+
"description": "Resets the MemberJunction database to a pre-installation state",
|
|
399
|
+
"examples": [
|
|
400
|
+
"<%= config.bin %> <%= command.id %>\n"
|
|
401
|
+
],
|
|
402
|
+
"flags": {
|
|
403
|
+
"verbose": {
|
|
404
|
+
"char": "v",
|
|
405
|
+
"description": "Enable additional logging",
|
|
406
|
+
"name": "verbose",
|
|
407
|
+
"allowNo": false,
|
|
408
|
+
"type": "boolean"
|
|
409
|
+
}
|
|
410
|
+
},
|
|
411
|
+
"hasDynamicHelp": false,
|
|
412
|
+
"hiddenAliases": [],
|
|
413
|
+
"id": "clean",
|
|
414
|
+
"pluginAlias": "@memberjunction/cli",
|
|
415
|
+
"pluginName": "@memberjunction/cli",
|
|
416
|
+
"pluginType": "core",
|
|
417
|
+
"strict": true,
|
|
418
|
+
"enableJsonFlag": false,
|
|
419
|
+
"isESM": true,
|
|
420
|
+
"relativePath": [
|
|
421
|
+
"dist",
|
|
422
|
+
"commands",
|
|
423
|
+
"clean",
|
|
424
|
+
"index.js"
|
|
425
|
+
]
|
|
426
|
+
},
|
|
427
427
|
"codegen:5-0-fix-entity-names": {
|
|
428
428
|
"aliases": [],
|
|
429
429
|
"args": {},
|
|
@@ -1269,64 +1269,7 @@
|
|
|
1269
1269
|
"relativePath": [
|
|
1270
1270
|
"dist",
|
|
1271
1271
|
"commands",
|
|
1272
|
-
"doctor",
|
|
1273
|
-
"index.js"
|
|
1274
|
-
]
|
|
1275
|
-
},
|
|
1276
|
-
"migrate": {
|
|
1277
|
-
"aliases": [],
|
|
1278
|
-
"args": {},
|
|
1279
|
-
"description": "Migrate MemberJunction database to latest version",
|
|
1280
|
-
"examples": [
|
|
1281
|
-
"<%= config.bin %> <%= command.id %>\n",
|
|
1282
|
-
"<%= config.bin %> <%= command.id %> --schema __BCSaaS --dir ./migrations/v1\n",
|
|
1283
|
-
"<%= config.bin %> <%= command.id %> --schema __BCSaaS --tag v1.0.0\n"
|
|
1284
|
-
],
|
|
1285
|
-
"flags": {
|
|
1286
|
-
"verbose": {
|
|
1287
|
-
"char": "v",
|
|
1288
|
-
"description": "Enable additional logging",
|
|
1289
|
-
"name": "verbose",
|
|
1290
|
-
"allowNo": false,
|
|
1291
|
-
"type": "boolean"
|
|
1292
|
-
},
|
|
1293
|
-
"tag": {
|
|
1294
|
-
"char": "t",
|
|
1295
|
-
"description": "Version tag to use for running remote migrations",
|
|
1296
|
-
"name": "tag",
|
|
1297
|
-
"hasDynamicHelp": false,
|
|
1298
|
-
"multiple": false,
|
|
1299
|
-
"type": "option"
|
|
1300
|
-
},
|
|
1301
|
-
"schema": {
|
|
1302
|
-
"char": "s",
|
|
1303
|
-
"description": "Target schema (overrides coreSchema from config)",
|
|
1304
|
-
"name": "schema",
|
|
1305
|
-
"hasDynamicHelp": false,
|
|
1306
|
-
"multiple": false,
|
|
1307
|
-
"type": "option"
|
|
1308
|
-
},
|
|
1309
|
-
"dir": {
|
|
1310
|
-
"description": "Migration source directory (overrides migrationsLocation from config)",
|
|
1311
|
-
"name": "dir",
|
|
1312
|
-
"hasDynamicHelp": false,
|
|
1313
|
-
"multiple": false,
|
|
1314
|
-
"type": "option"
|
|
1315
|
-
}
|
|
1316
|
-
},
|
|
1317
|
-
"hasDynamicHelp": false,
|
|
1318
|
-
"hiddenAliases": [],
|
|
1319
|
-
"id": "migrate",
|
|
1320
|
-
"pluginAlias": "@memberjunction/cli",
|
|
1321
|
-
"pluginName": "@memberjunction/cli",
|
|
1322
|
-
"pluginType": "core",
|
|
1323
|
-
"strict": true,
|
|
1324
|
-
"enableJsonFlag": false,
|
|
1325
|
-
"isESM": true,
|
|
1326
|
-
"relativePath": [
|
|
1327
|
-
"dist",
|
|
1328
|
-
"commands",
|
|
1329
|
-
"migrate",
|
|
1272
|
+
"doctor",
|
|
1330
1273
|
"index.js"
|
|
1331
1274
|
]
|
|
1332
1275
|
},
|
|
@@ -1433,6 +1376,63 @@
|
|
|
1433
1376
|
"index.js"
|
|
1434
1377
|
]
|
|
1435
1378
|
},
|
|
1379
|
+
"migrate": {
|
|
1380
|
+
"aliases": [],
|
|
1381
|
+
"args": {},
|
|
1382
|
+
"description": "Migrate MemberJunction database to latest version",
|
|
1383
|
+
"examples": [
|
|
1384
|
+
"<%= config.bin %> <%= command.id %>\n",
|
|
1385
|
+
"<%= config.bin %> <%= command.id %> --schema __BCSaaS --dir ./migrations/v1\n",
|
|
1386
|
+
"<%= config.bin %> <%= command.id %> --schema __BCSaaS --tag v1.0.0\n"
|
|
1387
|
+
],
|
|
1388
|
+
"flags": {
|
|
1389
|
+
"verbose": {
|
|
1390
|
+
"char": "v",
|
|
1391
|
+
"description": "Enable additional logging",
|
|
1392
|
+
"name": "verbose",
|
|
1393
|
+
"allowNo": false,
|
|
1394
|
+
"type": "boolean"
|
|
1395
|
+
},
|
|
1396
|
+
"tag": {
|
|
1397
|
+
"char": "t",
|
|
1398
|
+
"description": "Version tag to use for running remote migrations",
|
|
1399
|
+
"name": "tag",
|
|
1400
|
+
"hasDynamicHelp": false,
|
|
1401
|
+
"multiple": false,
|
|
1402
|
+
"type": "option"
|
|
1403
|
+
},
|
|
1404
|
+
"schema": {
|
|
1405
|
+
"char": "s",
|
|
1406
|
+
"description": "Target schema (overrides coreSchema from config)",
|
|
1407
|
+
"name": "schema",
|
|
1408
|
+
"hasDynamicHelp": false,
|
|
1409
|
+
"multiple": false,
|
|
1410
|
+
"type": "option"
|
|
1411
|
+
},
|
|
1412
|
+
"dir": {
|
|
1413
|
+
"description": "Migration source directory (overrides migrationsLocation from config)",
|
|
1414
|
+
"name": "dir",
|
|
1415
|
+
"hasDynamicHelp": false,
|
|
1416
|
+
"multiple": false,
|
|
1417
|
+
"type": "option"
|
|
1418
|
+
}
|
|
1419
|
+
},
|
|
1420
|
+
"hasDynamicHelp": false,
|
|
1421
|
+
"hiddenAliases": [],
|
|
1422
|
+
"id": "migrate",
|
|
1423
|
+
"pluginAlias": "@memberjunction/cli",
|
|
1424
|
+
"pluginName": "@memberjunction/cli",
|
|
1425
|
+
"pluginType": "core",
|
|
1426
|
+
"strict": true,
|
|
1427
|
+
"enableJsonFlag": false,
|
|
1428
|
+
"isESM": true,
|
|
1429
|
+
"relativePath": [
|
|
1430
|
+
"dist",
|
|
1431
|
+
"commands",
|
|
1432
|
+
"migrate",
|
|
1433
|
+
"index.js"
|
|
1434
|
+
]
|
|
1435
|
+
},
|
|
1436
1436
|
"querygen:export": {
|
|
1437
1437
|
"aliases": [],
|
|
1438
1438
|
"args": {},
|
|
@@ -2274,6 +2274,105 @@
|
|
|
2274
2274
|
"watch.js"
|
|
2275
2275
|
]
|
|
2276
2276
|
},
|
|
2277
|
+
"translate-sql": {
|
|
2278
|
+
"aliases": [],
|
|
2279
|
+
"args": {},
|
|
2280
|
+
"description": "Translate SQL fragments between database dialects (SQL Server ↔ PostgreSQL)",
|
|
2281
|
+
"examples": [
|
|
2282
|
+
"<%= config.bin %> translate-sql --from sqlserver --to postgresql --dry-run",
|
|
2283
|
+
"<%= config.bin %> translate-sql --from sqlserver --to postgresql --scope queries",
|
|
2284
|
+
"<%= config.bin %> translate-sql --from sqlserver --to postgresql --sql \"SELECT TOP 10 [Name] FROM [Users]\"",
|
|
2285
|
+
"<%= config.bin %> translate-sql --from sqlserver --to postgresql --scope all --output ./reports"
|
|
2286
|
+
],
|
|
2287
|
+
"flags": {
|
|
2288
|
+
"from": {
|
|
2289
|
+
"description": "Source SQL dialect",
|
|
2290
|
+
"name": "from",
|
|
2291
|
+
"required": true,
|
|
2292
|
+
"hasDynamicHelp": false,
|
|
2293
|
+
"multiple": false,
|
|
2294
|
+
"options": [
|
|
2295
|
+
"sqlserver",
|
|
2296
|
+
"postgresql"
|
|
2297
|
+
],
|
|
2298
|
+
"type": "option"
|
|
2299
|
+
},
|
|
2300
|
+
"to": {
|
|
2301
|
+
"description": "Target SQL dialect",
|
|
2302
|
+
"name": "to",
|
|
2303
|
+
"required": true,
|
|
2304
|
+
"hasDynamicHelp": false,
|
|
2305
|
+
"multiple": false,
|
|
2306
|
+
"options": [
|
|
2307
|
+
"sqlserver",
|
|
2308
|
+
"postgresql"
|
|
2309
|
+
],
|
|
2310
|
+
"type": "option"
|
|
2311
|
+
},
|
|
2312
|
+
"scope": {
|
|
2313
|
+
"description": "What to scan for translation",
|
|
2314
|
+
"name": "scope",
|
|
2315
|
+
"default": "all",
|
|
2316
|
+
"hasDynamicHelp": false,
|
|
2317
|
+
"multiple": false,
|
|
2318
|
+
"options": [
|
|
2319
|
+
"queries",
|
|
2320
|
+
"views",
|
|
2321
|
+
"filters",
|
|
2322
|
+
"all"
|
|
2323
|
+
],
|
|
2324
|
+
"type": "option"
|
|
2325
|
+
},
|
|
2326
|
+
"sql": {
|
|
2327
|
+
"description": "Translate a single SQL fragment (inline mode)",
|
|
2328
|
+
"name": "sql",
|
|
2329
|
+
"hasDynamicHelp": false,
|
|
2330
|
+
"multiple": false,
|
|
2331
|
+
"type": "option"
|
|
2332
|
+
},
|
|
2333
|
+
"dry-run": {
|
|
2334
|
+
"description": "Show what would be translated without making changes",
|
|
2335
|
+
"name": "dry-run",
|
|
2336
|
+
"allowNo": false,
|
|
2337
|
+
"type": "boolean"
|
|
2338
|
+
},
|
|
2339
|
+
"review": {
|
|
2340
|
+
"description": "Generate review report only (no writes to database)",
|
|
2341
|
+
"name": "review",
|
|
2342
|
+
"allowNo": false,
|
|
2343
|
+
"type": "boolean"
|
|
2344
|
+
},
|
|
2345
|
+
"output": {
|
|
2346
|
+
"char": "o",
|
|
2347
|
+
"description": "Output directory for the translation report",
|
|
2348
|
+
"name": "output",
|
|
2349
|
+
"hasDynamicHelp": false,
|
|
2350
|
+
"multiple": false,
|
|
2351
|
+
"type": "option"
|
|
2352
|
+
},
|
|
2353
|
+
"force": {
|
|
2354
|
+
"description": "Re-translate even if platform variants already exist",
|
|
2355
|
+
"name": "force",
|
|
2356
|
+
"allowNo": false,
|
|
2357
|
+
"type": "boolean"
|
|
2358
|
+
}
|
|
2359
|
+
},
|
|
2360
|
+
"hasDynamicHelp": false,
|
|
2361
|
+
"hiddenAliases": [],
|
|
2362
|
+
"id": "translate-sql",
|
|
2363
|
+
"pluginAlias": "@memberjunction/cli",
|
|
2364
|
+
"pluginName": "@memberjunction/cli",
|
|
2365
|
+
"pluginType": "core",
|
|
2366
|
+
"strict": true,
|
|
2367
|
+
"enableJsonFlag": false,
|
|
2368
|
+
"isESM": true,
|
|
2369
|
+
"relativePath": [
|
|
2370
|
+
"dist",
|
|
2371
|
+
"commands",
|
|
2372
|
+
"translate-sql",
|
|
2373
|
+
"index.js"
|
|
2374
|
+
]
|
|
2375
|
+
},
|
|
2277
2376
|
"test:compare": {
|
|
2278
2377
|
"aliases": [],
|
|
2279
2378
|
"args": {
|
|
@@ -2817,105 +2916,6 @@
|
|
|
2817
2916
|
"validate.js"
|
|
2818
2917
|
]
|
|
2819
2918
|
},
|
|
2820
|
-
"translate-sql": {
|
|
2821
|
-
"aliases": [],
|
|
2822
|
-
"args": {},
|
|
2823
|
-
"description": "Translate SQL fragments between database dialects (SQL Server ↔ PostgreSQL)",
|
|
2824
|
-
"examples": [
|
|
2825
|
-
"<%= config.bin %> translate-sql --from sqlserver --to postgresql --dry-run",
|
|
2826
|
-
"<%= config.bin %> translate-sql --from sqlserver --to postgresql --scope queries",
|
|
2827
|
-
"<%= config.bin %> translate-sql --from sqlserver --to postgresql --sql \"SELECT TOP 10 [Name] FROM [Users]\"",
|
|
2828
|
-
"<%= config.bin %> translate-sql --from sqlserver --to postgresql --scope all --output ./reports"
|
|
2829
|
-
],
|
|
2830
|
-
"flags": {
|
|
2831
|
-
"from": {
|
|
2832
|
-
"description": "Source SQL dialect",
|
|
2833
|
-
"name": "from",
|
|
2834
|
-
"required": true,
|
|
2835
|
-
"hasDynamicHelp": false,
|
|
2836
|
-
"multiple": false,
|
|
2837
|
-
"options": [
|
|
2838
|
-
"sqlserver",
|
|
2839
|
-
"postgresql"
|
|
2840
|
-
],
|
|
2841
|
-
"type": "option"
|
|
2842
|
-
},
|
|
2843
|
-
"to": {
|
|
2844
|
-
"description": "Target SQL dialect",
|
|
2845
|
-
"name": "to",
|
|
2846
|
-
"required": true,
|
|
2847
|
-
"hasDynamicHelp": false,
|
|
2848
|
-
"multiple": false,
|
|
2849
|
-
"options": [
|
|
2850
|
-
"sqlserver",
|
|
2851
|
-
"postgresql"
|
|
2852
|
-
],
|
|
2853
|
-
"type": "option"
|
|
2854
|
-
},
|
|
2855
|
-
"scope": {
|
|
2856
|
-
"description": "What to scan for translation",
|
|
2857
|
-
"name": "scope",
|
|
2858
|
-
"default": "all",
|
|
2859
|
-
"hasDynamicHelp": false,
|
|
2860
|
-
"multiple": false,
|
|
2861
|
-
"options": [
|
|
2862
|
-
"queries",
|
|
2863
|
-
"views",
|
|
2864
|
-
"filters",
|
|
2865
|
-
"all"
|
|
2866
|
-
],
|
|
2867
|
-
"type": "option"
|
|
2868
|
-
},
|
|
2869
|
-
"sql": {
|
|
2870
|
-
"description": "Translate a single SQL fragment (inline mode)",
|
|
2871
|
-
"name": "sql",
|
|
2872
|
-
"hasDynamicHelp": false,
|
|
2873
|
-
"multiple": false,
|
|
2874
|
-
"type": "option"
|
|
2875
|
-
},
|
|
2876
|
-
"dry-run": {
|
|
2877
|
-
"description": "Show what would be translated without making changes",
|
|
2878
|
-
"name": "dry-run",
|
|
2879
|
-
"allowNo": false,
|
|
2880
|
-
"type": "boolean"
|
|
2881
|
-
},
|
|
2882
|
-
"review": {
|
|
2883
|
-
"description": "Generate review report only (no writes to database)",
|
|
2884
|
-
"name": "review",
|
|
2885
|
-
"allowNo": false,
|
|
2886
|
-
"type": "boolean"
|
|
2887
|
-
},
|
|
2888
|
-
"output": {
|
|
2889
|
-
"char": "o",
|
|
2890
|
-
"description": "Output directory for the translation report",
|
|
2891
|
-
"name": "output",
|
|
2892
|
-
"hasDynamicHelp": false,
|
|
2893
|
-
"multiple": false,
|
|
2894
|
-
"type": "option"
|
|
2895
|
-
},
|
|
2896
|
-
"force": {
|
|
2897
|
-
"description": "Re-translate even if platform variants already exist",
|
|
2898
|
-
"name": "force",
|
|
2899
|
-
"allowNo": false,
|
|
2900
|
-
"type": "boolean"
|
|
2901
|
-
}
|
|
2902
|
-
},
|
|
2903
|
-
"hasDynamicHelp": false,
|
|
2904
|
-
"hiddenAliases": [],
|
|
2905
|
-
"id": "translate-sql",
|
|
2906
|
-
"pluginAlias": "@memberjunction/cli",
|
|
2907
|
-
"pluginName": "@memberjunction/cli",
|
|
2908
|
-
"pluginType": "core",
|
|
2909
|
-
"strict": true,
|
|
2910
|
-
"enableJsonFlag": false,
|
|
2911
|
-
"isESM": true,
|
|
2912
|
-
"relativePath": [
|
|
2913
|
-
"dist",
|
|
2914
|
-
"commands",
|
|
2915
|
-
"translate-sql",
|
|
2916
|
-
"index.js"
|
|
2917
|
-
]
|
|
2918
|
-
},
|
|
2919
2919
|
"ai:actions:list": {
|
|
2920
2920
|
"aliases": [],
|
|
2921
2921
|
"args": {},
|
|
@@ -3524,5 +3524,5 @@
|
|
|
3524
3524
|
]
|
|
3525
3525
|
}
|
|
3526
3526
|
},
|
|
3527
|
-
"version": "5.10.
|
|
3527
|
+
"version": "5.10.1"
|
|
3528
3528
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.10.
|
|
4
|
+
"version": "5.10.1",
|
|
5
5
|
"description": "MemberJunction command line tools",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"oclif"
|
|
@@ -53,19 +53,19 @@
|
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@inquirer/prompts": "^8.2.0",
|
|
56
|
-
"@memberjunction/ai-cli": "5.10.
|
|
57
|
-
"@memberjunction/codegen-lib": "5.10.
|
|
58
|
-
"@memberjunction/config": "5.10.
|
|
59
|
-
"@memberjunction/core": "5.10.
|
|
60
|
-
"@memberjunction/installer": "5.10.
|
|
61
|
-
"@memberjunction/db-auto-doc": "5.10.
|
|
62
|
-
"@memberjunction/metadata-sync": "5.10.
|
|
63
|
-
"@memberjunction/query-gen": "5.10.
|
|
64
|
-
"@memberjunction/server-bootstrap-lite": "5.10.
|
|
56
|
+
"@memberjunction/ai-cli": "5.10.1",
|
|
57
|
+
"@memberjunction/codegen-lib": "5.10.1",
|
|
58
|
+
"@memberjunction/config": "5.10.1",
|
|
59
|
+
"@memberjunction/core": "5.10.1",
|
|
60
|
+
"@memberjunction/installer": "5.10.1",
|
|
61
|
+
"@memberjunction/db-auto-doc": "5.10.1",
|
|
62
|
+
"@memberjunction/metadata-sync": "5.10.1",
|
|
63
|
+
"@memberjunction/query-gen": "5.10.1",
|
|
64
|
+
"@memberjunction/server-bootstrap-lite": "5.10.1",
|
|
65
65
|
"@memberjunction/skyway-core": "^0.5.3",
|
|
66
|
-
"@memberjunction/sql-converter": "5.10.
|
|
67
|
-
"@memberjunction/sqlserver-dataprovider": "5.10.
|
|
68
|
-
"@memberjunction/testing-cli": "5.10.
|
|
66
|
+
"@memberjunction/sql-converter": "5.10.1",
|
|
67
|
+
"@memberjunction/sqlserver-dataprovider": "5.10.1",
|
|
68
|
+
"@memberjunction/testing-cli": "5.10.1",
|
|
69
69
|
"@oclif/core": "^3.27.0",
|
|
70
70
|
"@oclif/plugin-help": "^6.2.37",
|
|
71
71
|
"@oclif/plugin-version": "^2.2.36",
|