@salesforce/plugin-apex 3.0.21 → 3.0.23
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/README.md +6 -6
- package/oclif.lock +383 -1072
- package/oclif.manifest.json +109 -109
- package/package.json +9 -9
package/oclif.manifest.json
CHANGED
|
@@ -408,6 +408,114 @@
|
|
|
408
408
|
"test:get:apex"
|
|
409
409
|
]
|
|
410
410
|
},
|
|
411
|
+
"apex:list:log": {
|
|
412
|
+
"aliases": [
|
|
413
|
+
"force:apex:log:list"
|
|
414
|
+
],
|
|
415
|
+
"args": {},
|
|
416
|
+
"deprecateAliases": true,
|
|
417
|
+
"description": "Run this command in a project to list the IDs and general information for all debug logs in your default org.\n\nTo fetch a specific log from your org, obtain the ID from this command's output, then run the “<%= config.bin %> apex log get” command.",
|
|
418
|
+
"examples": [
|
|
419
|
+
"List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
420
|
+
"Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
|
|
421
|
+
],
|
|
422
|
+
"flags": {
|
|
423
|
+
"json": {
|
|
424
|
+
"description": "Format output as json.",
|
|
425
|
+
"helpGroup": "GLOBAL",
|
|
426
|
+
"name": "json",
|
|
427
|
+
"allowNo": false,
|
|
428
|
+
"type": "boolean"
|
|
429
|
+
},
|
|
430
|
+
"target-org": {
|
|
431
|
+
"aliases": [
|
|
432
|
+
"targetusername",
|
|
433
|
+
"u"
|
|
434
|
+
],
|
|
435
|
+
"char": "o",
|
|
436
|
+
"deprecateAliases": true,
|
|
437
|
+
"name": "target-org",
|
|
438
|
+
"noCacheDefault": true,
|
|
439
|
+
"required": true,
|
|
440
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
441
|
+
"hasDynamicHelp": true,
|
|
442
|
+
"multiple": false,
|
|
443
|
+
"type": "option"
|
|
444
|
+
},
|
|
445
|
+
"api-version": {
|
|
446
|
+
"aliases": [
|
|
447
|
+
"apiversion"
|
|
448
|
+
],
|
|
449
|
+
"deprecateAliases": true,
|
|
450
|
+
"description": "Override the api version used for api requests made by this command",
|
|
451
|
+
"name": "api-version",
|
|
452
|
+
"hasDynamicHelp": false,
|
|
453
|
+
"multiple": false,
|
|
454
|
+
"type": "option"
|
|
455
|
+
},
|
|
456
|
+
"loglevel": {
|
|
457
|
+
"deprecated": {
|
|
458
|
+
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
459
|
+
},
|
|
460
|
+
"hidden": true,
|
|
461
|
+
"name": "loglevel",
|
|
462
|
+
"hasDynamicHelp": false,
|
|
463
|
+
"multiple": false,
|
|
464
|
+
"type": "option"
|
|
465
|
+
}
|
|
466
|
+
},
|
|
467
|
+
"hasDynamicHelp": true,
|
|
468
|
+
"hiddenAliases": [],
|
|
469
|
+
"id": "apex:list:log",
|
|
470
|
+
"pluginAlias": "@salesforce/plugin-apex",
|
|
471
|
+
"pluginName": "@salesforce/plugin-apex",
|
|
472
|
+
"pluginType": "core",
|
|
473
|
+
"strict": true,
|
|
474
|
+
"summary": "Display a list of IDs and general information about debug logs.",
|
|
475
|
+
"enableJsonFlag": true,
|
|
476
|
+
"isESM": true,
|
|
477
|
+
"relativePath": [
|
|
478
|
+
"lib",
|
|
479
|
+
"commands",
|
|
480
|
+
"apex",
|
|
481
|
+
"list",
|
|
482
|
+
"log.js"
|
|
483
|
+
],
|
|
484
|
+
"aliasPermutations": [
|
|
485
|
+
"force:apex:log:list",
|
|
486
|
+
"apex:force:log:list",
|
|
487
|
+
"apex:log:force:list",
|
|
488
|
+
"apex:log:list:force",
|
|
489
|
+
"force:log:apex:list",
|
|
490
|
+
"log:force:apex:list",
|
|
491
|
+
"log:apex:force:list",
|
|
492
|
+
"log:apex:list:force",
|
|
493
|
+
"force:log:list:apex",
|
|
494
|
+
"log:force:list:apex",
|
|
495
|
+
"log:list:force:apex",
|
|
496
|
+
"log:list:apex:force",
|
|
497
|
+
"force:apex:list:log",
|
|
498
|
+
"apex:force:list:log",
|
|
499
|
+
"apex:list:force:log",
|
|
500
|
+
"apex:list:log:force",
|
|
501
|
+
"force:list:apex:log",
|
|
502
|
+
"list:force:apex:log",
|
|
503
|
+
"list:apex:force:log",
|
|
504
|
+
"list:apex:log:force",
|
|
505
|
+
"force:list:log:apex",
|
|
506
|
+
"list:force:log:apex",
|
|
507
|
+
"list:log:force:apex",
|
|
508
|
+
"list:log:apex:force"
|
|
509
|
+
],
|
|
510
|
+
"permutations": [
|
|
511
|
+
"apex:list:log",
|
|
512
|
+
"list:apex:log",
|
|
513
|
+
"list:log:apex",
|
|
514
|
+
"apex:log:list",
|
|
515
|
+
"log:apex:list",
|
|
516
|
+
"log:list:apex"
|
|
517
|
+
]
|
|
518
|
+
},
|
|
411
519
|
"apex:run:test": {
|
|
412
520
|
"aliases": [
|
|
413
521
|
"force:apex:test:run"
|
|
@@ -659,114 +767,6 @@
|
|
|
659
767
|
"test:run:apex"
|
|
660
768
|
]
|
|
661
769
|
},
|
|
662
|
-
"apex:list:log": {
|
|
663
|
-
"aliases": [
|
|
664
|
-
"force:apex:log:list"
|
|
665
|
-
],
|
|
666
|
-
"args": {},
|
|
667
|
-
"deprecateAliases": true,
|
|
668
|
-
"description": "Run this command in a project to list the IDs and general information for all debug logs in your default org.\n\nTo fetch a specific log from your org, obtain the ID from this command's output, then run the “<%= config.bin %> apex log get” command.",
|
|
669
|
-
"examples": [
|
|
670
|
-
"List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
671
|
-
"Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
|
|
672
|
-
],
|
|
673
|
-
"flags": {
|
|
674
|
-
"json": {
|
|
675
|
-
"description": "Format output as json.",
|
|
676
|
-
"helpGroup": "GLOBAL",
|
|
677
|
-
"name": "json",
|
|
678
|
-
"allowNo": false,
|
|
679
|
-
"type": "boolean"
|
|
680
|
-
},
|
|
681
|
-
"target-org": {
|
|
682
|
-
"aliases": [
|
|
683
|
-
"targetusername",
|
|
684
|
-
"u"
|
|
685
|
-
],
|
|
686
|
-
"char": "o",
|
|
687
|
-
"deprecateAliases": true,
|
|
688
|
-
"name": "target-org",
|
|
689
|
-
"noCacheDefault": true,
|
|
690
|
-
"required": true,
|
|
691
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
692
|
-
"hasDynamicHelp": true,
|
|
693
|
-
"multiple": false,
|
|
694
|
-
"type": "option"
|
|
695
|
-
},
|
|
696
|
-
"api-version": {
|
|
697
|
-
"aliases": [
|
|
698
|
-
"apiversion"
|
|
699
|
-
],
|
|
700
|
-
"deprecateAliases": true,
|
|
701
|
-
"description": "Override the api version used for api requests made by this command",
|
|
702
|
-
"name": "api-version",
|
|
703
|
-
"hasDynamicHelp": false,
|
|
704
|
-
"multiple": false,
|
|
705
|
-
"type": "option"
|
|
706
|
-
},
|
|
707
|
-
"loglevel": {
|
|
708
|
-
"deprecated": {
|
|
709
|
-
"message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
|
|
710
|
-
},
|
|
711
|
-
"hidden": true,
|
|
712
|
-
"name": "loglevel",
|
|
713
|
-
"hasDynamicHelp": false,
|
|
714
|
-
"multiple": false,
|
|
715
|
-
"type": "option"
|
|
716
|
-
}
|
|
717
|
-
},
|
|
718
|
-
"hasDynamicHelp": true,
|
|
719
|
-
"hiddenAliases": [],
|
|
720
|
-
"id": "apex:list:log",
|
|
721
|
-
"pluginAlias": "@salesforce/plugin-apex",
|
|
722
|
-
"pluginName": "@salesforce/plugin-apex",
|
|
723
|
-
"pluginType": "core",
|
|
724
|
-
"strict": true,
|
|
725
|
-
"summary": "Display a list of IDs and general information about debug logs.",
|
|
726
|
-
"enableJsonFlag": true,
|
|
727
|
-
"isESM": true,
|
|
728
|
-
"relativePath": [
|
|
729
|
-
"lib",
|
|
730
|
-
"commands",
|
|
731
|
-
"apex",
|
|
732
|
-
"list",
|
|
733
|
-
"log.js"
|
|
734
|
-
],
|
|
735
|
-
"aliasPermutations": [
|
|
736
|
-
"force:apex:log:list",
|
|
737
|
-
"apex:force:log:list",
|
|
738
|
-
"apex:log:force:list",
|
|
739
|
-
"apex:log:list:force",
|
|
740
|
-
"force:log:apex:list",
|
|
741
|
-
"log:force:apex:list",
|
|
742
|
-
"log:apex:force:list",
|
|
743
|
-
"log:apex:list:force",
|
|
744
|
-
"force:log:list:apex",
|
|
745
|
-
"log:force:list:apex",
|
|
746
|
-
"log:list:force:apex",
|
|
747
|
-
"log:list:apex:force",
|
|
748
|
-
"force:apex:list:log",
|
|
749
|
-
"apex:force:list:log",
|
|
750
|
-
"apex:list:force:log",
|
|
751
|
-
"apex:list:log:force",
|
|
752
|
-
"force:list:apex:log",
|
|
753
|
-
"list:force:apex:log",
|
|
754
|
-
"list:apex:force:log",
|
|
755
|
-
"list:apex:log:force",
|
|
756
|
-
"force:list:log:apex",
|
|
757
|
-
"list:force:log:apex",
|
|
758
|
-
"list:log:force:apex",
|
|
759
|
-
"list:log:apex:force"
|
|
760
|
-
],
|
|
761
|
-
"permutations": [
|
|
762
|
-
"apex:list:log",
|
|
763
|
-
"list:apex:log",
|
|
764
|
-
"list:log:apex",
|
|
765
|
-
"apex:log:list",
|
|
766
|
-
"log:apex:list",
|
|
767
|
-
"log:list:apex"
|
|
768
|
-
]
|
|
769
|
-
},
|
|
770
770
|
"apex:tail:log": {
|
|
771
771
|
"aliases": [
|
|
772
772
|
"force:apex:log:tail"
|
|
@@ -903,5 +903,5 @@
|
|
|
903
903
|
]
|
|
904
904
|
}
|
|
905
905
|
},
|
|
906
|
-
"version": "3.0.
|
|
906
|
+
"version": "3.0.23"
|
|
907
907
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
3
|
"description": "Apex commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.23",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -9,19 +9,19 @@
|
|
|
9
9
|
"@salesforce/apex-node": "^3.0.2",
|
|
10
10
|
"@salesforce/core": "^6.5.1",
|
|
11
11
|
"@salesforce/kit": "^3.0.15",
|
|
12
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
12
|
+
"@salesforce/sf-plugins-core": "^7.1.9",
|
|
13
13
|
"chalk": "^5.3.0",
|
|
14
14
|
"color-convert": "^2.0.1",
|
|
15
15
|
"color-name": "^2.0.0"
|
|
16
16
|
},
|
|
17
17
|
"devDependencies": {
|
|
18
|
-
"@oclif/plugin-command-snapshot": "^5.0.
|
|
19
|
-
"@salesforce/cli-plugins-testkit": "^5.1.
|
|
18
|
+
"@oclif/plugin-command-snapshot": "^5.0.7",
|
|
19
|
+
"@salesforce/cli-plugins-testkit": "^5.1.8",
|
|
20
20
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
21
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
21
|
+
"@salesforce/plugin-command-reference": "^3.0.64",
|
|
22
22
|
"@types/color-convert": "^2.0.3",
|
|
23
|
-
"eslint-plugin-sf-plugin": "^1.17.
|
|
24
|
-
"oclif": "^4.
|
|
23
|
+
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
24
|
+
"oclif": "^4.4.8",
|
|
25
25
|
"shx": "^0.3.4",
|
|
26
26
|
"ts-node": "^10.9.2",
|
|
27
27
|
"typescript": "^5.2.2"
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
"exports": "./lib/index.js",
|
|
225
225
|
"type": "module",
|
|
226
226
|
"sfdx": {
|
|
227
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.
|
|
228
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.
|
|
227
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.23.crt",
|
|
228
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.23.sig"
|
|
229
229
|
}
|
|
230
230
|
}
|