@salesforce/plugin-apex 3.0.25 → 3.0.26

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
@@ -146,7 +146,7 @@ FLAG DESCRIPTIONS
146
146
  directory.
147
147
  ```
148
148
 
149
- _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/get/log.ts)_
149
+ _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.26/src/commands/apex/get/log.ts)_
150
150
 
151
151
  ## `sf apex get test`
152
152
 
@@ -199,7 +199,7 @@ EXAMPLES
199
199
  me@myorg',
200
200
  ```
201
201
 
202
- _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/get/test.ts)_
202
+ _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.26/src/commands/apex/get/test.ts)_
203
203
 
204
204
  ## `sf apex list log`
205
205
 
@@ -238,7 +238,7 @@ EXAMPLES
238
238
  $ sf apex list log --target-org me@my.org
239
239
  ```
240
240
 
241
- _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/list/log.ts)_
241
+ _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.26/src/commands/apex/list/log.ts)_
242
242
 
243
243
  ## `sf apex run`
244
244
 
@@ -284,7 +284,7 @@ EXAMPLES
284
284
  $ sf apex run
285
285
  ```
286
286
 
287
- _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/run.ts)_
287
+ _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.26/src/commands/apex/run.ts)_
288
288
 
289
289
  ## `sf apex run test`
290
290
 
@@ -391,7 +391,7 @@ FLAG DESCRIPTIONS
391
391
  --tests Test1 --tests Test2
392
392
  ```
393
393
 
394
- _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/run/test.ts)_
394
+ _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.26/src/commands/apex/run/test.ts)_
395
395
 
396
396
  ## `sf apex tail log`
397
397
 
@@ -431,6 +431,6 @@ EXAMPLES
431
431
  $ sf apex tail log --color --skip-trace-flag
432
432
  ```
433
433
 
434
- _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.25/src/commands/apex/tail/log.ts)_
434
+ _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.26/src/commands/apex/tail/log.ts)_
435
435
 
436
436
  <!-- commandsstop -->
package/oclif.lock CHANGED
@@ -1997,15 +1997,15 @@
1997
1997
  strip-ansi "6.0.1"
1998
1998
  ts-retry-promise "^0.8.0"
1999
1999
 
2000
- "@salesforce/core@^6.1.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.2", "@salesforce/core@^6.5.3":
2001
- version "6.5.3"
2002
- resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.3.tgz#b1ceef7947b9046ab23e78e73851115fec86f4f9"
2003
- integrity sha512-L4I2LrGyuXbNDCkoQdrMQ2sR/nhNIgRMLgpYNpOARZFIWKUsnjgBLVpUui+knCzjrQsOMoSwev+W0vp17iT76w==
2000
+ "@salesforce/core@^6.1.0", "@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.4":
2001
+ version "6.5.5"
2002
+ resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.5.tgz#ddfab1f6a51808ed1cadc98be3b7235d25ea436f"
2003
+ integrity sha512-2zWTwc9m+LGJNSKXk6I01dzWEjWKkHyYZbROksIPzfWJ5lGfErzpvsTcGAAskBrJD9EpQ4/BtMSLhPSwskI7Fw==
2004
2004
  dependencies:
2005
2005
  "@salesforce/kit" "^3.0.15"
2006
2006
  "@salesforce/schemas" "^1.6.1"
2007
2007
  "@salesforce/ts-types" "^2.0.9"
2008
- "@types/semver" "^7.5.6"
2008
+ "@types/semver" "^7.5.7"
2009
2009
  ajv "^8.12.0"
2010
2010
  change-case "^4.1.2"
2011
2011
  faye "^1.4.0"
@@ -2014,11 +2014,11 @@
2014
2014
  jsforce "^2.0.0-beta.29"
2015
2015
  jsonwebtoken "9.0.2"
2016
2016
  jszip "3.10.1"
2017
- pino "^8.18.0"
2017
+ pino "^8.19.0"
2018
2018
  pino-abstract-transport "^1.1.0"
2019
2019
  pino-pretty "^10.3.1"
2020
2020
  proper-lockfile "^4.1.2"
