@salesforce/plugin-apex 3.5.5 → 3.6.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/README.md CHANGED
@@ -148,7 +148,7 @@ FLAG DESCRIPTIONS
148
148
  directory.
149
149
  ```
150
150
 
151
- _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.5/src/commands/apex/get/log.ts)_
151
+ _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.0/src/commands/apex/get/log.ts)_
152
152
 
153
153
  ## `sf apex get test`
154
154
 
@@ -208,7 +208,7 @@ EXAMPLES
208
208
  me@myorg'
209
209
  ```
210
210
 
211
- _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.5/src/commands/apex/get/test.ts)_
211
+ _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.0/src/commands/apex/get/test.ts)_
212
212
 
213
213
  ## `sf apex list log`
214
214
 
@@ -248,7 +248,7 @@ EXAMPLES
248
248
  $ sf apex list log --target-org me@my.org
249
249
  ```
250
250
 
251
- _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.5/src/commands/apex/list/log.ts)_
251
+ _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.0/src/commands/apex/list/log.ts)_
252
252
 
253
253
  ## `sf apex run`
254
254
 
@@ -295,7 +295,7 @@ EXAMPLES
295
295
  $ sf apex run
296
296
  ```
297
297
 
298
- _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.5/src/commands/apex/run.ts)_
298
+ _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.0/src/commands/apex/run.ts)_
299
299
 
300
300
  ## `sf apex run test`
301
301
 
@@ -435,7 +435,7 @@ FLAG DESCRIPTIONS
435
435
  --tests Test1 --tests Test2
436
436
  ```
437
437
 
438
- _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.5/src/commands/apex/run/test.ts)_
438
+ _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.0/src/commands/apex/run/test.ts)_
439
439
 
440
440
  ## `sf apex tail log`
441
441
 
@@ -478,6 +478,6 @@ EXAMPLES
478
478
  $ sf apex tail log --color --skip-trace-flag
479
479
  ```
480
480
 
481
- _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.5.5/src/commands/apex/tail/log.ts)_
481
+ _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.0/src/commands/apex/tail/log.ts)_
482
482
 
483
483
  <!-- commandsstop -->
@@ -30,7 +30,22 @@ export default class Log extends SfCommand {
30
30
  }
31
31
  if (!flags.json) {
32
32
  // while not required to prevent table output, save a few iterations if only printing json
33
- this.table(logRecords.map(formatForTable), tableHeaders, { 'no-truncate': true });
33
+ this.table({
34
+ data: logRecords.map(formatForTable),
35
+ columns: [
36
+ 'Application',
37
+ { key: 'DurationMilliseconds', name: 'Duration (ms)' },
38
+ 'Id',
39
+ 'Location',
40
+ { key: 'LogLength', name: 'Size (B)' },
41
+ { key: 'User', name: 'Log User' },
42
+ 'Operation',
43
+ 'Request',
44
+ { key: 'StartTime', name: 'Start Time' },
45
+ 'Status',
46
+ ],
47
+ overflow: 'wrap',
48
+ });
34
49
  }
35
50
  return logRecords;
36
51
  }
@@ -45,16 +60,4 @@ const formatTime = (time) => {
45
60
  const msIndex = time.indexOf('.');
46
61
  return msIndex !== -1 ? time.substring(0, msIndex) + time.substring(msIndex + 4) : time;
47
62
  };
