@memberjunction/cli 5.50.0 → 5.51.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 +189 -189
- package/package.json +17 -17
package/oclif.manifest.json
CHANGED
|
@@ -390,67 +390,6 @@
|
|
|
390
390
|
"upgrade.js"
|
|
391
391
|
]
|
|
392
392
|
},
|
|
393
|
-
"artifacts:reclassify": {
|
|
394
|
-
"aliases": [],
|
|
395
|
-
"args": {},
|
|
396
|
-
"description": "Upgrade-recovery utility for v5.35 artifact unification. Re-evaluates rows whose TypeID is the deleted JSON fallback but whose actual content does not parse as JSON. Normally a no-op: the v5.35 backfill migration handles this automatically. This command is only relevant when the migration ran BEFORE the artifact-type metadata (Generic Text / Generic Binary) was pushed via `mj sync push`, in which case the migration prints a notice telling you to run this. Reports \"no candidates\" once everything is reconciled. Dry-run by default; --apply writes through Record Changes.",
|
|
397
|
-
"examples": [
|
|
398
|
-
"<%= config.bin %> <%= command.id %>",
|
|
399
|
-
"<%= config.bin %> <%= command.id %> --apply --limit 50"
|
|
400
|
-
],
|
|
401
|
-
"flags": {
|
|
402
|
-
"conversation-id": {
|
|
403
|
-
"description": "Scope to artifacts attached to the given conversation.",
|
|
404
|
-
"name": "conversation-id",
|
|
405
|
-
"hasDynamicHelp": false,
|
|
406
|
-
"multiple": false,
|
|
407
|
-
"type": "option"
|
|
408
|
-
},
|
|
409
|
-
"since": {
|
|
410
|
-
"description": "Scope to artifacts created on/after this ISO date.",
|
|
411
|
-
"name": "since",
|
|
412
|
-
"hasDynamicHelp": false,
|
|
413
|
-
"multiple": false,
|
|
414
|
-
"type": "option"
|
|
415
|
-
},
|
|
416
|
-
"limit": {
|
|
417
|
-
"description": "Maximum number of rows to inspect.",
|
|
418
|
-
"name": "limit",
|
|
419
|
-
"default": 100,
|
|
420
|
-
"hasDynamicHelp": false,
|
|
421
|
-
"multiple": false,
|
|
422
|
-
"type": "option"
|
|
423
|
-
},
|
|
424
|
-
"apply": {
|
|
425
|
-
"description": "Write changes. Without this flag, this command only reports what it would do.",
|
|
426
|
-
"name": "apply",
|
|
427
|
-
"allowNo": false,
|
|
428
|
-
"type": "boolean"
|
|
429
|
-
},
|
|
430
|
-
"verbose": {
|
|
431
|
-
"char": "v",
|
|
432
|
-
"description": "Print every candidate row, not just the summary.",
|
|
433
|
-
"name": "verbose",
|
|
434
|
-
"allowNo": false,
|
|
435
|
-
"type": "boolean"
|
|
436
|
-
}
|
|
437
|
-
},
|
|
438
|
-
"hasDynamicHelp": false,
|
|
439
|
-
"hiddenAliases": [],
|
|
440
|
-
"id": "artifacts:reclassify",
|
|
441
|
-
"pluginAlias": "@memberjunction/cli",
|
|
442
|
-
"pluginName": "@memberjunction/cli",
|
|
443
|
-
"pluginType": "core",
|
|
444
|
-
"strict": true,
|
|
445
|
-
"enableJsonFlag": false,
|
|
446
|
-
"isESM": true,
|
|
447
|
-
"relativePath": [
|
|
448
|
-
"dist",
|
|
449
|
-
"commands",
|
|
450
|
-
"artifacts",
|
|
451
|
-
"reclassify.js"
|
|
452
|
-
]
|
|
453
|
-
},
|
|
454
393
|
"baseline:build": {
|
|
455
394
|
"aliases": [],
|
|
456
395
|
"args": {},
|
|
@@ -861,6 +800,67 @@
|
|
|
861
800
|
"index.js"
|
|
862
801
|
]
|
|
863
802
|
},
|
|
803
|
+
"artifacts:reclassify": {
|
|
804
|
+
"aliases": [],
|
|
805
|
+
"args": {},
|
|
806
|
+
"description": "Upgrade-recovery utility for v5.35 artifact unification. Re-evaluates rows whose TypeID is the deleted JSON fallback but whose actual content does not parse as JSON. Normally a no-op: the v5.35 backfill migration handles this automatically. This command is only relevant when the migration ran BEFORE the artifact-type metadata (Generic Text / Generic Binary) was pushed via `mj sync push`, in which case the migration prints a notice telling you to run this. Reports \"no candidates\" once everything is reconciled. Dry-run by default; --apply writes through Record Changes.",
|
|
807
|
+
"examples": [
|
|
808
|
+
"<%= config.bin %> <%= command.id %>",
|
|
809
|
+
"<%= config.bin %> <%= command.id %> --apply --limit 50"
|
|
810
|
+
],
|
|
811
|
+
"flags": {
|
|
812
|
+
"conversation-id": {
|
|
813
|
+
"description": "Scope to artifacts attached to the given conversation.",
|
|
814
|
+
"name": "conversation-id",
|
|
815
|
+
"hasDynamicHelp": false,
|
|
816
|
+
"multiple": false,
|
|
817
|
+
"type": "option"
|
|
818
|
+
},
|
|
819
|
+
"since": {
|
|
820
|
+
"description": "Scope to artifacts created on/after this ISO date.",
|
|
821
|
+
"name": "since",
|
|
822
|
+
"hasDynamicHelp": false,
|
|
823
|
+
"multiple": false,
|
|
824
|
+
"type": "option"
|
|
825
|
+
},
|
|
826
|
+
"limit": {
|
|
827
|
+
"description": "Maximum number of rows to inspect.",
|
|
828
|
+
"name": "limit",
|
|
829
|
+
"default": 100,
|
|
830
|
+
"hasDynamicHelp": false,
|
|
831
|
+
"multiple": false,
|
|
832
|
+
"type": "option"
|
|
833
|
+
},
|
|
834
|
+
"apply": {
|
|
835
|
+
"description": "Write changes. Without this flag, this command only reports what it would do.",
|
|
836
|
+
"name": "apply",
|
|
837
|
+
"allowNo": false,
|
|
838
|
+
"type": "boolean"
|
|
839
|
+
},
|
|
840
|
+
"verbose": {
|
|
841
|
+
"char": "v",
|
|
842
|
+
"description": "Print every candidate row, not just the summary.",
|
|
843
|
+
"name": "verbose",
|
|
844
|
+
"allowNo": false,
|
|
845
|
+
"type": "boolean"
|
|
846
|
+
}
|
|
847
|
+
},
|
|
848
|
+
"hasDynamicHelp": false,
|
|
849
|
+
"hiddenAliases": [],
|
|
850
|
+
"id": "artifacts:reclassify",
|
|
851
|
+
"pluginAlias": "@memberjunction/cli",
|
|
852
|
+
"pluginName": "@memberjunction/cli",
|
|
853
|
+
"pluginType": "core",
|
|
854
|
+
"strict": true,
|
|
855
|
+
"enableJsonFlag": false,
|
|
856
|
+
"isESM": true,
|
|
857
|
+
"relativePath": [
|
|
858
|
+
"dist",
|
|
859
|
+
"commands",
|
|
860
|
+
"artifacts",
|
|
861
|
+
"reclassify.js"
|
|
862
|
+
]
|
|
863
|
+
},
|
|
864
864
|
"bundle": {
|
|
865
865
|
"aliases": [],
|
|
866
866
|
"args": {},
|
|
@@ -4432,10 +4432,10 @@
|
|
|
4432
4432
|
"claude.js"
|
|
4433
4433
|
]
|
|
4434
4434
|
},
|
|
4435
|
-
"ai:
|
|
4435
|
+
"ai:agents:list": {
|
|
4436
4436
|
"aliases": [],
|
|
4437
4437
|
"args": {},
|
|
4438
|
-
"description": "List available AI
|
|
4438
|
+
"description": "List available AI agents",
|
|
4439
4439
|
"examples": [
|
|
4440
4440
|
"<%= config.bin %> <%= command.id %>",
|
|
4441
4441
|
"<%= config.bin %> <%= command.id %> --output=table",
|
|
@@ -4459,7 +4459,7 @@
|
|
|
4459
4459
|
},
|
|
4460
4460
|
"hasDynamicHelp": false,
|
|
4461
4461
|
"hiddenAliases": [],
|
|
4462
|
-
"id": "ai:
|
|
4462
|
+
"id": "ai:agents:list",
|
|
4463
4463
|
"pluginAlias": "@memberjunction/cli",
|
|
4464
4464
|
"pluginName": "@memberjunction/cli",
|
|
4465
4465
|
"pluginType": "core",
|
|
@@ -4470,41 +4470,47 @@
|
|
|
4470
4470
|
"dist",
|
|
4471
4471
|
"commands",
|
|
4472
4472
|
"ai",
|
|
4473
|
-
"
|
|
4473
|
+
"agents",
|
|
4474
4474
|
"list.js"
|
|
4475
4475
|
]
|
|
4476
4476
|
},
|
|
4477
|
-
"ai:
|
|
4477
|
+
"ai:agents:run": {
|
|
4478
4478
|
"aliases": [],
|
|
4479
4479
|
"args": {},
|
|
4480
|
-
"description": "Execute an AI
|
|
4480
|
+
"description": "Execute an AI agent with a prompt or start interactive chat",
|
|
4481
4481
|
"examples": [
|
|
4482
|
-
"<%= config.bin %> <%= command.id %> -
|
|
4483
|
-
"<%= config.bin %> <%= command.id %> -
|
|
4484
|
-
"<%= config.bin %> <%= command.id %> -
|
|
4485
|
-
"<%= config.bin %> <%= command.id %> -n \"Calculate Expression\" --param \"Expression=2+2*3\" --dry-run"
|
|
4482
|
+
"<%= config.bin %> <%= command.id %> -a \"Skip: Requirements Expert\" -p \"Create a dashboard for sales metrics\"",
|
|
4483
|
+
"<%= config.bin %> <%= command.id %> -a \"Child Component Generator Sub-agent\" --chat",
|
|
4484
|
+
"<%= config.bin %> <%= command.id %> -a \"Skip: Technical Design Expert\" -p \"Build a React component\" --verbose --timeout=600000"
|
|
4486
4485
|
],
|
|
4487
4486
|
"flags": {
|
|
4488
|
-
"
|
|
4489
|
-
"char": "
|
|
4490
|
-
"description": "
|
|
4491
|
-
"name": "
|
|
4487
|
+
"agent": {
|
|
4488
|
+
"char": "a",
|
|
4489
|
+
"description": "Agent name",
|
|
4490
|
+
"name": "agent",
|
|
4492
4491
|
"required": true,
|
|
4493
4492
|
"hasDynamicHelp": false,
|
|
4494
4493
|
"multiple": false,
|
|
4495
4494
|
"type": "option"
|
|
4496
4495
|
},
|
|
4497
|
-
"
|
|
4496
|
+
"prompt": {
|
|
4498
4497
|
"char": "p",
|
|
4499
|
-
"description": "
|
|
4500
|
-
"
|
|
4498
|
+
"description": "Prompt to execute",
|
|
4499
|
+
"exclusive": [
|
|
4500
|
+
"chat"
|
|
4501
|
+
],
|
|
4502
|
+
"name": "prompt",
|
|
4501
4503
|
"hasDynamicHelp": false,
|
|
4502
|
-
"multiple":
|
|
4504
|
+
"multiple": false,
|
|
4503
4505
|
"type": "option"
|
|
4504
4506
|
},
|
|
4505
|
-
"
|
|
4506
|
-
"
|
|
4507
|
-
"
|
|
4507
|
+
"chat": {
|
|
4508
|
+
"char": "c",
|
|
4509
|
+
"description": "Start interactive chat mode",
|
|
4510
|
+
"exclusive": [
|
|
4511
|
+
"prompt"
|
|
4512
|
+
],
|
|
4513
|
+
"name": "chat",
|
|
4508
4514
|
"allowNo": false,
|
|
4509
4515
|
"type": "boolean"
|
|
4510
4516
|
},
|
|
@@ -4540,7 +4546,7 @@
|
|
|
4540
4546
|
},
|
|
4541
4547
|
"hasDynamicHelp": false,
|
|
4542
4548
|
"hiddenAliases": [],
|
|
4543
|
-
"id": "ai:
|
|
4549
|
+
"id": "ai:agents:run",
|
|
4544
4550
|
"pluginAlias": "@memberjunction/cli",
|
|
4545
4551
|
"pluginName": "@memberjunction/cli",
|
|
4546
4552
|
"pluginType": "core",
|
|
@@ -4551,38 +4557,29 @@
|
|
|
4551
4557
|
"dist",
|
|
4552
4558
|
"commands",
|
|
4553
4559
|
"ai",
|
|
4554
|
-
"
|
|
4560
|
+
"agents",
|
|
4555
4561
|
"run.js"
|
|
4556
4562
|
]
|
|
4557
4563
|
},
|
|
4558
|
-
"ai:
|
|
4564
|
+
"ai:prompts:list": {
|
|
4559
4565
|
"aliases": [],
|
|
4560
4566
|
"args": {},
|
|
4561
|
-
"description": "List available
|
|
4567
|
+
"description": "List available models for prompt execution",
|
|
4562
4568
|
"examples": [
|
|
4563
|
-
"<%= config.bin %> <%= command.id %>"
|
|
4564
|
-
"<%= config.bin %> <%= command.id %> --output=table",
|
|
4565
|
-
"<%= config.bin %> <%= command.id %> --output=json"
|
|
4569
|
+
"<%= config.bin %> <%= command.id %>"
|
|
4566
4570
|
],
|
|
4567
4571
|
"flags": {
|
|
4568
|
-
"
|
|
4569
|
-
"char": "
|
|
4570
|
-
"description": "
|
|
4571
|
-
"name": "
|
|
4572
|
-
"
|
|
4573
|
-
"
|
|
4574
|
-
"multiple": false,
|
|
4575
|
-
"options": [
|
|
4576
|
-
"compact",
|
|
4577
|
-
"json",
|
|
4578
|
-
"table"
|
|
4579
|
-
],
|
|
4580
|
-
"type": "option"
|
|
4572
|
+
"verbose": {
|
|
4573
|
+
"char": "v",
|
|
4574
|
+
"description": "Show detailed model information",
|
|
4575
|
+
"name": "verbose",
|
|
4576
|
+
"allowNo": false,
|
|
4577
|
+
"type": "boolean"
|
|
4581
4578
|
}
|
|
4582
4579
|
},
|
|
4583
4580
|
"hasDynamicHelp": false,
|
|
4584
4581
|
"hiddenAliases": [],
|
|
4585
|
-
"id": "ai:
|
|
4582
|
+
"id": "ai:prompts:list",
|
|
4586
4583
|
"pluginAlias": "@memberjunction/cli",
|
|
4587
4584
|
"pluginName": "@memberjunction/cli",
|
|
4588
4585
|
"pluginType": "core",
|
|
@@ -4593,49 +4590,68 @@
|
|
|
4593
4590
|
"dist",
|
|
4594
4591
|
"commands",
|
|
4595
4592
|
"ai",
|
|
4596
|
-
"
|
|
4593
|
+
"prompts",
|
|
4597
4594
|
"list.js"
|
|
4598
4595
|
]
|
|
4599
4596
|
},
|
|
4600
|
-
"ai:
|
|
4597
|
+
"ai:prompts:run": {
|
|
4601
4598
|
"aliases": [],
|
|
4602
4599
|
"args": {},
|
|
4603
|
-
"description": "Execute
|
|
4600
|
+
"description": "Execute a direct prompt with an AI model",
|
|
4604
4601
|
"examples": [
|
|
4605
|
-
"<%= config.bin %> <%= command.id %> -
|
|
4606
|
-
"<%= config.bin %> <%= command.id %> -
|
|
4607
|
-
"<%= config.bin %> <%= command.id %> -
|
|
4602
|
+
"<%= config.bin %> <%= command.id %> -p \"Explain quantum computing in simple terms\"",
|
|
4603
|
+
"<%= config.bin %> <%= command.id %> -p \"Write a Python function to sort a list\" --model \"gpt-4\"",
|
|
4604
|
+
"<%= config.bin %> <%= command.id %> -p \"Translate to French: Hello world\" --temperature 0.3",
|
|
4605
|
+
"<%= config.bin %> <%= command.id %> -p \"Generate a haiku\" --system \"You are a poet\" --max-tokens 100"
|
|
4608
4606
|
],
|
|
4609
4607
|
"flags": {
|
|
4610
|
-
"
|
|
4611
|
-
"char": "
|
|
4612
|
-
"description": "
|
|
4613
|
-
"name": "
|
|
4608
|
+
"prompt": {
|
|
4609
|
+
"char": "p",
|
|
4610
|
+
"description": "The prompt to execute",
|
|
4611
|
+
"name": "prompt",
|
|
4614
4612
|
"required": true,
|
|
4615
4613
|
"hasDynamicHelp": false,
|
|
4616
4614
|
"multiple": false,
|
|
4617
4615
|
"type": "option"
|
|
4618
4616
|
},
|
|
4619
|
-
"
|
|
4620
|
-
"char": "
|
|
4621
|
-
"description": "
|
|
4622
|
-
"
|
|
4623
|
-
"chat"
|
|
4624
|
-
],
|
|
4625
|
-
"name": "prompt",
|
|
4617
|
+
"model": {
|
|
4618
|
+
"char": "m",
|
|
4619
|
+
"description": "AI model to use (e.g., gpt-4, claude-3-opus)",
|
|
4620
|
+
"name": "model",
|
|
4626
4621
|
"hasDynamicHelp": false,
|
|
4627
4622
|
"multiple": false,
|
|
4628
4623
|
"type": "option"
|
|
4629
4624
|
},
|
|
4630
|
-
"
|
|
4625
|
+
"system": {
|
|
4626
|
+
"char": "s",
|
|
4627
|
+
"description": "System prompt to set context",
|
|
4628
|
+
"name": "system",
|
|
4629
|
+
"hasDynamicHelp": false,
|
|
4630
|
+
"multiple": false,
|
|
4631
|
+
"type": "option"
|
|
4632
|
+
},
|
|
4633
|
+
"temperature": {
|
|
4634
|
+
"char": "t",
|
|
4635
|
+
"description": "Temperature for response creativity (0.0-2.0)",
|
|
4636
|
+
"name": "temperature",
|
|
4637
|
+
"hasDynamicHelp": false,
|
|
4638
|
+
"multiple": false,
|
|
4639
|
+
"type": "option"
|
|
4640
|
+
},
|
|
4641
|
+
"max-tokens": {
|
|
4642
|
+
"description": "Maximum tokens for the response",
|
|
4643
|
+
"name": "max-tokens",
|
|
4644
|
+
"hasDynamicHelp": false,
|
|
4645
|
+
"multiple": false,
|
|
4646
|
+
"type": "option"
|
|
4647
|
+
},
|
|
4648
|
+
"configuration": {
|
|
4631
4649
|
"char": "c",
|
|
4632
|
-
"description": "
|
|
4633
|
-
"
|
|
4634
|
-
|
|
4635
|
-
|
|
4636
|
-
"
|
|
4637
|
-
"allowNo": false,
|
|
4638
|
-
"type": "boolean"
|
|
4650
|
+
"description": "AI Configuration ID to use",
|
|
4651
|
+
"name": "configuration",
|
|
4652
|
+
"hasDynamicHelp": false,
|
|
4653
|
+
"multiple": false,
|
|
4654
|
+
"type": "option"
|
|
4639
4655
|
},
|
|
4640
4656
|
"output": {
|
|
4641
4657
|
"char": "o",
|
|
@@ -4669,7 +4685,7 @@
|
|
|
4669
4685
|
},
|
|
4670
4686
|
"hasDynamicHelp": false,
|
|
4671
4687
|
"hiddenAliases": [],
|
|
4672
|
-
"id": "ai:
|
|
4688
|
+
"id": "ai:prompts:run",
|
|
4673
4689
|
"pluginAlias": "@memberjunction/cli",
|
|
4674
4690
|
"pluginName": "@memberjunction/cli",
|
|
4675
4691
|
"pluginType": "core",
|
|
@@ -4680,7 +4696,7 @@
|
|
|
4680
4696
|
"dist",
|
|
4681
4697
|
"commands",
|
|
4682
4698
|
"ai",
|
|
4683
|
-
"
|
|
4699
|
+
"prompts",
|
|
4684
4700
|
"run.js"
|
|
4685
4701
|
]
|
|
4686
4702
|
},
|
|
@@ -4900,25 +4916,34 @@
|
|
|
4900
4916
|
"index.js"
|
|
4901
4917
|
]
|
|
4902
4918
|
},
|
|
4903
|
-
"ai:
|
|
4919
|
+
"ai:actions:list": {
|
|
4904
4920
|
"aliases": [],
|
|
4905
4921
|
"args": {},
|
|
4906
|
-
"description": "List available
|
|
4922
|
+
"description": "List available AI actions",
|
|
4907
4923
|
"examples": [
|
|
4908
|
-
"<%= config.bin %> <%= command.id %>"
|
|
4924
|
+
"<%= config.bin %> <%= command.id %>",
|
|
4925
|
+
"<%= config.bin %> <%= command.id %> --output=table",
|
|
4926
|
+
"<%= config.bin %> <%= command.id %> --output=json"
|
|
4909
4927
|
],
|
|
4910
4928
|
"flags": {
|
|
4911
|
-
"
|
|
4912
|
-
"char": "
|
|
4913
|
-
"description": "
|
|
4914
|
-
"name": "
|
|
4915
|
-
"
|
|
4916
|
-
"
|
|
4929
|
+
"output": {
|
|
4930
|
+
"char": "o",
|
|
4931
|
+
"description": "Output format",
|
|
4932
|
+
"name": "output",
|
|
4933
|
+
"default": "compact",
|
|
4934
|
+
"hasDynamicHelp": false,
|
|
4935
|
+
"multiple": false,
|
|
4936
|
+
"options": [
|
|
4937
|
+
"compact",
|
|
4938
|
+
"json",
|
|
4939
|
+
"table"
|
|
4940
|
+
],
|
|
4941
|
+
"type": "option"
|
|
4917
4942
|
}
|
|
4918
4943
|
},
|
|
4919
4944
|
"hasDynamicHelp": false,
|
|
4920
4945
|
"hiddenAliases": [],
|
|
4921
|
-
"id": "ai:
|
|
4946
|
+
"id": "ai:actions:list",
|
|
4922
4947
|
"pluginAlias": "@memberjunction/cli",
|
|
4923
4948
|
"pluginName": "@memberjunction/cli",
|
|
4924
4949
|
"pluginType": "core",
|
|
@@ -4929,68 +4954,43 @@
|
|
|
4929
4954
|
"dist",
|
|
4930
4955
|
"commands",
|
|
4931
4956
|
"ai",
|
|
4932
|
-
"
|
|
4957
|
+
"actions",
|
|
4933
4958
|
"list.js"
|
|
4934
4959
|
]
|
|
4935
4960
|
},
|
|
4936
|
-
"ai:
|
|
4961
|
+
"ai:actions:run": {
|
|
4937
4962
|
"aliases": [],
|
|
4938
4963
|
"args": {},
|
|
4939
|
-
"description": "Execute
|
|
4964
|
+
"description": "Execute an AI action with parameters",
|
|
4940
4965
|
"examples": [
|
|
4941
|
-
"<%= config.bin %> <%= command.id %> -
|
|
4942
|
-
"<%= config.bin %> <%= command.id %> -
|
|
4943
|
-
"<%= config.bin %> <%= command.id %> -
|
|
4944
|
-
"<%= config.bin %> <%= command.id %> -
|
|
4966
|
+
"<%= config.bin %> <%= command.id %> -n \"Get Weather\" --param \"Location=Boston\"",
|
|
4967
|
+
"<%= config.bin %> <%= command.id %> -n \"Get Stock Price\" --param \"Ticker=AAPL\"",
|
|
4968
|
+
"<%= 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\"",
|
|
4969
|
+
"<%= config.bin %> <%= command.id %> -n \"Calculate Expression\" --param \"Expression=2+2*3\" --dry-run"
|
|
4945
4970
|
],
|
|
4946
4971
|
"flags": {
|
|
4947
|
-
"
|
|
4948
|
-
"char": "
|
|
4949
|
-
"description": "
|
|
4950
|
-
"name": "
|
|
4972
|
+
"name": {
|
|
4973
|
+
"char": "n",
|
|
4974
|
+
"description": "Action name",
|
|
4975
|
+
"name": "name",
|
|
4951
4976
|
"required": true,
|
|
4952
4977
|
"hasDynamicHelp": false,
|
|
4953
4978
|
"multiple": false,
|
|
4954
4979
|
"type": "option"
|
|
4955
4980
|
},
|
|
4956
|
-
"
|
|
4957
|
-
"char": "
|
|
4958
|
-
"description": "
|
|
4959
|
-
"name": "
|
|
4960
|
-
"hasDynamicHelp": false,
|
|
4961
|
-
"multiple": false,
|
|
4962
|
-
"type": "option"
|
|
4963
|
-
},
|
|
4964
|
-
"system": {
|
|
4965
|
-
"char": "s",
|
|
4966
|
-
"description": "System prompt to set context",
|
|
4967
|
-
"name": "system",
|
|
4968
|
-
"hasDynamicHelp": false,
|
|
4969
|
-
"multiple": false,
|
|
4970
|
-
"type": "option"
|
|
4971
|
-
},
|
|
4972
|
-
"temperature": {
|
|
4973
|
-
"char": "t",
|
|
4974
|
-
"description": "Temperature for response creativity (0.0-2.0)",
|
|
4975
|
-
"name": "temperature",
|
|
4976
|
-
"hasDynamicHelp": false,
|
|
4977
|
-
"multiple": false,
|
|
4978
|
-
"type": "option"
|
|
4979
|
-
},
|
|
4980
|
-
"max-tokens": {
|
|
4981
|
-
"description": "Maximum tokens for the response",
|
|
4982
|
-
"name": "max-tokens",
|
|
4981
|
+
"param": {
|
|
4982
|
+
"char": "p",
|
|
4983
|
+
"description": "Action parameters in key=value format",
|
|
4984
|
+
"name": "param",
|
|
4983
4985
|
"hasDynamicHelp": false,
|
|
4984
|
-
"multiple":
|
|
4986
|
+
"multiple": true,
|
|
4985
4987
|
"type": "option"
|
|
4986
4988
|
},
|
|
4987
|
-
"
|
|
4988
|
-
"
|
|
4989
|
-
"
|
|
4990
|
-
"
|
|
4991
|
-
"
|
|
4992
|
-
"multiple": false,
|
|
4993
|
-
"type": "option"
|
|
4989
|
+
"dry-run": {
|
|
4990
|
+
"description": "Validate without executing",
|
|
4991
|
+
"name": "dry-run",
|
|
4992
|
+
"allowNo": false,
|
|
4993
|
+
"type": "boolean"
|
|
4994
4994
|
},
|
|
4995
4995
|
"output": {
|
|
4996
4996
|
"char": "o",
|
|
@@ -5024,7 +5024,7 @@
|
|
|
5024
5024
|
},
|
|
5025
5025
|
"hasDynamicHelp": false,
|
|
5026
5026
|
"hiddenAliases": [],
|
|
5027
|
-
"id": "ai:
|
|
5027
|
+
"id": "ai:actions:run",
|
|
5028
5028
|
"pluginAlias": "@memberjunction/cli",
|
|
5029
5029
|
"pluginName": "@memberjunction/cli",
|
|
5030
5030
|
"pluginType": "core",
|
|
@@ -5035,7 +5035,7 @@
|
|
|
5035
5035
|
"dist",
|
|
5036
5036
|
"commands",
|
|
5037
5037
|
"ai",
|
|
5038
|
-
"
|
|
5038
|
+
"actions",
|
|
5039
5039
|
"run.js"
|
|
5040
5040
|
]
|
|
5041
5041
|
},
|
|
@@ -5480,5 +5480,5 @@
|
|
|
5480
5480
|
]
|
|
5481
5481
|
}
|
|
5482
5482
|
},
|
|
5483
|
-
"version": "5.
|
|
5483
|
+
"version": "5.51.1"
|
|
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.1",
|
|
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.1",
|
|
59
|
+
"@memberjunction/cli-core": "5.51.1",
|
|
60
|
+
"@memberjunction/codegen-lib": "5.51.1",
|
|
61
|
+
"@memberjunction/config": "5.51.1",
|
|
62
|
+
"@memberjunction/core": "5.51.1",
|
|
63
|
+
"@memberjunction/generic-database-provider": "5.51.1",
|
|
64
|
+
"@memberjunction/installer": "5.51.1",
|
|
65
|
+
"@memberjunction/db-auto-doc": "5.51.1",
|
|
66
|
+
"@memberjunction/metadata-sync": "5.51.1",
|
|
67
|
+
"@memberjunction/open-app-engine": "5.51.1",
|
|
68
|
+
"@memberjunction/query-gen": "5.51.1",
|
|
69
|
+
"@memberjunction/server-bootstrap-lite": "5.51.1",
|
|
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.1",
|
|
74
|
+
"@memberjunction/sqlglot-ts": "5.51.1",
|
|
75
|
+
"@memberjunction/sqlserver-dataprovider": "5.51.1",
|
|
76
|
+
"@memberjunction/testing-cli": "5.51.1",
|
|
77
77
|
"@oclif/core": "^3.27.0",
|
|
78
78
|
"@oclif/plugin-help": "^6.2.37",
|
|
79
79
|
"@oclif/plugin-version": "^2.2.36",
|