2021
- semver "^7.5.4"
2021
+ semver "^7.6.0"
2022
2022
  ts-retry-promise "^0.7.1"
2023
2023
 
2024
2024
  "@salesforce/dev-config@^4.1.0":
@@ -2103,15 +2103,15 @@
2103
2103
  chalk "^4"
2104
2104
  inquirer "^8.2.5"
2105
2105
 
2106
- "@salesforce/sf-plugins-core@^7.1.9":
2107
- version "7.1.9"
2108
- resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.9.tgz#b4ea2005096f2289160cfd4452afb51d53bdefb3"
2109
- integrity sha512-nyl6Kh1IHbGxcbQSUoJcte3t4fvozaXuHQWkHExIMGKjvSp8fCnx4pra8NZRdg/HnbWWu6eIHV4b/cHdzKWjnQ==
2106
+ "@salesforce/sf-plugins-core@^7.1.11":
2107
+ version "7.1.11"
2108
+ resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.11.tgz#63c0ca8cdc2f94b36b8e4bd5f107f9d806f9f5be"
2109
+ integrity sha512-2EAv1OYxGo5e/rZ+3k3G96oVZKK2FBPKK4CiFhgp8bQ7BB0+7+bmSyBjoQ26Q2AaEp4k0GQeNsh+0RN2ZhTuVg==
2110
2110
  dependencies:
2111
2111
  "@inquirer/confirm" "^2.0.17"
2112
2112
  "@inquirer/password" "^1.1.16"
2113
- "@oclif/core" "^3.19.1"
2114
- "@salesforce/core" "^6.5.2"
2113
+ "@oclif/core" "^3.19.2"
2114
+ "@salesforce/core" "^6.5.4"
2115
2115
  "@salesforce/kit" "^3.0.15"
2116
2116
  "@salesforce/ts-types" "^2.0.9"
2117
2117
  chalk "^5.3.0"
@@ -2921,11 +2921,16 @@
2921
2921
  dependencies:
2922
2922
  "@types/node" "*"
2923
2923
 
2924
- "@types/semver@^7.5.0", "@types/semver@^7.5.6":
2924
+ "@types/semver@^7.5.0":
2925
2925
  version "7.5.6"
2926
2926
  resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
2927
2927
  integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
2928
2928
 
2929
+ "@types/semver@^7.5.7":
2930
+ version "7.5.8"
2931
+ resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
2932
+ integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
2933
+
2929
2934
  "@types/shelljs@^0.8.15":
2930
2935
  version "0.8.15"
2931
2936
  resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
@@ -7772,10 +7777,10 @@ pino-std-serializers@^6.0.0:
7772
7777
  resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
7773
7778
  integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
7774
7779
 
7775
- pino@^8.18.0:
7776
- version "8.18.0"
7777
- resolved "https://registry.yarnpkg.com/pino/-/pino-8.18.0.tgz#f2bfbb4e827ed2049ee1e88372268efdcd1505f6"
7778
- integrity sha512-Mz/gKiRyuXu4HnpHgi1YWdHQCoWMufapzooisvFn78zl4dZciAxS+YeRkUxXl1ee/SzU80YCz1zpECCh4oC6Aw==
7780
+ pino@^8.19.0:
7781
+ version "8.19.0"
7782
+ resolved "https://registry.yarnpkg.com/pino/-/pino-8.19.0.tgz#ccc15ef736f103ec02cfbead0912bc436dc92ce4"
7783
+ integrity sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==
7779
7784
  dependencies:
7780
7785
  atomic-sleep "^1.0.0"
7781
7786
  fast-redact "^3.1.1"
@@ -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.25"
906
+ "version": "3.0.26"
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.25",
4
+ "version": "3.0.26",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
@@ -9,7 +9,7 @@
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.9",
12
+ "@salesforce/sf-plugins-core": "^7.1.11",
13
13
  "chalk": "^5.3.0",
14
14
  "color-convert": "^2.0.1",
15
15
  "color-name": "^2.0.0"
@@ -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.25.crt",
228
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.25.sig"
227
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.26.crt",
228
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.26.sig"
229
229
  }
230
230
  }