48
- const tableHeaders = {
49
- Application: { header: 'Application' },
50
- DurationMilliseconds: { header: 'Duration (ms)' },
51
- Id: { header: 'Id' },
52
- Location: { header: 'Location' },
53
- LogLength: { header: 'Size (B)' },
54
- User: { header: 'Log User' },
55
- Operation: { header: 'Operation' },
56
- Request: { header: 'Request' },
57
- StartTime: { header: 'Start Time' },
58
- Status: { header: 'Status' },
59
- };
60
63
  //# sourceMappingURL=log.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"log.js","sourceRoot":"","sources":["../../../../src/commands/apex/list/log.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"log.js","sourceRoot":"","sources":["../../../../src/commands/apex/list/log.ts"],"names":[],"mappings":"AAAA;;;;;GAKG;AAEH,OAAO,EAAa,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAC9D,OAAO,EACL,SAAS,EACT,+BAA+B,EAC/B,iCAAiC,EACjC,QAAQ,GACT,MAAM,6BAA6B,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AAE5C,QAAQ,CAAC,kCAAkC,CAAC,MAAM,CAAC,IAAI,CAAC,GAAG,CAAC,CAAC;AAC7D,MAAM,QAAQ,GAAG,QAAQ,CAAC,YAAY,CAAC,yBAAyB,EAAE,MAAM,CAAC,CAAC;AAK1E,MAAM,CAAC,OAAO,OAAO,GAAI,SAAQ,SAAwB;IAChD,MAAM,CAAU,OAAO,GAAG,QAAQ,CAAC,UAAU,CAAC,SAAS,CAAC,CAAC;IACzD,MAAM,CAAU,WAAW,GAAG,QAAQ,CAAC,UAAU,CAAC,aAAa,CAAC,CAAC;IACjE,MAAM,CAAU,QAAQ,GAAG,QAAQ,CAAC,WAAW,CAAC,UAAU,CAAC,CAAC;IAC5D,MAAM,CAAU,gBAAgB,GAAG,IAAI,CAAC;IACxC,MAAM,CAAU,OAAO,GAAG,CAAC,qBAAqB,CAAC,CAAC;IAElD,MAAM,CAAU,KAAK,GAAG;QAC7B,YAAY,EAAE,+BAA+B;QAC7C,aAAa,EAAE,iCAAiC;QAChD,QAAQ;KACT,CAAC;IAEK,KAAK,CAAC,GAAG;QACd,MAAM,EAAE,KAAK,EAAE,GAAG,MAAM,IAAI,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC;QAExC,MAAM,UAAU,GAAG,IAAI,UAAU,CAAC,KAAK,CAAC,YAAY,CAAC,CAAC,aAAa,CAAC,KAAK,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC;QAC3F,MAAM,UAAU,GAAG,CAAC,MAAM,UAAU,CAAC,aAAa,EAAE,CAAC,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;QAE3E,IAAI,UAAU,CAAC,MAAM,KAAK,CAAC,EAAE,CAAC;YAC5B,IAAI,CAAC,GAAG,CAAC,QAAQ,CAAC,UAAU,CAAC,kBAAkB,CAAC,CAAC,CAAC;YAClD,OAAO,EAAE,CAAC;QACZ,CAAC;QAED,IAAI,CAAC,KAAK,CAAC,IAAI,EAAE,CAAC;YAChB,0FAA0F;YAC1F,IAAI,CAAC,KAAK,CAAC;gBACT,IAAI,EAAE,UAAU,CAAC,GAAG,CAAC,cAAc,CAAC;gBACpC,OAAO,EAAE;oBACP,aAAa;oBACb,EAAE,GAAG,EAAE,sBAAsB,EAAE,IAAI,EAAE,eAAe,EAAE;oBACtD,IAAI;oBACJ,UAAU;oBACV,EAAE,GAAG,EAAE,WAAW,EAAE,IAAI,EAAE,UAAU,EAAE;oBACtC,EAAE,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,UAAU,EAAE;oBACjC,WAAW;oBACX,SAAS;oBACT,EAAE,GAAG,EAAE,WAAW,EAAE,IAAI,EAAE,YAAY,EAAE;oBACxC,QAAQ;iBACT;gBACD,QAAQ,EAAE,MAAM;aACjB,CAAC,CAAC;QACL,CAAC;QAED,OAAO,UAAU,CAAC;IACpB,CAAC;;AAGH,MAAM,cAAc,GAAG,CAAC,SAAoB,EAAe,EAAE,CAAC,CAAC;IAC7D,GAAG,SAAS;IACZ,oBAAoB,EAAE,MAAM,CAAC,SAAS,CAAC,oBAAoB,CAAC;IAC5D,IAAI,EAAE,SAAS,CAAC,OAAO,CAAC,IAAI;CAC7B,CAAC,CAAC;AAEH,MAAM,CAAC,MAAM,eAAe,GAAG,CAAC,EAAa,EAAa,EAAE,CAAC,CAAC,EAAE,GAAG,EAAE,EAAE,SAAS,EAAE,UAAU,CAAC,EAAE,CAAC,SAAS,CAAC,EAAE,CAAC,CAAC;AAE9G,MAAM,UAAU,GAAG,CAAC,IAAY,EAAU,EAAE;IAC1C,MAAM,OAAO,GAAG,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC;IAClC,OAAO,OAAO,KAAK,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC,SAAS,CAAC,OAAO,GAAG,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC;AAC1F,CAAC,CAAC"}
@@ -447,6 +447,122 @@
447
447
  "test:get:apex"
448
448
  ]
449
449
  },
