@memberjunction/cli 5.14.0 → 5.16.0
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 +143 -143
- package/package.json +13 -13
package/oclif.manifest.json
CHANGED
|
@@ -794,63 +794,6 @@
|
|
|
794
794
|
"manifest.js"
|
|
795
795
|
]
|
|
796
796
|
},
|
|
797
|
-
"doctor": {
|
|
798
|
-
"aliases": [],
|
|
799
|
-
"args": {},
|
|
800
|
-
"description": "Diagnose a MemberJunction installation",
|
|
801
|
-
"examples": [
|
|
802
|
-
"<%= config.bin %> <%= command.id %>",
|
|
803
|
-
"<%= config.bin %> <%= command.id %> --dir ./my-mj-project",
|
|
804
|
-
"<%= config.bin %> <%= command.id %> --verbose",
|
|
805
|
-
"<%= config.bin %> <%= command.id %> --report",
|
|
806
|
-
"<%= config.bin %> <%= command.id %> --report_extended"
|
|
807
|
-
],
|
|
808
|
-
"flags": {
|
|
809
|
-
"dir": {
|
|
810
|
-
"description": "Target directory to diagnose",
|
|
811
|
-
"name": "dir",
|
|
812
|
-
"default": ".",
|
|
813
|
-
"hasDynamicHelp": false,
|
|
814
|
-
"multiple": false,
|
|
815
|
-
"type": "option"
|
|
816
|
-
},
|
|
817
|
-
"verbose": {
|
|
818
|
-
"char": "v",
|
|
819
|
-
"description": "Show detailed output including suggested fixes inline",
|
|
820
|
-
"name": "verbose",
|
|
821
|
-
"allowNo": false,
|
|
822
|
-
"type": "boolean"
|
|
823
|
-
},
|
|
824
|
-
"report": {
|
|
825
|
-
"char": "r",
|
|
826
|
-
"description": "Generate a diagnostic report file (mj-diagnostic-report.md) for sharing with support",
|
|
827
|
-
"name": "report",
|
|
828
|
-
"allowNo": false,
|
|
829
|
-
"type": "boolean"
|
|
830
|
-
},
|
|
831
|
-
"report_extended": {
|
|
832
|
-
"description": "Generate an extended report with config file snapshots and service startup log capture (~60s longer)",
|
|
833
|
-
"name": "report_extended",
|
|
834
|
-
"allowNo": false,
|
|
835
|
-
"type": "boolean"
|
|
836
|
-
}
|
|
837
|
-
},
|
|
838
|
-
"hasDynamicHelp": false,
|
|
839
|
-
"hiddenAliases": [],
|
|
840
|
-
"id": "doctor",
|
|
841
|
-
"pluginAlias": "@memberjunction/cli",
|
|
842
|
-
"pluginName": "@memberjunction/cli",
|
|
843
|
-
"pluginType": "core",
|
|
844
|
-
"strict": true,
|
|
845
|
-
"enableJsonFlag": false,
|
|
846
|
-
"isESM": true,
|
|
847
|
-
"relativePath": [
|
|
848
|
-
"dist",
|
|
849
|
-
"commands",
|
|
850
|
-
"doctor",
|
|
851
|
-
"index.js"
|
|
852
|
-
]
|
|
853
|
-
},
|
|
854
797
|
"dbdoc:analyze": {
|
|
855
798
|
"aliases": [],
|
|
856
799
|
"args": {},
|
|
@@ -1288,6 +1231,63 @@
|
|
|
1288
1231
|
"status.js"
|
|
1289
1232
|
]
|
|
1290
1233
|
},
|
|
1234
|
+
"doctor": {
|
|
1235
|
+
"aliases": [],
|
|
1236
|
+
"args": {},
|
|
1237
|
+
"description": "Diagnose a MemberJunction installation",
|
|
1238
|
+
"examples": [
|
|
1239
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1240
|
+
"<%= config.bin %> <%= command.id %> --dir ./my-mj-project",
|
|
1241
|
+
"<%= config.bin %> <%= command.id %> --verbose",
|
|
1242
|
+
"<%= config.bin %> <%= command.id %> --report",
|
|
1243
|
+
"<%= config.bin %> <%= command.id %> --report_extended"
|
|
1244
|
+
],
|
|
1245
|
+
"flags": {
|
|
1246
|
+
"dir": {
|
|
1247
|
+
"description": "Target directory to diagnose",
|
|
1248
|
+
"name": "dir",
|
|
1249
|
+
"default": ".",
|
|
1250
|
+
"hasDynamicHelp": false,
|
|
1251
|
+
"multiple": false,
|
|
1252
|
+
"type": "option"
|
|
1253
|
+
},
|
|
1254
|
+
"verbose": {
|
|
1255
|
+
"char": "v",
|
|
1256
|
+
"description": "Show detailed output including suggested fixes inline",
|
|
1257
|
+
"name": "verbose",
|
|
1258
|
+
"allowNo": false,
|
|
1259
|
+
"type": "boolean"
|
|
1260
|
+
},
|
|
1261
|
+
"report": {
|
|
1262
|
+
"char": "r",
|
|
1263
|
+
"description": "Generate a diagnostic report file (mj-diagnostic-report.md) for sharing with support",
|
|
1264
|
+
"name": "report",
|
|
1265
|
+
"allowNo": false,
|
|
1266
|
+
"type": "boolean"
|
|
1267
|
+
},
|
|
1268
|
+
"report_extended": {
|
|
1269
|
+
"description": "Generate an extended report with config file snapshots and service startup log capture (~60s longer)",
|
|
1270
|
+
"name": "report_extended",
|
|
1271
|
+
"allowNo": false,
|
|
1272
|
+
"type": "boolean"
|
|
1273
|
+
}
|
|
1274
|
+
},
|
|
1275
|
+
"hasDynamicHelp": false,
|
|
1276
|
+
"hiddenAliases": [],
|
|
1277
|
+
"id": "doctor",
|
|
1278
|
+
"pluginAlias": "@memberjunction/cli",
|
|
1279
|
+
"pluginName": "@memberjunction/cli",
|
|
1280
|
+
"pluginType": "core",
|
|
1281
|
+
"strict": true,
|
|
1282
|
+
"enableJsonFlag": false,
|
|
1283
|
+
"isESM": true,
|
|
1284
|
+
"relativePath": [
|
|
1285
|
+
"dist",
|
|
1286
|
+
"commands",
|
|
1287
|
+
"doctor",
|
|
1288
|
+
"index.js"
|
|
1289
|
+
]
|
|
1290
|
+
},
|
|
1291
1291
|
"install": {
|
|
1292
1292
|
"aliases": [],
|
|
1293
1293
|
"args": {},
|
|
@@ -1730,91 +1730,6 @@
|
|
|
1730
1730
|
"index.js"
|
|
1731
1731
|
]
|
|
1732
1732
|
},
|
|
1733
|
-
"sql-convert": {
|
|
1734
|
-
"aliases": [],
|
|
1735
|
-
"args": {
|
|
1736
|
-
"source": {
|
|
1737
|
-
"description": "Source SQL file path",
|
|
1738
|
-
"name": "source",
|
|
1739
|
-
"required": true
|
|
1740
|
-
}
|
|
1741
|
-
},
|
|
1742
|
-
"description": "Convert SQL files between database dialects using rule-based BatchConverter engine",
|
|
1743
|
-
"examples": [
|
|
1744
|
-
"<%= config.bin %> sql-convert ./migration.sql --from tsql --to postgres",
|
|
1745
|
-
"<%= config.bin %> sql-convert ./migration.sql --from tsql --to postgres --output converted.sql",
|
|
1746
|
-
"<%= config.bin %> sql-convert ./migration.sql --from tsql --to postgres --schema my_schema",
|
|
1747
|
-
"<%= config.bin %> sql-convert ./migration.sql --from tsql --to postgres --no-header --verbose"
|
|
1748
|
-
],
|
|
1749
|
-
"flags": {
|
|
1750
|
-
"from": {
|
|
1751
|
-
"description": "Source SQL dialect",
|
|
1752
|
-
"name": "from",
|
|
1753
|
-
"required": true,
|
|
1754
|
-
"hasDynamicHelp": false,
|
|
1755
|
-
"multiple": false,
|
|
1756
|
-
"type": "option"
|
|
1757
|
-
},
|
|
1758
|
-
"to": {
|
|
1759
|
-
"description": "Target SQL dialect",
|
|
1760
|
-
"name": "to",
|
|
1761
|
-
"required": true,
|
|
1762
|
-
"hasDynamicHelp": false,
|
|
1763
|
-
"multiple": false,
|
|
1764
|
-
"type": "option"
|
|
1765
|
-
},
|
|
1766
|
-
"output": {
|
|
1767
|
-
"char": "o",
|
|
1768
|
-
"description": "Output file path (default: <source>.converted.<ext>)",
|
|
1769
|
-
"name": "output",
|
|
1770
|
-
"hasDynamicHelp": false,
|
|
1771
|
-
"multiple": false,
|
|
1772
|
-
"type": "option"
|
|
1773
|
-
},
|
|
1774
|
-
"schema": {
|
|
1775
|
-
"description": "Target schema name",
|
|
1776
|
-
"name": "schema",
|
|
1777
|
-
"default": "__mj",
|
|
1778
|
-
"hasDynamicHelp": false,
|
|
1779
|
-
"multiple": false,
|
|
1780
|
-
"type": "option"
|
|
1781
|
-
},
|
|
1782
|
-
"no-header": {
|
|
1783
|
-
"description": "Skip PG header (extensions, schema, implicit cast)",
|
|
1784
|
-
"name": "no-header",
|
|
1785
|
-
"allowNo": false,
|
|
1786
|
-
"type": "boolean"
|
|
1787
|
-
},
|
|
1788
|
-
"no-post-process": {
|
|
1789
|
-
"description": "Skip post-processing pass",
|
|
1790
|
-
"name": "no-post-process",
|
|
1791
|
-
"allowNo": false,
|
|
1792
|
-
"type": "boolean"
|
|
1793
|
-
},
|
|
1794
|
-
"verbose": {
|
|
1795
|
-
"char": "v",
|
|
1796
|
-
"description": "Show per-statement progress and detailed report",
|
|
1797
|
-
"name": "verbose",
|
|
1798
|
-
"allowNo": false,
|
|
1799
|
-
"type": "boolean"
|
|
1800
|
-
}
|
|
1801
|
-
},
|
|
1802
|
-
"hasDynamicHelp": false,
|
|
1803
|
-
"hiddenAliases": [],
|
|
1804
|
-
"id": "sql-convert",
|
|
1805
|
-
"pluginAlias": "@memberjunction/cli",
|
|
1806
|
-
"pluginName": "@memberjunction/cli",
|
|
1807
|
-
"pluginType": "core",
|
|
1808
|
-
"strict": true,
|
|
1809
|
-
"enableJsonFlag": false,
|
|
1810
|
-
"isESM": true,
|
|
1811
|
-
"relativePath": [
|
|
1812
|
-
"dist",
|
|
1813
|
-
"commands",
|
|
1814
|
-
"sql-convert",
|
|
1815
|
-
"index.js"
|
|
1816
|
-
]
|
|
1817
|
-
},
|
|
1818
1733
|
"sync:file-reset": {
|
|
1819
1734
|
"aliases": [],
|
|
1820
1735
|
"args": {},
|
|
@@ -2289,6 +2204,91 @@
|
|
|
2289
2204
|
"watch.js"
|
|
2290
2205
|
]
|
|
2291
2206
|
},
|
|
2207
|
+
"sql-convert": {
|
|
2208
|
+
"aliases": [],
|
|
2209
|
+
"args": {
|
|
2210
|
+
"source": {
|
|
2211
|
+
"description": "Source SQL file path",
|
|
2212
|
+
"name": "source",
|
|
2213
|
+
"required": true
|
|
2214
|
+
}
|
|
2215
|
+
},
|
|
2216
|
+
"description": "Convert SQL files between database dialects using rule-based BatchConverter engine",
|
|
2217
|
+
"examples": [
|
|
2218
|
+
"<%= config.bin %> sql-convert ./migration.sql --from tsql --to postgres",
|
|
2219
|
+
"<%= config.bin %> sql-convert ./migration.sql --from tsql --to postgres --output converted.sql",
|
|
2220
|
+
"<%= config.bin %> sql-convert ./migration.sql --from tsql --to postgres --schema my_schema",
|
|
2221
|
+
"<%= config.bin %> sql-convert ./migration.sql --from tsql --to postgres --no-header --verbose"
|
|
2222
|
+
],
|
|
2223
|
+
"flags": {
|
|
2224
|
+
"from": {
|
|
2225
|
+
"description": "Source SQL dialect",
|
|
2226
|
+
"name": "from",
|
|
2227
|
+
"required": true,
|
|
2228
|
+
"hasDynamicHelp": false,
|
|
2229
|
+
"multiple": false,
|
|
2230
|
+
"type": "option"
|
|
2231
|
+
},
|
|
2232
|
+
"to": {
|
|
2233
|
+
"description": "Target SQL dialect",
|
|
2234
|
+
"name": "to",
|
|
2235
|
+
"required": true,
|
|
2236
|
+
"hasDynamicHelp": false,
|
|
2237
|
+
"multiple": false,
|
|
2238
|
+
"type": "option"
|
|
2239
|
+
},
|
|
2240
|
+
"output": {
|
|
2241
|
+
"char": "o",
|
|
2242
|
+
"description": "Output file path (default: <source>.converted.<ext>)",
|
|
2243
|
+
"name": "output",
|
|
2244
|
+
"hasDynamicHelp": false,
|
|
2245
|
+
"multiple": false,
|
|
2246
|
+
"type": "option"
|
|
2247
|
+
},
|
|
2248
|
+
"schema": {
|
|
2249
|
+
"description": "Target schema name",
|
|
2250
|
+
"name": "schema",
|
|
2251
|
+
"default": "__mj",
|
|
2252
|
+
"hasDynamicHelp": false,
|
|
2253
|
+
"multiple": false,
|
|
2254
|
+
"type": "option"
|
|
2255
|
+
},
|
|
2256
|
+
"no-header": {
|
|
2257
|
+
"description": "Skip PG header (extensions, schema, implicit cast)",
|
|
2258
|
+
"name": "no-header",
|
|
2259
|
+
"allowNo": false,
|
|
2260
|
+
"type": "boolean"
|
|
2261
|
+
},
|
|
2262
|
+
"no-post-process": {
|
|
2263
|
+
"description": "Skip post-processing pass",
|
|
2264
|
+
"name": "no-post-process",
|
|
2265
|
+
"allowNo": false,
|
|
2266
|
+
"type": "boolean"
|
|
2267
|
+
},
|
|
2268
|
+
"verbose": {
|
|
2269
|
+
"char": "v",
|
|
2270
|
+
"description": "Show per-statement progress and detailed report",
|
|
2271
|
+
"name": "verbose",
|
|
2272
|
+
"allowNo": false,
|
|
2273
|
+
"type": "boolean"
|
|
2274
|
+
}
|
|
2275
|
+
},
|
|
2276
|
+
"hasDynamicHelp": false,
|
|
2277
|
+
"hiddenAliases": [],
|
|
2278
|
+
"id": "sql-convert",
|
|
2279
|
+
"pluginAlias": "@memberjunction/cli",
|
|
2280
|
+
"pluginName": "@memberjunction/cli",
|
|
2281
|
+
"pluginType": "core",
|
|
2282
|
+
"strict": true,
|
|
2283
|
+
"enableJsonFlag": false,
|
|
2284
|
+
"isESM": true,
|
|
2285
|
+
"relativePath": [
|
|
2286
|
+
"dist",
|
|
2287
|
+
"commands",
|
|
2288
|
+
"sql-convert",
|
|
2289
|
+
"index.js"
|
|
2290
|
+
]
|
|
2291
|
+
},
|
|
2292
2292
|
"test:compare": {
|
|
2293
2293
|
"aliases": [],
|
|
2294
2294
|
"args": {
|
|
@@ -3539,5 +3539,5 @@
|
|
|
3539
3539
|
]
|
|
3540
3540
|
}
|
|
3541
3541
|
},
|
|
3542
|
-
"version": "5.
|
|
3542
|
+
"version": "5.16.0"
|
|
3543
3543
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@memberjunction/cli",
|
|
3
3
|
"type": "module",
|
|
4
|
-
"version": "5.
|
|
4
|
+
"version": "5.16.0",
|
|
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.
|
|
57
|
-
"@memberjunction/codegen-lib": "5.
|
|
58
|
-
"@memberjunction/config": "5.
|
|
59
|
-
"@memberjunction/core": "5.
|
|
60
|
-
"@memberjunction/installer": "5.
|
|
61
|
-
"@memberjunction/db-auto-doc": "5.
|
|
62
|
-
"@memberjunction/metadata-sync": "5.
|
|
63
|
-
"@memberjunction/query-gen": "5.
|
|
64
|
-
"@memberjunction/server-bootstrap-lite": "5.
|
|
56
|
+
"@memberjunction/ai-cli": "5.16.0",
|
|
57
|
+
"@memberjunction/codegen-lib": "5.16.0",
|
|
58
|
+
"@memberjunction/config": "5.16.0",
|
|
59
|
+
"@memberjunction/core": "5.16.0",
|
|
60
|
+
"@memberjunction/installer": "5.16.0",
|
|
61
|
+
"@memberjunction/db-auto-doc": "5.16.0",
|
|
62
|
+
"@memberjunction/metadata-sync": "5.16.0",
|
|
63
|
+
"@memberjunction/query-gen": "5.16.0",
|
|
64
|
+
"@memberjunction/server-bootstrap-lite": "5.16.0",
|
|
65
65
|
"@memberjunction/skyway-core": "^0.5.3",
|
|
66
|
-
"@memberjunction/sql-converter": "5.
|
|
67
|
-
"@memberjunction/sqlserver-dataprovider": "5.
|
|
68
|
-
"@memberjunction/testing-cli": "5.
|
|
66
|
+
"@memberjunction/sql-converter": "5.16.0",
|
|
67
|
+
"@memberjunction/sqlserver-dataprovider": "5.16.0",
|
|
68
|
+
"@memberjunction/testing-cli": "5.16.0",
|
|
69
69
|
"@oclif/core": "^3.27.0",
|
|
70
70
|
"@oclif/plugin-help": "^6.2.37",
|
|
71
71
|
"@oclif/plugin-version": "^2.2.36",
|