@memberjunction/cli 5.50.0 → 5.51.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 +45 -45
- package/package.json +17 -17
package/oclif.manifest.json
CHANGED
|
@@ -2500,50 +2500,6 @@
|
|
|
2500
2500
|
"rebake.js"
|
|
2501
2501
|
]
|
|
2502
2502
|
},
|
|
2503
|
-
"plugin:add": {
|
|
2504
|
-
"aliases": [],
|
|
2505
|
-
"args": {
|
|
2506
|
-
"package": {
|
|
2507
|
-
"description": "Plugin entry-point specifier (package name, subpath, or relative path)",
|
|
2508
|
-
"name": "package",
|
|
2509
|
-
"required": true
|
|
2510
|
-
}
|
|
2511
|
-
},
|
|
2512
|
-
"description": "Register a CLI plugin package in mj-cli-plugins.json so `mj` loads it at startup.",
|
|
2513
|
-
"examples": [
|
|
2514
|
-
"<%= config.bin %> <%= command.id %> @my-org/mj-plugin/plugins",
|
|
2515
|
-
"<%= config.bin %> <%= command.id %> ./local-plugins/my-tool"
|
|
2516
|
-
],
|
|
2517
|
-
"flags": {
|
|
2518
|
-
"format": {
|
|
2519
|
-
"description": "Output format",
|
|
2520
|
-
"name": "format",
|
|
2521
|
-
"default": "text",
|
|
2522
|
-
"hasDynamicHelp": false,
|
|
2523
|
-
"multiple": false,
|
|
2524
|
-
"options": [
|
|
2525
|
-
"text",
|
|
2526
|
-
"json"
|
|
2527
|
-
],
|
|
2528
|
-
"type": "option"
|
|
2529
|
-
}
|
|
2530
|
-
},
|
|
2531
|
-
"hasDynamicHelp": false,
|
|
2532
|
-
"hiddenAliases": [],
|
|
2533
|
-
"id": "plugin:add",
|
|
2534
|
-
"pluginAlias": "@memberjunction/cli",
|
|
2535
|
-
"pluginName": "@memberjunction/cli",
|
|
2536
|
-
"pluginType": "core",
|
|
2537
|
-
"strict": true,
|
|
2538
|
-
"enableJsonFlag": false,
|
|
2539
|
-
"isESM": true,
|
|
2540
|
-
"relativePath": [
|
|
2541
|
-
"dist",
|
|
2542
|
-
"commands",
|
|
2543
|
-
"plugin",
|
|
2544
|
-
"add.js"
|
|
2545
|
-
]
|
|
2546
|
-
},
|
|
2547
2503
|
"querygen:export": {
|
|
2548
2504
|
"aliases": [],
|
|
2549
2505
|
"args": {},
|
|
@@ -4294,6 +4250,50 @@
|
|
|
4294
4250
|
"index.js"
|
|
4295
4251
|
]
|
|
4296
4252
|
},
|
|
4253
|
+
"plugin:add": {
|
|
4254
|
+
"aliases": [],
|
|
4255
|
+
"args": {
|
|
4256
|
+
"package": {
|
|
4257
|
+
"description": "Plugin entry-point specifier (package name, subpath, or relative path)",
|
|
4258
|
+
"name": "package",
|
|
4259
|
+
"required": true
|
|
4260
|
+
}
|
|
4261
|
+
},
|
|
4262
|
+
"description": "Register a CLI plugin package in mj-cli-plugins.json so `mj` loads it at startup.",
|
|
4263
|
+
"examples": [
|
|
4264
|
+
"<%= config.bin %> <%= command.id %> @my-org/mj-plugin/plugins",
|
|
4265
|
+
"<%= config.bin %> <%= command.id %> ./local-plugins/my-tool"
|
|
4266
|
+
],
|
|
4267
|
+
"flags": {
|
|
4268
|
+
"format": {
|
|
4269
|
+
"description": "Output format",
|
|
4270
|
+
"name": "format",
|
|
4271
|
+
"default": "text",
|
|
4272
|
+
"hasDynamicHelp": false,
|
|
4273
|
+
"multiple": false,
|
|
4274
|
+
"options": [
|
|
4275
|
+
"text",
|
|
4276
|
+
"json"
|
|
4277
|
+
],
|
|
4278
|
+
"type": "option"
|
|
4279
|
+
}
|
|
4280
|
+
},
|
|
4281
|
+
"hasDynamicHelp": false,
|
|
4282
|
+
"hiddenAliases": [],
|
|
4283
|
+
"id": "plugin:add",
|
|
4284
|
+
"pluginAlias": "@memberjunction/cli",
|
|
4285
|
+
"pluginName": "@memberjunction/cli",
|
|
4286
|
+
"pluginType": "core",
|
|
4287
|
+
"strict": true,
|
|
4288
|
+
"enableJsonFlag": false,
|
|
4289
|
+
"isESM": true,
|
|
4290
|
+
"relativePath": [
|
|
4291
|
+
"dist",
|
|
4292
|
+
"commands",
|
|
4293
|
+
"plugin",
|
|
4294
|
+
"add.js"
|
|
4295
|
+
]
|
|
4296
|
+
},
|
|
4297
4297
|
"update:claude": {
|
|
4298
4298
|
"aliases": [],
|
|
4299
4299
|
"args": {},
|
|
@@ -5480,5 +5480,5 @@
|
|
|
5480
5480
|
]
|
|
5481
5481
|
}
|
|
5482
5482
|
},
|
|
5483
|
-
"version": "5.
|
|
5483
|
+
"version": "5.51.0"
|
|
5484
5484
|
}
|
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.51.0",
|
|
5
5
|
"description": "MemberJunction command line tools",
|
|
6
6
|
"keywords": [
|
|
7
7
|
"oclif"
|
|
@@ -55,25 +55,25 @@
|
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
57
|
"@inquirer/prompts": "^8.2.0",
|
|
58
|
-
"@memberjunction/ai-cli": "5.
|
|
59
|
-
"@memberjunction/cli-core": "5.
|
|
60
|
-
"@memberjunction/codegen-lib": "5.
|
|
61
|
-
"@memberjunction/config": "5.
|
|
62
|
-
"@memberjunction/core": "5.
|
|
63
|
-
"@memberjunction/generic-database-provider": "5.
|
|
64
|
-
"@memberjunction/installer": "5.
|
|
65
|
-
"@memberjunction/db-auto-doc": "5.
|
|
66
|
-
"@memberjunction/metadata-sync": "5.
|
|
67
|
-
"@memberjunction/open-app-engine": "5.
|
|
68
|
-
"@memberjunction/query-gen": "5.
|
|
69
|
-
"@memberjunction/server-bootstrap-lite": "5.
|
|
58
|
+
"@memberjunction/ai-cli": "5.51.0",
|
|
59
|
+
"@memberjunction/cli-core": "5.51.0",
|
|
60
|
+
"@memberjunction/codegen-lib": "5.51.0",
|
|
61
|
+
"@memberjunction/config": "5.51.0",
|
|
62
|
+
"@memberjunction/core": "5.51.0",
|
|
63
|
+
"@memberjunction/generic-database-provider": "5.51.0",
|
|
64
|
+
"@memberjunction/installer": "5.51.0",
|
|
65
|
+
"@memberjunction/db-auto-doc": "5.51.0",
|
|
66
|
+
"@memberjunction/metadata-sync": "5.51.0",
|
|
67
|
+
"@memberjunction/open-app-engine": "5.51.0",
|
|
68
|
+
"@memberjunction/query-gen": "5.51.0",
|
|
69
|
+
"@memberjunction/server-bootstrap-lite": "5.51.0",
|
|
70
70
|
"@memberjunction/skyway-core": "^0.6.2",
|
|
71
71
|
"@memberjunction/skyway-postgres": "^0.6.2",
|
|
72
72
|
"@memberjunction/skyway-sqlserver": "^0.6.2",
|
|
73
|
-
"@memberjunction/sql-converter": "5.
|
|
74
|
-
"@memberjunction/sqlglot-ts": "5.
|
|
75
|
-
"@memberjunction/sqlserver-dataprovider": "5.
|
|
76
|
-
"@memberjunction/testing-cli": "5.
|
|
73
|
+
"@memberjunction/sql-converter": "5.51.0",
|
|
74
|
+
"@memberjunction/sqlglot-ts": "5.51.0",
|
|
75
|
+
"@memberjunction/sqlserver-dataprovider": "5.51.0",
|
|
76
|
+
"@memberjunction/testing-cli": "5.51.0",
|
|
77
77
|
"@oclif/core": "^3.27.0",
|
|
78
78
|
"@oclif/plugin-help": "^6.2.37",
|
|
79
79
|
"@oclif/plugin-version": "^2.2.36",
|