450
+ "apex:list:log": {
451
+ "aliases": [
452
+ "force:apex:log:list"
453
+ ],
454
+ "args": {},
455
+ "deprecateAliases": true,
456
+ "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.",
457
+ "examples": [
458
+ "List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
459
+ "Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
460
+ ],
461
+ "flags": {
462
+ "json": {
463
+ "description": "Format output as json.",
464
+ "helpGroup": "GLOBAL",
465
+ "name": "json",
466
+ "allowNo": false,
467
+ "type": "boolean"
468
+ },
469
+ "flags-dir": {
470
+ "helpGroup": "GLOBAL",
471
+ "name": "flags-dir",
472
+ "summary": "Import flag values from a directory.",
473
+ "hasDynamicHelp": false,
474
+ "multiple": false,
475
+ "type": "option"
476
+ },
477
+ "target-org": {
478
+ "aliases": [
479
+ "targetusername",
480
+ "u"
481
+ ],
482
+ "char": "o",
483
+ "deprecateAliases": true,
484
+ "name": "target-org",
485
+ "noCacheDefault": true,
486
+ "required": true,
487
+ "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
488
+ "hasDynamicHelp": true,
489
+ "multiple": false,
490
+ "type": "option"
491
+ },
492
+ "api-version": {
493
+ "aliases": [
494
+ "apiversion"
495
+ ],
496
+ "deprecateAliases": true,
497
+ "description": "Override the api version used for api requests made by this command",
498
+ "name": "api-version",
499
+ "hasDynamicHelp": false,
500
+ "multiple": false,
501
+ "type": "option"
502
+ },
503
+ "loglevel": {
504
+ "deprecated": {
505
+ "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."
506
+ },
507
+ "hidden": true,
508
+ "name": "loglevel",
509
+ "hasDynamicHelp": false,
510
+ "multiple": false,
511
+ "type": "option"
512
+ }
513
+ },
514
+ "hasDynamicHelp": true,
515
+ "hiddenAliases": [],
516
+ "id": "apex:list:log",
517
+ "pluginAlias": "@salesforce/plugin-apex",
518
+ "pluginName": "@salesforce/plugin-apex",
519
+ "pluginType": "core",
520
+ "strict": true,
521
+ "summary": "Display a list of IDs and general information about debug logs.",
522
+ "enableJsonFlag": true,
523
+ "isESM": true,
524
+ "relativePath": [
525
+ "lib",
526
+ "commands",
527
+ "apex",
528
+ "list",
529
+ "log.js"
530
+ ],
531
+ "aliasPermutations": [
532
+ "force:apex:log:list",
533
+ "apex:force:log:list",
534
+ "apex:log:force:list",
535
+ "apex:log:list:force",
536
+ "force:log:apex:list",
537
+ "log:force:apex:list",
538
+ "log:apex:force:list",
539
+ "log:apex:list:force",
540
+ "force:log:list:apex",
541
+ "log:force:list:apex",
542
+ "log:list:force:apex",
543
+ "log:list:apex:force",
544
+ "force:apex:list:log",
545
+ "apex:force:list:log",
546
+ "apex:list:force:log",
547
+ "apex:list:log:force",
548
+ "force:list:apex:log",
549
+ "list:force:apex:log",
550
+ "list:apex:force:log",
551
+ "list:apex:log:force",
552
+ "force:list:log:apex",
553
+ "list:force:log:apex",
554
+ "list:log:force:apex",
555
+ "list:log:apex:force"
556
+ ],
557
+ "permutations": [
558
+ "apex:list:log",
559
+ "list:apex:log",
560
+ "list:log:apex",
561
+ "apex:log:list",
562
+ "log:apex:list",
563
+ "log:list:apex"
564
+ ]
565
+ },
450
566
  "apex:run:test": {
451
567
  "aliases": [
452
568
  "force:apex:test:run"
@@ -718,122 +834,6 @@
718
834
  "test:run:apex"
719
835
  ]
720
836
  },
