@memberjunction/cli 5.25.0 → 5.26.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 +331 -331
- package/package.json +13 -13
package/oclif.manifest.json
CHANGED
|
@@ -392,6 +392,38 @@
|
|
|
392
392
|
"index.js"
|
|
393
393
|
]
|
|
394
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
|
+
},
|
|
395
427
|
"codegen:5-0-fix-entity-names": {
|
|
396
428
|
"aliases": [],
|
|
397
429
|
"args": {},
|
|
@@ -775,210 +807,6 @@
|
|
|
775
807
|
"manifest.js"
|
|
776
808
|
]
|
|
777
809
|
},
|
|
778
|
-
"clean": {
|
|
779
|
-
"aliases": [],
|
|
780
|
-
"args": {},
|
|
781
|
-
"description": "Resets the MemberJunction database to a pre-installation state",
|
|
782
|
-
"examples": [
|
|
783
|
-
"<%= config.bin %> <%= command.id %>\n"
|
|
784
|
-
],
|
|
785
|
-
"flags": {
|
|
786
|
-
"verbose": {
|
|
787
|
-
"char": "v",
|
|
788
|
-
"description": "Enable additional logging",
|
|
789
|
-
"name": "verbose",
|
|
790
|
-
"allowNo": false,
|
|
791
|
-
"type": "boolean"
|
|
792
|
-
}
|
|
793
|
-
},
|
|
794
|
-
"hasDynamicHelp": false,
|
|
795
|
-
"hiddenAliases": [],
|
|
796
|
-
"id": "clean",
|
|
797
|
-
"pluginAlias": "@memberjunction/cli",
|
|
798
|
-
"pluginName": "@memberjunction/cli",
|
|
799
|
-
"pluginType": "core",
|
|
800
|
-
"strict": true,
|
|
801
|
-
"enableJsonFlag": false,
|
|
802
|
-
"isESM": true,
|
|
803
|
-
"relativePath": [
|
|
804
|
-
"dist",
|
|
805
|
-
"commands",
|
|
806
|
-
"clean",
|
|
807
|
-
"index.js"
|
|
808
|
-
]
|
|
809
|
-
},
|
|
810
|
-
"doctor": {
|
|
811
|
-
"aliases": [],
|
|
812
|
-
"args": {},
|
|
813
|
-
"description": "Diagnose a MemberJunction installation",
|
|
814
|
-
"examples": [
|
|
815
|
-
"<%= config.bin %> <%= command.id %>",
|
|
816
|
-
"<%= config.bin %> <%= command.id %> --dir ./my-mj-project",
|
|
817
|
-
"<%= config.bin %> <%= command.id %> --verbose",
|
|
818
|
-
"<%= config.bin %> <%= command.id %> --report",
|
|
819
|
-
"<%= config.bin %> <%= command.id %> --report_extended"
|
|
820
|
-
],
|
|
821
|
-
"flags": {
|
|
822
|
-
"dir": {
|
|
823
|
-
"description": "Target directory to diagnose",
|
|
824
|
-
"name": "dir",
|
|
825
|
-
"default": ".",
|
|
826
|
-
"hasDynamicHelp": false,
|
|
827
|
-
"multiple": false,
|
|
828
|
-
"type": "option"
|
|
829
|
-
},
|
|
830
|
-
"verbose": {
|
|
831
|
-
"char": "v",
|
|
832
|
-
"description": "Show detailed output including suggested fixes inline",
|
|
833
|
-
"name": "verbose",
|
|
834
|
-
"allowNo": false,
|
|
835
|
-
"type": "boolean"
|
|
836
|
-
},
|
|
837
|
-
"report": {
|
|
838
|
-
"char": "r",
|
|
839
|
-
"description": "Generate a diagnostic report file (mj-diagnostic-report.md) for sharing with support",
|
|
840
|
-
"name": "report",
|
|
841
|
-
"allowNo": false,
|
|
842
|
-
"type": "boolean"
|
|
843
|
-
},
|
|
844
|
-
"report_extended": {
|
|
845
|
-
"description": "Generate an extended report with config file snapshots and service startup log capture (~60s longer)",
|
|
846
|
-
"name": "report_extended",
|
|
847
|
-
"allowNo": false,
|
|
848
|
-
"type": "boolean"
|
|
849
|
-
}
|
|
850
|
-
},
|
|
851
|
-
"hasDynamicHelp": false,
|
|
852
|
-
"hiddenAliases": [],
|
|
853
|
-
"id": "doctor",
|
|
854
|
-
"pluginAlias": "@memberjunction/cli",
|
|
855
|
-
"pluginName": "@memberjunction/cli",
|
|
856
|
-
"pluginType": "core",
|
|
857
|
-
"strict": true,
|
|
858
|
-
"enableJsonFlag": false,
|
|
859
|
-
"isESM": true,
|
|
860
|
-
"relativePath": [
|
|
861
|
-
"dist",
|
|
862
|
-
"commands",
|
|
863
|
-
"doctor",
|
|
864
|
-
"index.js"
|
|
865
|
-
]
|
|
866
|
-
},
|
|
867
|
-
"install": {
|
|
868
|
-
"aliases": [],
|
|
869
|
-
"args": {},
|
|
870
|
-
"description": "Install MemberJunction from a GitHub release",
|
|
871
|
-
"examples": [
|
|
872
|
-
"<%= config.bin %> <%= command.id %>",
|
|
873
|
-
"<%= config.bin %> <%= command.id %> -t v4.3.0",
|
|
874
|
-
"<%= config.bin %> <%= command.id %> --dry-run",
|
|
875
|
-
"<%= config.bin %> <%= command.id %> --yes"
|
|
876
|
-
],
|
|
877
|
-
"flags": {
|
|
878
|
-
"tag": {
|
|
879
|
-
"char": "t",
|
|
880
|
-
"description": "Release tag to install (e.g. v4.3.0). If omitted, shows a version picker.",
|
|
881
|
-
"name": "tag",
|
|
882
|
-
"hasDynamicHelp": false,
|
|
883
|
-
"multiple": false,
|
|
884
|
-
"type": "option"
|
|
885
|
-
},
|
|
886
|
-
"dir": {
|
|
887
|
-
"description": "Target directory for the installation",
|
|
888
|
-
"name": "dir",
|
|
889
|
-
"default": ".",
|
|
890
|
-
"hasDynamicHelp": false,
|
|
891
|
-
"multiple": false,
|
|
892
|
-
"type": "option"
|
|
893
|
-
},
|
|
894
|
-
"config": {
|
|
895
|
-
"char": "c",
|
|
896
|
-
"description": "Path to JSON config file with install settings (database, auth, ports, etc.)",
|
|
897
|
-
"name": "config",
|
|
898
|
-
"hasDynamicHelp": false,
|
|
899
|
-
"multiple": false,
|
|
900
|
-
"type": "option"
|
|
901
|
-
},
|
|
902
|
-
"legacy": {
|
|
903
|
-
"description": "Use the legacy interactive installer (ZIP-only distribution)",
|
|
904
|
-
"hidden": true,
|
|
905
|
-
"name": "legacy",
|
|
906
|
-
"allowNo": false,
|
|
907
|
-
"type": "boolean"
|
|
908
|
-
},
|
|
909
|
-
"dry-run": {
|
|
910
|
-
"description": "Show the install plan without executing it",
|
|
911
|
-
"name": "dry-run",
|
|
912
|
-
"allowNo": false,
|
|
913
|
-
"type": "boolean"
|
|
914
|
-
},
|
|
915
|
-
"yes": {
|
|
916
|
-
"char": "y",
|
|
917
|
-
"description": "Non-interactive mode: auto-select latest version and accept defaults",
|
|
918
|
-
"name": "yes",
|
|
919
|
-
"allowNo": false,
|
|
920
|
-
"type": "boolean"
|
|
921
|
-
},
|
|
922
|
-
"verbose": {
|
|
923
|
-
"char": "v",
|
|
924
|
-
"description": "Show detailed output",
|
|
925
|
-
"name": "verbose",
|
|
926
|
-
"allowNo": false,
|
|
927
|
-
"type": "boolean"
|
|
928
|
-
},
|
|
929
|
-
"skip-db": {
|
|
930
|
-
"description": "Skip database provisioning phases",
|
|
931
|
-
"name": "skip-db",
|
|
932
|
-
"allowNo": false,
|
|
933
|
-
"type": "boolean"
|
|
934
|
-
},
|
|
935
|
-
"skip-start": {
|
|
936
|
-
"description": "Skip service startup and smoke tests",
|
|
937
|
-
"name": "skip-start",
|
|
938
|
-
"allowNo": false,
|
|
939
|
-
"type": "boolean"
|
|
940
|
-
},
|
|
941
|
-
"no-resume": {
|
|
942
|
-
"description": "Ignore any existing checkpoint and start fresh",
|
|
943
|
-
"name": "no-resume",
|
|
944
|
-
"allowNo": false,
|
|
945
|
-
"type": "boolean"
|
|
946
|
-
},
|
|
947
|
-
"fast": {
|
|
948
|
-
"description": "Fast mode: skip smoke test and optimize post-codegen steps. Re-run without --fast if you encounter issues.",
|
|
949
|
-
"name": "fast",
|
|
950
|
-
"allowNo": false,
|
|
951
|
-
"type": "boolean"
|
|
952
|
-
},
|
|
953
|
-
"overwrite-config": {
|
|
954
|
-
"description": "Overwrite existing config files (.env, mj.config.cjs, environment.ts) instead of preserving them",
|
|
955
|
-
"name": "overwrite-config",
|
|
956
|
-
"allowNo": false,
|
|
957
|
-
"type": "boolean"
|
|
958
|
-
},
|
|
959
|
-
"monorepo": {
|
|
960
|
-
"description": "Install the full MemberJunction source repository instead of the lightweight distribution. Use this for MJ framework development.",
|
|
961
|
-
"name": "monorepo",
|
|
962
|
-
"allowNo": false,
|
|
963
|
-
"type": "boolean"
|
|
964
|
-
}
|
|
965
|
-
},
|
|
966
|
-
"hasDynamicHelp": false,
|
|
967
|
-
"hiddenAliases": [],
|
|
968
|
-
"id": "install",
|
|
969
|
-
"pluginAlias": "@memberjunction/cli",
|
|
970
|
-
"pluginName": "@memberjunction/cli",
|
|
971
|
-
"pluginType": "core",
|
|
972
|
-
"strict": true,
|
|
973
|
-
"enableJsonFlag": false,
|
|
974
|
-
"isESM": true,
|
|
975
|
-
"relativePath": [
|
|
976
|
-
"dist",
|
|
977
|
-
"commands",
|
|
978
|
-
"install",
|
|
979
|
-
"index.js"
|
|
980
|
-
]
|
|
981
|
-
},
|
|
982
810
|
"dbdoc:analyze": {
|
|
983
811
|
"aliases": [],
|
|
984
812
|
"args": {},
|
|
@@ -1402,7 +1230,179 @@
|
|
|
1402
1230
|
},
|
|
1403
1231
|
"hasDynamicHelp": false,
|
|
1404
1232
|
"hiddenAliases": [],
|
|
1405
|
-
"id": "dbdoc:status",
|
|
1233
|
+
"id": "dbdoc:status",
|
|
1234
|
+
"pluginAlias": "@memberjunction/cli",
|
|
1235
|
+
"pluginName": "@memberjunction/cli",
|
|
1236
|
+
"pluginType": "core",
|
|
1237
|
+
"strict": true,
|
|
1238
|
+
"enableJsonFlag": false,
|
|
1239
|
+
"isESM": true,
|
|
1240
|
+
"relativePath": [
|
|
1241
|
+
"dist",
|
|
1242
|
+
"commands",
|
|
1243
|
+
"dbdoc",
|
|
1244
|
+
"status.js"
|
|
1245
|
+
]
|
|
1246
|
+
},
|
|
1247
|
+
"doctor": {
|
|
1248
|
+
"aliases": [],
|
|
1249
|
+
"args": {},
|
|
1250
|
+
"description": "Diagnose a MemberJunction installation",
|
|
1251
|
+
"examples": [
|
|
1252
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1253
|
+
"<%= config.bin %> <%= command.id %> --dir ./my-mj-project",
|
|
1254
|
+
"<%= config.bin %> <%= command.id %> --verbose",
|
|
1255
|
+
"<%= config.bin %> <%= command.id %> --report",
|
|
1256
|
+
"<%= config.bin %> <%= command.id %> --report_extended"
|
|
1257
|
+
],
|
|
1258
|
+
"flags": {
|
|
1259
|
+
"dir": {
|
|
1260
|
+
"description": "Target directory to diagnose",
|
|
1261
|
+
"name": "dir",
|
|
1262
|
+
"default": ".",
|
|
1263
|
+
"hasDynamicHelp": false,
|
|
1264
|
+
"multiple": false,
|
|
1265
|
+
"type": "option"
|
|
1266
|
+
},
|
|
1267
|
+
"verbose": {
|
|
1268
|
+
"char": "v",
|
|
1269
|
+
"description": "Show detailed output including suggested fixes inline",
|
|
1270
|
+
"name": "verbose",
|
|
1271
|
+
"allowNo": false,
|
|
1272
|
+
"type": "boolean"
|
|
1273
|
+
},
|
|
1274
|
+
"report": {
|
|
1275
|
+
"char": "r",
|
|
1276
|
+
"description": "Generate a diagnostic report file (mj-diagnostic-report.md) for sharing with support",
|
|
1277
|
+
"name": "report",
|
|
1278
|
+
"allowNo": false,
|
|
1279
|
+
"type": "boolean"
|
|
1280
|
+
},
|
|
1281
|
+
"report_extended": {
|
|
1282
|
+
"description": "Generate an extended report with config file snapshots and service startup log capture (~60s longer)",
|
|
1283
|
+
"name": "report_extended",
|
|
1284
|
+
"allowNo": false,
|
|
1285
|
+
"type": "boolean"
|
|
1286
|
+
}
|
|
1287
|
+
},
|
|
1288
|
+
"hasDynamicHelp": false,
|
|
1289
|
+
"hiddenAliases": [],
|
|
1290
|
+
"id": "doctor",
|
|
1291
|
+
"pluginAlias": "@memberjunction/cli",
|
|
1292
|
+
"pluginName": "@memberjunction/cli",
|
|
1293
|
+
"pluginType": "core",
|
|
1294
|
+
"strict": true,
|
|
1295
|
+
"enableJsonFlag": false,
|
|
1296
|
+
"isESM": true,
|
|
1297
|
+
"relativePath": [
|
|
1298
|
+
"dist",
|
|
1299
|
+
"commands",
|
|
1300
|
+
"doctor",
|
|
1301
|
+
"index.js"
|
|
1302
|
+
]
|
|
1303
|
+
},
|
|
1304
|
+
"install": {
|
|
1305
|
+
"aliases": [],
|
|
1306
|
+
"args": {},
|
|
1307
|
+
"description": "Install MemberJunction from a GitHub release",
|
|
1308
|
+
"examples": [
|
|
1309
|
+
"<%= config.bin %> <%= command.id %>",
|
|
1310
|
+
"<%= config.bin %> <%= command.id %> -t v4.3.0",
|
|
1311
|
+
"<%= config.bin %> <%= command.id %> --dry-run",
|
|
1312
|
+
"<%= config.bin %> <%= command.id %> --yes"
|
|
1313
|
+
],
|
|
1314
|
+
"flags": {
|
|
1315
|
+
"tag": {
|
|
1316
|
+
"char": "t",
|
|
1317
|
+
"description": "Release tag to install (e.g. v4.3.0). If omitted, shows a version picker.",
|
|
1318
|
+
"name": "tag",
|
|
1319
|
+
"hasDynamicHelp": false,
|
|
1320
|
+
"multiple": false,
|
|
1321
|
+
"type": "option"
|
|
1322
|
+
},
|
|
1323
|
+
"dir": {
|
|
1324
|
+
"description": "Target directory for the installation",
|
|
1325
|
+
"name": "dir",
|
|
1326
|
+
"default": ".",
|
|
1327
|
+
"hasDynamicHelp": false,
|
|
1328
|
+
"multiple": false,
|
|
1329
|
+
"type": "option"
|
|
1330
|
+
},
|
|
1331
|
+
"config": {
|
|
1332
|
+
"char": "c",
|
|
1333
|
+
"description": "Path to JSON config file with install settings (database, auth, ports, etc.)",
|
|
1334
|
+
"name": "config",
|
|
1335
|
+
"hasDynamicHelp": false,
|
|
1336
|
+
"multiple": false,
|
|
1337
|
+
"type": "option"
|
|
1338
|
+
},
|
|
1339
|
+
"legacy": {
|
|
1340
|
+
"description": "Use the legacy interactive installer (ZIP-only distribution)",
|
|
1341
|
+
"hidden": true,
|
|
1342
|
+
"name": "legacy",
|
|
1343
|
+
"allowNo": false,
|
|
1344
|
+
"type": "boolean"
|
|
1345
|
+
},
|
|
1346
|
+
"dry-run": {
|
|
1347
|
+
"description": "Show the install plan without executing it",
|
|
1348
|
+
"name": "dry-run",
|
|
1349
|
+
"allowNo": false,
|
|
1350
|
+
"type": "boolean"
|
|
1351
|
+
},
|
|
1352
|
+
"yes": {
|
|
1353
|
+
"char": "y",
|
|
1354
|
+
"description": "Non-interactive mode: auto-select latest version and accept defaults",
|
|
1355
|
+
"name": "yes",
|
|
1356
|
+
"allowNo": false,
|
|
1357
|
+
"type": "boolean"
|
|
1358
|
+
},
|
|
1359
|
+
"verbose": {
|
|
1360
|
+
"char": "v",
|
|
1361
|
+
"description": "Show detailed output",
|
|
1362
|
+
"name": "verbose",
|
|
1363
|
+
"allowNo": false,
|
|
1364
|
+
"type": "boolean"
|
|
1365
|
+
},
|
|
1366
|
+
"skip-db": {
|
|
1367
|
+
"description": "Skip database provisioning phases",
|
|
1368
|
+
"name": "skip-db",
|
|
1369
|
+
"allowNo": false,
|
|
1370
|
+
"type": "boolean"
|
|
1371
|
+
},
|
|
1372
|
+
"skip-start": {
|
|
1373
|
+
"description": "Skip service startup and smoke tests",
|
|
1374
|
+
"name": "skip-start",
|
|
1375
|
+
"allowNo": false,
|
|
1376
|
+
"type": "boolean"
|
|
1377
|
+
},
|
|
1378
|
+
"no-resume": {
|
|
1379
|
+
"description": "Ignore any existing checkpoint and start fresh",
|
|
1380
|
+
"name": "no-resume",
|
|
1381
|
+
"allowNo": false,
|
|
1382
|
+
"type": "boolean"
|
|
1383
|
+
},
|
|
1384
|
+
"fast": {
|
|
1385
|
+
"description": "Fast mode: skip smoke test and optimize post-codegen steps. Re-run without --fast if you encounter issues.",
|
|
1386
|
+
"name": "fast",
|
|
1387
|
+
"allowNo": false,
|
|
1388
|
+
"type": "boolean"
|
|
1389
|
+
},
|
|
1390
|
+
"overwrite-config": {
|
|
1391
|
+
"description": "Overwrite existing config files (.env, mj.config.cjs, environment.ts) instead of preserving them",
|
|
1392
|
+
"name": "overwrite-config",
|
|
1393
|
+
"allowNo": false,
|
|
1394
|
+
"type": "boolean"
|
|
1395
|
+
},
|
|
1396
|
+
"monorepo": {
|
|
1397
|
+
"description": "Install the full MemberJunction source repository instead of the lightweight distribution. Use this for MJ framework development.",
|
|
1398
|
+
"name": "monorepo",
|
|
1399
|
+
"allowNo": false,
|
|
1400
|
+
"type": "boolean"
|
|
1401
|
+
}
|
|
1402
|
+
},
|
|
1403
|
+
"hasDynamicHelp": false,
|
|
1404
|
+
"hiddenAliases": [],
|
|
1405
|
+
"id": "install",
|
|
1406
1406
|
"pluginAlias": "@memberjunction/cli",
|
|
1407
1407
|
"pluginName": "@memberjunction/cli",
|
|
1408
1408
|
"pluginType": "core",
|
|
@@ -1412,8 +1412,8 @@
|
|
|
1412
1412
|
"relativePath": [
|
|
1413
1413
|
"dist",
|
|
1414
1414
|
"commands",
|
|
1415
|
-
"
|
|
1416
|
-
"
|
|
1415
|
+
"install",
|
|
1416
|
+
"index.js"
|
|
1417
1417
|
]
|
|
1418
1418
|
},
|
|
1419
1419
|
"migrate": {
|
|
@@ -2956,6 +2956,129 @@
|
|
|
2956
2956
|
"index.js"
|
|
2957
2957
|
]
|
|
2958
2958
|
},
|
|
2959
|
+
"ai:actions:list": {
|
|
2960
|
+
"aliases": [],
|
|
2961
|
+
"args": {},
|
|
2962
|
+
"description": "List available AI actions",
|
|
2963
|
+
"examples": [
|
|
2964
|
+
"<%= config.bin %> <%= command.id %>",
|
|
2965
|
+
"<%= config.bin %> <%= command.id %> --output=table",
|
|
2966
|
+
"<%= config.bin %> <%= command.id %> --output=json"
|
|
2967
|
+
],
|
|
2968
|
+
"flags": {
|
|
2969
|
+
"output": {
|
|
2970
|
+
"char": "o",
|
|
2971
|
+
"description": "Output format",
|
|
2972
|
+
"name": "output",
|
|
2973
|
+
"default": "compact",
|
|
2974
|
+
"hasDynamicHelp": false,
|
|
2975
|
+
"multiple": false,
|
|
2976
|
+
"options": [
|
|
2977
|
+
"compact",
|
|
2978
|
+
"json",
|
|
2979
|
+
"table"
|
|
2980
|
+
],
|
|
2981
|
+
"type": "option"
|
|
2982
|
+
}
|
|
2983
|
+
},
|
|
2984
|
+
"hasDynamicHelp": false,
|
|
2985
|
+
"hiddenAliases": [],
|
|
2986
|
+
"id": "ai:actions:list",
|
|
2987
|
+
"pluginAlias": "@memberjunction/cli",
|
|
2988
|
+
"pluginName": "@memberjunction/cli",
|
|
2989
|
+
"pluginType": "core",
|
|
2990
|
+
"strict": true,
|
|
2991
|
+
"enableJsonFlag": false,
|
|
2992
|
+
"isESM": true,
|
|
2993
|
+
"relativePath": [
|
|
2994
|
+
"dist",
|
|
2995
|
+
"commands",
|
|
2996
|
+
"ai",
|
|
2997
|
+
"actions",
|
|
2998
|
+
"list.js"
|
|
2999
|
+
]
|
|
3000
|
+
},
|
|
3001
|
+
"ai:actions:run": {
|
|
3002
|
+
"aliases": [],
|
|
3003
|
+
"args": {},
|
|
3004
|
+
"description": "Execute an AI action with parameters",
|
|
3005
|
+
"examples": [
|
|
3006
|
+
"<%= config.bin %> <%= command.id %> -n \"Get Weather\" --param \"Location=Boston\"",
|
|
3007
|
+
"<%= config.bin %> <%= command.id %> -n \"Get Stock Price\" --param \"Ticker=AAPL\"",
|
|
3008
|
+
"<%= config.bin %> <%= command.id %> -n \"Send Single Message\" --param \"To=user@example.com\" --param \"Subject=Test\" --param \"Body=Hello\" --param \"MessageType=Email\" --param \"Provider=SendGrid\"",
|
|
3009
|
+
"<%= config.bin %> <%= command.id %> -n \"Calculate Expression\" --param \"Expression=2+2*3\" --dry-run"
|
|
3010
|
+
],
|
|
3011
|
+
"flags": {
|
|
3012
|
+
"name": {
|
|
3013
|
+
"char": "n",
|
|
3014
|
+
"description": "Action name",
|
|
3015
|
+
"name": "name",
|
|
3016
|
+
"required": true,
|
|
3017
|
+
"hasDynamicHelp": false,
|
|
3018
|
+
"multiple": false,
|
|
3019
|
+
"type": "option"
|
|
3020
|
+
},
|
|
3021
|
+
"param": {
|
|
3022
|
+
"char": "p",
|
|
3023
|
+
"description": "Action parameters in key=value format",
|
|
3024
|
+
"name": "param",
|
|
3025
|
+
"hasDynamicHelp": false,
|
|
3026
|
+
"multiple": true,
|
|
3027
|
+
"type": "option"
|
|
3028
|
+
},
|
|
3029
|
+
"dry-run": {
|
|
3030
|
+
"description": "Validate without executing",
|
|
3031
|
+
"name": "dry-run",
|
|
3032
|
+
"allowNo": false,
|
|
3033
|
+
"type": "boolean"
|
|
3034
|
+
},
|
|
3035
|
+
"output": {
|
|
3036
|
+
"char": "o",
|
|
3037
|
+
"description": "Output format",
|
|
3038
|
+
"name": "output",
|
|
3039
|
+
"default": "compact",
|
|
3040
|
+
"hasDynamicHelp": false,
|
|
3041
|
+
"multiple": false,
|
|
3042
|
+
"options": [
|
|
3043
|
+
"compact",
|
|
3044
|
+
"json",
|
|
3045
|
+
"table"
|
|
3046
|
+
],
|
|
3047
|
+
"type": "option"
|
|
3048
|
+
},
|
|
3049
|
+
"verbose": {
|
|
3050
|
+
"char": "v",
|
|
3051
|
+
"description": "Show detailed execution information",
|
|
3052
|
+
"name": "verbose",
|
|
3053
|
+
"allowNo": false,
|
|
3054
|
+
"type": "boolean"
|
|
3055
|
+
},
|
|
3056
|
+
"timeout": {
|
|
3057
|
+
"description": "Execution timeout in milliseconds",
|
|
3058
|
+
"name": "timeout",
|
|
3059
|
+
"default": 300000,
|
|
3060
|
+
"hasDynamicHelp": false,
|
|
3061
|
+
"multiple": false,
|
|
3062
|
+
"type": "option"
|
|
3063
|
+
}
|
|
3064
|
+
},
|
|
3065
|
+
"hasDynamicHelp": false,
|
|
3066
|
+
"hiddenAliases": [],
|
|
3067
|
+
"id": "ai:actions:run",
|
|
3068
|
+
"pluginAlias": "@memberjunction/cli",
|
|
3069
|
+
"pluginName": "@memberjunction/cli",
|
|
3070
|
+
"pluginType": "core",
|
|
3071
|
+
"strict": true,
|
|
3072
|
+
"enableJsonFlag": false,
|
|
3073
|
+
"isESM": true,
|
|
3074
|
+
"relativePath": [
|
|
3075
|
+
"dist",
|
|
3076
|
+
"commands",
|
|
3077
|
+
"ai",
|
|
3078
|
+
"actions",
|
|
3079
|
+
"run.js"
|
|
3080
|
+
]
|
|
3081
|
+
},
|
|
2959
3082
|
"ai:agents:list": {
|
|
2960
3083
|
"aliases": [],
|
|
2961
3084
|
"args": {},
|
|
@@ -3301,129 +3424,6 @@
|
|
|
3301
3424
|
"index.js"
|
|
3302
3425
|
]
|
|
3303
3426
|
},
|
|
3304
|
-
"ai:actions:list": {
|
|
3305
|
-
"aliases": [],
|
|
3306
|
-
"args": {},
|
|
3307
|
-
"description": "List available AI actions",
|
|
3308
|
-
"examples": [
|
|
3309
|
-
"<%= config.bin %> <%= command.id %>",
|
|
3310
|
-
"<%= config.bin %> <%= command.id %> --output=table",
|
|
3311
|
-
"<%= config.bin %> <%= command.id %> --output=json"
|
|
3312
|
-
],
|
|
3313
|
-
"flags": {
|
|
3314
|
-
"output": {
|
|
3315
|
-
"char": "o",
|
|
3316
|
-
"description": "Output format",
|
|
3317
|
-
"name": "output",
|
|
3318
|
-
"default": "compact",
|
|
3319
|
-
"hasDynamicHelp": false,
|
|
3320
|
-
"multiple": false,
|
|
3321
|
-
"options": [
|
|
3322
|
-
"compact",
|
|
3323
|
-
"json",
|
|
3324
|
-
"table"
|
|
3325
|
-
],
|
|
3326
|
-
"type": "option"
|
|
3327
|
-
}
|
|
3328
|
-
},
|
|
3329
|
-
"hasDynamicHelp": false,
|
|
3330
|
-
"hiddenAliases": [],
|
|
3331
|
-
"id": "ai:actions:list",
|
|
3332
|
-
"pluginAlias": "@memberjunction/cli",
|
|
3333
|
-
"pluginName": "@memberjunction/cli",
|
|
3334
|
-
"pluginType": "core",
|
|
3335
|
-
"strict": true,
|
|
3336
|
-
"enableJsonFlag": false,
|
|
3337
|
-
"isESM": true,
|
|
3338
|
-
"relativePath": [
|
|
3339
|
-
"dist",
|
|
3340
|
-
"commands",
|
|
3341
|
-
"ai",
|
|
3342
|
-
"actions",
|
|
3343
|
-
"list.js"
|
|
3344
|
-
]
|
|
3345
|
-
},
|
|
3346
|
-
"ai:actions:run": {
|
|
3347
|
-
"aliases": [],
|
|
3348
|
-
"args": {},
|
|
3349
|
-
"description": "Execute an AI action with parameters",
|
|
3350
|
-
"examples": [
|
|
3351
|
-
"<%= config.bin %> <%= command.id %> -n \"Get Weather\" --param \"Location=Boston\"",
|
|
3352
|
-
"<%= config.bin %> <%= command.id %> -n \"Get Stock Price\" --param \"Ticker=AAPL\"",
|
|
3353
|
-
"<%= config.bin %> <%= command.id %> -n \"Send Single Message\" --param \"To=user@example.com\" --param \"Subject=Test\" --param \"Body=Hello\" --param \"MessageType=Email\" --param \"Provider=SendGrid\"",
|
|
3354
|
-
"<%= config.bin %> <%= command.id %> -n \"Calculate Expression\" --param \"Expression=2+2*3\" --dry-run"
|
|
3355
|
-
],
|
|
3356
|
-
"flags": {
|
|
3357
|
-
"name": {
|
|
3358
|
-
"char": "n",
|
|
3359
|
-
"description": "Action name",
|
|
3360
|
-
"name": "name",
|
|
3361
|
-
"required": true,
|
|
3362
|
-
"hasDynamicHelp": false,
|
|
3363
|
-
"multiple": false,
|
|
3364
|
-
"type": "option"
|
|
3365
|
-
},
|
|
3366
|
-
"param": {
|
|
3367
|
-
"char": "p",
|
|
3368
|
-
"description": "Action parameters in key=value format",
|
|
3369
|
-
"name": "param",
|
|
3370
|
-
"hasDynamicHelp": false,
|
|
3371
|
-
"multiple": true,
|
|
3372
|
-
"type": "option"
|
|
3373
|
-
},
|
|
3374
|
-
"dry-run": {
|
|
3375
|
-
"description": "Validate without executing",
|
|
3376
|
-
"name": "dry-run",
|
|
3377
|
-
"allowNo": false,
|
|
3378
|
-
"type": "boolean"
|
|
3379
|
-
},
|
|
3380
|
-
"output": {
|
|
3381
|
-
"char": "o",
|
|
3382
|
-
"description": "Output format",
|
|
3383
|
-
"name": "output",
|
|
3384
|
-
"default": "compact",
|
|
3385
|
-
"hasDynamicHelp": false,
|
|
3386
|
-
"multiple": false,
|
|
3387
|
-
"options": [
|
|
3388
|
-
"compact",
|
|
3389
|
-
"json",
|
|
3390
|
-
"table"
|
|
3391
|
-
],
|
|
3392
|
-
"type": "option"
|
|
3393
|
-
},
|
|
3394
|
-
"verbose": {
|
|
3395
|
-
"char": "v",
|
|
3396
|
-
"description": "Show detailed execution information",
|
|
3397
|
-
"name": "verbose",
|
|
3398
|
-
"allowNo": false,
|
|
3399
|
-
"type": "boolean"
|
|
3400
|
-
},
|
|
3401
|
-
"timeout": {
|
|
3402
|
-
"description": "Execution timeout in milliseconds",
|
|
3403
|
-
"name": "timeout",
|
|
3404
|
-
"default": 300000,
|
|
3405
|
-
"hasDynamicHelp": false,
|
|
3406
|
-
"multiple": false,
|
|
3407
|
-
"type": "option"
|
|
3408
|
-
}
|
|
3409
|
-
},
|
|
3410
|
-
"hasDynamicHelp": false,
|
|
3411
|
-
"hiddenAliases": [],
|
|
3412
|
-
"id": "ai:actions:run",
|
|
3413
|
-
"pluginAlias": "@memberjunction/cli",
|
|
3414
|
-
"pluginName": "@memberjunction/cli",
|
|
3415
|
-
"pluginType": "core",
|
|
3416
|
-
"strict": true,
|
|
3417
|
-
"enableJsonFlag": false,
|
|
3418
|
-
"isESM": true,
|
|
3419
|
-
"relativePath": [
|
|
3420
|
-
"dist",
|
|
3421
|
-
"commands",
|
|
3422
|
-
"ai",
|
|
3423
|
-
"actions",
|
|
3424
|
-
"run.js"
|
|
3425
|
-
]
|
|
3426
|
-
},
|
|
3427
3427
|
"ai:prompts:list": {
|
|
3428
3428
|
"aliases": [],
|
|
3429
3429
|
"args": {},
|
|
@@ -3564,5 +3564,5 @@
|
|
|
3564
3564
|
]
|
|
3565
3565
|
}
|
|
3566
3566
|
},
|
|
3567
|
-
"version": "5.
|
|
3567
|
+
"version": "5.26.0"
|
|
3568
3568
|
}
|
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.26.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.26.0",
|
|
57
|
+
"@memberjunction/codegen-lib": "5.26.0",
|
|
58
|
+
"@memberjunction/config": "5.26.0",
|
|
59
|
+
"@memberjunction/core": "5.26.0",
|
|
60
|
+
"@memberjunction/installer": "5.26.0",
|
|
61
|
+
"@memberjunction/db-auto-doc": "5.26.0",
|
|
62
|
+
"@memberjunction/metadata-sync": "5.26.0",
|
|
63
|
+
"@memberjunction/query-gen": "5.26.0",
|
|
64
|
+
"@memberjunction/server-bootstrap-lite": "5.26.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.26.0",
|
|
67
|
+
"@memberjunction/sqlserver-dataprovider": "5.26.0",
|
|
68
|
+
"@memberjunction/testing-cli": "5.26.0",
|
|
69
69
|
"@oclif/core": "^3.27.0",
|
|
70
70
|
"@oclif/plugin-help": "^6.2.37",
|
|
71
71
|
"@oclif/plugin-version": "^2.2.36",
|