721
- "apex:list:log": {
722
- "aliases": [
723
- "force:apex:log:list"
724
- ],
725
- "args": {},
726
- "deprecateAliases": true,
727
- "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.",
728
- "examples": [
729
- "List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
730
- "Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
731
- ],
732
- "flags": {
733
- "json": {
734
- "description": "Format output as json.",
735
- "helpGroup": "GLOBAL",
736
- "name": "json",
737
- "allowNo": false,
738
- "type": "boolean"
739
- },
740
- "flags-dir": {
741
- "helpGroup": "GLOBAL",
742
- "name": "flags-dir",
743
- "summary": "Import flag values from a directory.",
744
- "hasDynamicHelp": false,
745
- "multiple": false,
746
- "type": "option"
747
- },
748
- "target-org": {
749
- "aliases": [
750
- "targetusername",
751
- "u"
752
- ],
753
- "char": "o",
754
- "deprecateAliases": true,
755
- "name": "target-org",
756
- "noCacheDefault": true,
757
- "required": true,
758
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
759
- "hasDynamicHelp": true,
760
- "multiple": false,
761
- "type": "option"
762
- },
763
- "api-version": {
764
- "aliases": [
765
- "apiversion"
766
- ],
767
- "deprecateAliases": true,
768
- "description": "Override the api version used for api requests made by this command",
769
- "name": "api-version",
770
- "hasDynamicHelp": false,
771
- "multiple": false,
772
- "type": "option"
773
- },
774
- "loglevel": {
775
- "deprecated": {
776
- "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."
777
- },
778
- "hidden": true,
779
- "name": "loglevel",
780
- "hasDynamicHelp": false,
781
- "multiple": false,
782
- "type": "option"
783
- }
784
- },
785
- "hasDynamicHelp": true,
786
- "hiddenAliases": [],
787
- "id": "apex:list:log",
788
- "pluginAlias": "@salesforce/plugin-apex",
789
- "pluginName": "@salesforce/plugin-apex",
790
- "pluginType": "core",
791
- "strict": true,
792
- "summary": "Display a list of IDs and general information about debug logs.",
793
- "enableJsonFlag": true,
794
- "isESM": true,
795
- "relativePath": [
796
- "lib",
797
- "commands",
798
- "apex",
799
- "list",
800
- "log.js"
801
- ],
802
- "aliasPermutations": [
803
- "force:apex:log:list",
804
- "apex:force:log:list",
805
- "apex:log:force:list",
806
- "apex:log:list:force",
807
- "force:log:apex:list",
808
- "log:force:apex:list",
809
- "log:apex:force:list",
810
- "log:apex:list:force",
811
- "force:log:list:apex",
812
- "log:force:list:apex",
813
- "log:list:force:apex",
814
- "log:list:apex:force",
815
- "force:apex:list:log",
816
- "apex:force:list:log",
817
- "apex:list:force:log",
818
- "apex:list:log:force",
819
- "force:list:apex:log",
820
- "list:force:apex:log",
821
- "list:apex:force:log",
822
- "list:apex:log:force",
823
- "force:list:log:apex",
824
- "list:force:log:apex",
825
- "list:log:force:apex",
826
- "list:log:apex:force"
827
- ],
828
- "permutations": [
829
- "apex:list:log",
830
- "list:apex:log",
831
- "list:log:apex",
832
- "apex:log:list",
833
- "log:apex:list",
834
- "log:list:apex"
835
- ]
836
- },
837
837
  "apex:tail:log": {
838
838
  "aliases": [
839
839
  "force:apex:log:tail"
@@ -978,5 +978,5 @@
978
978
  ]
979
979
  }
980
980
  },
981
- "version": "3.5.5"
981
+ "version": "3.6.0"
982
982
  }
package/package.json CHANGED
@@ -1,23 +1,23 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "3.5.5",
4
+ "version": "3.6.0",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
8
  "@salesforce/apex-node": "^8.1.15",
9
- "@salesforce/core": "^8.6.2",
9
+ "@salesforce/core": "^8.6.4",
10
10
  "@salesforce/kit": "^3.2.2",
11
- "@salesforce/sf-plugins-core": "^11.3.12",
11
+ "@salesforce/sf-plugins-core": "^12",
12
12
  "ansis": "^3.3.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/core": "^4.0.23",
16
- "@oclif/plugin-command-snapshot": "^5.2.18",
17
- "@salesforce/cli-plugins-testkit": "^5.3.33",
15
+ "@oclif/core": "^4.0.31",
16
+ "@oclif/plugin-command-snapshot": "^5.2.20",
17
+ "@salesforce/cli-plugins-testkit": "^5.3.36",
18
18
  "@salesforce/dev-scripts": "^10.2.10",
19
- "@salesforce/plugin-command-reference": "^3.1.27",
20
- "eslint-plugin-sf-plugin": "^1.20.10",
19
+ "@salesforce/plugin-command-reference": "^3.1.32",
20
+ "eslint-plugin-sf-plugin": "^1.20.11",
21
21
  "oclif": "^4.15.12",
22
22
  "ts-node": "^10.9.2",
23
23
  "typescript": "^5.6.3"
@@ -217,7 +217,7 @@
217
217
  "exports": "./lib/index.js",
218
218
  "type": "module",
219
219
  "sfdx": {
220
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.5.5.crt",
221
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.5.5.sig"
220
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.6.0.crt",
221
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.6.0.sig"
222
222
  }
223
223
  }