@salesforce/plugin-apex 3.1.7 → 3.1.8
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/npm-shrinkwrap.json +6 -6
- package/oclif.lock +32 -7
- package/oclif.manifest.json +117 -117
- package/package.json +4 -4
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.1.
|
|
151
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.8/src/commands/apex/get/log.ts)_
|
|
152
152
|
|
|
153
153
|
## `sf apex get test`
|
|
154
154
|
|
|
@@ -202,7 +202,7 @@ EXAMPLES
|
|
|
202
202
|
me@myorg',
|
|
203
203
|
```
|
|
204
204
|
|
|
205
|
-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
205
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.8/src/commands/apex/get/test.ts)_
|
|
206
206
|
|
|
207
207
|
## `sf apex list log`
|
|
208
208
|
|
|
@@ -242,7 +242,7 @@ EXAMPLES
|
|
|
242
242
|
$ sf apex list log --target-org me@my.org
|
|
243
243
|
```
|
|
244
244
|
|
|
245
|
-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
245
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.8/src/commands/apex/list/log.ts)_
|
|
246
246
|
|
|
247
247
|
## `sf apex run`
|
|
248
248
|
|
|
@@ -289,7 +289,7 @@ EXAMPLES
|
|
|
289
289
|
$ sf apex run
|
|
290
290
|
```
|
|
291
291
|
|
|
292
|
-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
292
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.8/src/commands/apex/run.ts)_
|
|
293
293
|
|
|
294
294
|
## `sf apex run test`
|
|
295
295
|
|
|
@@ -397,7 +397,7 @@ FLAG DESCRIPTIONS
|
|
|
397
397
|
--tests Test1 --tests Test2
|
|
398
398
|
```
|
|
399
399
|
|
|
400
|
-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
400
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.8/src/commands/apex/run/test.ts)_
|
|
401
401
|
|
|
402
402
|
## `sf apex tail log`
|
|
403
403
|
|
|
@@ -440,6 +440,6 @@ EXAMPLES
|
|
|
440
440
|
$ sf apex tail log --color --skip-trace-flag
|
|
441
441
|
```
|
|
442
442
|
|
|
443
|
-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.
|
|
443
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.8/src/commands/apex/tail/log.ts)_
|
|
444
444
|
|
|
445
445
|
<!-- commandsstop -->
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
|
-
"version": "3.1.
|
|
3
|
+
"version": "3.1.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/plugin-apex",
|
|
9
|
-
"version": "3.1.
|
|
9
|
+
"version": "3.1.8",
|
|
10
10
|
"license": "BSD-3-Clause",
|
|
11
11
|
"dependencies": {
|
|
12
12
|
"@oclif/core": "^3.26.3",
|
|
13
13
|
"@salesforce/apex-node": "^5.0.0-beta.2",
|
|
14
|
-
"@salesforce/core": "^7.0
|
|
14
|
+
"@salesforce/core": "^7.3.0",
|
|
15
15
|
"@salesforce/kit": "^3.1.0",
|
|
16
16
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
17
17
|
"chalk": "^5.3.0",
|
|
@@ -3880,9 +3880,9 @@
|
|
|
3880
3880
|
}
|
|
3881
3881
|
},
|
|
3882
3882
|
"node_modules/@salesforce/core": {
|
|
3883
|
-
"version": "7.
|
|
3884
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.
|
|
3885
|
-
"integrity": "sha512-
|
|
3883
|
+
"version": "7.3.0",
|
|
3884
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.3.0.tgz",
|
|
3885
|
+
"integrity": "sha512-c/gZLvKFHvgAv/Gyd4LjGGQykvGLn67QtCmdT7Hnm57bTDZoyr7XJXcaI+ILN0NO47guG1tEWP5eBvAi+u2DNA==",
|
|
3886
3886
|
"license": "BSD-3-Clause",
|
|
3887
3887
|
"dependencies": {
|
|
3888
3888
|
"@jsforce/jsforce-node": "^3.1.0",
|
package/oclif.lock
CHANGED
|
@@ -1656,10 +1656,10 @@
|
|
|
1656
1656
|
strip-ansi "6.0.1"
|
|
1657
1657
|
ts-retry-promise "^0.8.0"
|
|
1658
1658
|
|
|
1659
|
-
"@salesforce/core@^7.0.0", "@salesforce/core@^7.0
|
|
1660
|
-
version "7.
|
|
1661
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.
|
|
1662
|
-
integrity sha512-
|
|
1659
|
+
"@salesforce/core@^7.0.0", "@salesforce/core@^7.1.0", "@salesforce/core@^7.2.0", "@salesforce/core@^7.3.0":
|
|
1660
|
+
version "7.3.0"
|
|
1661
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-7.3.0.tgz#2ad3dfccb1ef0eb2e65b49b655e39748002bbc13"
|
|
1662
|
+
integrity sha512-c/gZLvKFHvgAv/Gyd4LjGGQykvGLn67QtCmdT7Hnm57bTDZoyr7XJXcaI+ILN0NO47guG1tEWP5eBvAi+u2DNA==
|
|
1663
1663
|
dependencies:
|
|
1664
1664
|
"@jsforce/jsforce-node" "^3.1.0"
|
|
1665
1665
|
"@salesforce/kit" "^3.1.0"
|
|
@@ -6898,7 +6898,16 @@ srcset@^5.0.0:
|
|
|
6898
6898
|
resolved "https://registry.yarnpkg.com/srcset/-/srcset-5.0.0.tgz#9df6c3961b5b44a02532ce6ae4544832609e2e3f"
|
|
6899
6899
|
integrity sha512-SqEZaAEhe0A6ETEa9O1IhSPC7MdvehZtCnTR0AftXk3QhY2UNgb+NApFOUPZILXk/YTDfFxMTNJOBpzrJsEdIA==
|
|
6900
6900
|
|
|
6901
|
-
"string-width-cjs@npm:string-width@^4.2.0"
|
|
6901
|
+
"string-width-cjs@npm:string-width@^4.2.0":
|
|
6902
|
+
version "4.2.3"
|
|
6903
|
+
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6904
|
+
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
6905
|
+
dependencies:
|
|
6906
|
+
emoji-regex "^8.0.0"
|
|
6907
|
+
is-fullwidth-code-point "^3.0.0"
|
|
6908
|
+
strip-ansi "^6.0.1"
|
|
6909
|
+
|
|
6910
|
+
string-width@^4.0.0, string-width@^4.1.0, string-width@^4.2.0, string-width@^4.2.3:
|
|
6902
6911
|
version "4.2.3"
|
|
6903
6912
|
resolved "https://registry.yarnpkg.com/string-width/-/string-width-4.2.3.tgz#269c7117d27b05ad2e536830a8ec895ef9c6d010"
|
|
6904
6913
|
integrity sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==
|
|
@@ -6957,7 +6966,14 @@ string_decoder@~1.1.1:
|
|
|
6957
6966
|
dependencies:
|
|
6958
6967
|
safe-buffer "~5.1.0"
|
|
6959
6968
|
|
|
6960
|
-
"strip-ansi-cjs@npm:strip-ansi@^6.0.1"
|
|
6969
|
+
"strip-ansi-cjs@npm:strip-ansi@^6.0.1":
|
|
6970
|
+
version "6.0.1"
|
|
6971
|
+
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6972
|
+
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
6973
|
+
dependencies:
|
|
6974
|
+
ansi-regex "^5.0.1"
|
|
6975
|
+
|
|
6976
|
+
strip-ansi@6.0.1, strip-ansi@^6.0.0, strip-ansi@^6.0.1:
|
|
6961
6977
|
version "6.0.1"
|
|
6962
6978
|
resolved "https://registry.yarnpkg.com/strip-ansi/-/strip-ansi-6.0.1.tgz#9e26c63d30f53443e9489495b2105d37b67a85d9"
|
|
6963
6979
|
integrity sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==
|
|
@@ -7495,7 +7511,7 @@ workerpool@6.2.1:
|
|
|
7495
7511
|
resolved "https://registry.yarnpkg.com/workerpool/-/workerpool-6.2.1.tgz#46fc150c17d826b86a008e5a4508656777e9c343"
|
|
7496
7512
|
integrity sha512-ILEIE97kDZvF9Wb9f6h5aXK4swSlKGUcOEGiIYb2OOu/IrDU9iwj0fD//SsA6E5ibwJxpEvhullJY4Sl4GcpAw==
|
|
7497
7513
|
|
|
7498
|
-
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0"
|
|
7514
|
+
"wrap-ansi-cjs@npm:wrap-ansi@^7.0.0":
|
|
7499
7515
|
version "7.0.0"
|
|
7500
7516
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7501
7517
|
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
@@ -7513,6 +7529,15 @@ wrap-ansi@^6.2.0:
|
|
|
7513
7529
|
string-width "^4.1.0"
|
|
7514
7530
|
strip-ansi "^6.0.0"
|
|
7515
7531
|
|
|
7532
|
+
wrap-ansi@^7.0.0:
|
|
7533
|
+
version "7.0.0"
|
|
7534
|
+
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-7.0.0.tgz#67e145cff510a6a6984bdf1152911d69d2eb9e43"
|
|
7535
|
+
integrity sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==
|
|
7536
|
+
dependencies:
|
|
7537
|
+
ansi-styles "^4.0.0"
|
|
7538
|
+
string-width "^4.1.0"
|
|
7539
|
+
strip-ansi "^6.0.0"
|
|
7540
|
+
|
|
7516
7541
|
wrap-ansi@^8.1.0:
|
|
7517
7542
|
version "8.1.0"
|
|
7518
7543
|
resolved "https://registry.yarnpkg.com/wrap-ansi/-/wrap-ansi-8.1.0.tgz#56dc22368ee570face1b49819975d9b9a5ead214"
|
package/oclif.manifest.json
CHANGED
|
@@ -432,6 +432,122 @@
|
|
|
432
432
|
"test:get:apex"
|
|
433
433
|
]
|
|
434
434
|
},
|
|
435
|
+
"apex:list:log": {
|
|
436
|
+
"aliases": [
|
|
437
|
+
"force:apex:log:list"
|
|
438
|
+
],
|
|
439
|
+
"args": {},
|
|
440
|
+
"deprecateAliases": true,
|
|
441
|
+
"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.",
|
|
442
|
+
"examples": [
|
|
443
|
+
"List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
444
|
+
"Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
|
|
445
|
+
],
|
|
446
|
+
"flags": {
|
|
447
|
+
"json": {
|
|
448
|
+
"description": "Format output as json.",
|
|
449
|
+
"helpGroup": "GLOBAL",
|
|
450
|
+
"name": "json",
|
|
451
|
+
"allowNo": false,
|
|
452
|
+
"type": "boolean"
|
|
453
|
+
},
|
|
454
|
+
"flags-dir": {
|
|
455
|
+
"helpGroup": "GLOBAL",
|
|
456
|
+
"name": "flags-dir",
|
|
457
|
+
"summary": "Import flag values from a directory.",
|
|
458
|
+
"hasDynamicHelp": false,
|
|
459
|
+
"multiple": false,
|
|
460
|
+
"type": "option"
|
|
461
|
+
},
|
|
462
|
+
"target-org": {
|
|
463
|
+
"aliases": [
|
|
464
|
+
"targetusername",
|
|
465
|
+
"u"
|
|
466
|
+
],
|
|
467
|
+
"char": "o",
|
|
468
|
+
"deprecateAliases": true,
|
|
469
|
+
"name": "target-org",
|
|
470
|
+
"noCacheDefault": true,
|
|
471
|
+
"required": true,
|
|
472
|
+
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
473
|
+
"hasDynamicHelp": true,
|
|
474
|
+
"multiple": false,
|
|
475
|
+
"type": "option"
|
|
476
|
+
},
|
|
477
|
+
"api-version": {
|
|
478
|
+
"aliases": [
|
|
479
|
+
"apiversion"
|
|
480
|
+
],
|
|
481
|
+
"deprecateAliases": true,
|
|
482
|
+
"description": "Override the api version used for api requests made by this command",
|
|
483
|
+
"name": "api-version",
|
|
484
|
+
"hasDynamicHelp": false,
|
|
485
|
+
"multiple": false,
|
|
486
|
+
"type": "option"
|
|
487
|
+
},
|
|
488
|
+
"loglevel": {
|
|
489
|
+
"deprecated": {
|
|
490
|
+
"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."
|
|
491
|
+
},
|
|
492
|
+
"hidden": true,
|
|
493
|
+
"name": "loglevel",
|
|
494
|
+
"hasDynamicHelp": false,
|
|
495
|
+
"multiple": false,
|
|
496
|
+
"type": "option"
|
|
497
|
+
}
|
|
498
|
+
},
|
|
499
|
+
"hasDynamicHelp": true,
|
|
500
|
+
"hiddenAliases": [],
|
|
501
|
+
"id": "apex:list:log",
|
|
502
|
+
"pluginAlias": "@salesforce/plugin-apex",
|
|
503
|
+
"pluginName": "@salesforce/plugin-apex",
|
|
504
|
+
"pluginType": "core",
|
|
505
|
+
"strict": true,
|
|
506
|
+
"summary": "Display a list of IDs and general information about debug logs.",
|
|
507
|
+
"enableJsonFlag": true,
|
|
508
|
+
"isESM": true,
|
|
509
|
+
"relativePath": [
|
|
510
|
+
"lib",
|
|
511
|
+
"commands",
|
|
512
|
+
"apex",
|
|
513
|
+
"list",
|
|
514
|
+
"log.js"
|
|
515
|
+
],
|
|
516
|
+
"aliasPermutations": [
|
|
517
|
+
"force:apex:log:list",
|
|
518
|
+
"apex:force:log:list",
|
|
519
|
+
"apex:log:force:list",
|
|
520
|
+
"apex:log:list:force",
|
|
521
|
+
"force:log:apex:list",
|
|
522
|
+
"log:force:apex:list",
|
|
523
|
+
"log:apex:force:list",
|
|
524
|
+
"log:apex:list:force",
|
|
525
|
+
"force:log:list:apex",
|
|
526
|
+
"log:force:list:apex",
|
|
527
|
+
"log:list:force:apex",
|
|
528
|
+
"log:list:apex:force",
|
|
529
|
+
"force:apex:list:log",
|
|
530
|
+
"apex:force:list:log",
|
|
531
|
+
"apex:list:force:log",
|
|
532
|
+
"apex:list:log:force",
|
|
533
|
+
"force:list:apex:log",
|
|
534
|
+
"list:force:apex:log",
|
|
535
|
+
"list:apex:force:log",
|
|
536
|
+
"list:apex:log:force",
|
|
537
|
+
"force:list:log:apex",
|
|
538
|
+
"list:force:log:apex",
|
|
539
|
+
"list:log:force:apex",
|
|
540
|
+
"list:log:apex:force"
|
|
541
|
+
],
|
|
542
|
+
"permutations": [
|
|
543
|
+
"apex:list:log",
|
|
544
|
+
"list:apex:log",
|
|
545
|
+
"list:log:apex",
|
|
546
|
+
"apex:log:list",
|
|
547
|
+
"log:apex:list",
|
|
548
|
+
"log:list:apex"
|
|
549
|
+
]
|
|
550
|
+
},
|
|
435
551
|
"apex:run:test": {
|
|
436
552
|
"aliases": [
|
|
437
553
|
"force:apex:test:run"
|
|
@@ -691,122 +807,6 @@
|
|
|
691
807
|
"test:run:apex"
|
|
692
808
|
]
|
|
693
809
|
},
|
|
694
|
-
"apex:list:log": {
|
|
695
|
-
"aliases": [
|
|
696
|
-
"force:apex:log:list"
|
|
697
|
-
],
|
|
698
|
-
"args": {},
|
|
699
|
-
"deprecateAliases": true,
|
|
700
|
-
"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.",
|
|
701
|
-
"examples": [
|
|
702
|
-
"List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
703
|
-
"Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
|
|
704
|
-
],
|
|
705
|
-
"flags": {
|
|
706
|
-
"json": {
|
|
707
|
-
"description": "Format output as json.",
|
|
708
|
-
"helpGroup": "GLOBAL",
|
|
709
|
-
"name": "json",
|
|
710
|
-
"allowNo": false,
|
|
711
|
-
"type": "boolean"
|
|
712
|
-
},
|
|
713
|
-
"flags-dir": {
|
|
714
|
-
"helpGroup": "GLOBAL",
|
|
715
|
-
"name": "flags-dir",
|
|
716
|
-
"summary": "Import flag values from a directory.",
|
|
717
|
-
"hasDynamicHelp": false,
|
|
718
|
-
"multiple": false,
|
|
719
|
-
"type": "option"
|
|
720
|
-
},
|
|
721
|
-
"target-org": {
|
|
722
|
-
"aliases": [
|
|
723
|
-
"targetusername",
|
|
724
|
-
"u"
|
|
725
|
-
],
|
|
726
|
-
"char": "o",
|
|
727
|
-
"deprecateAliases": true,
|
|
728
|
-
"name": "target-org",
|
|
729
|
-
"noCacheDefault": true,
|
|
730
|
-
"required": true,
|
|
731
|
-
"summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
|
|
732
|
-
"hasDynamicHelp": true,
|
|
733
|
-
"multiple": false,
|
|
734
|
-
"type": "option"
|
|
735
|
-
},
|
|
736
|
-
"api-version": {
|
|
737
|
-
"aliases": [
|
|
738
|
-
"apiversion"
|
|
739
|
-
],
|
|
740
|
-
"deprecateAliases": true,
|
|
741
|
-
"description": "Override the api version used for api requests made by this command",
|
|
742
|
-
"name": "api-version",
|
|
743
|
-
"hasDynamicHelp": false,
|
|
744
|
-
"multiple": false,
|
|
745
|
-
"type": "option"
|
|
746
|
-
},
|
|
747
|
-
"loglevel": {
|
|
748
|
-
"deprecated": {
|
|
749
|
-
"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."
|
|
750
|
-
},
|
|
751
|
-
"hidden": true,
|
|
752
|
-
"name": "loglevel",
|
|
753
|
-
"hasDynamicHelp": false,
|
|
754
|
-
"multiple": false,
|
|
755
|
-
"type": "option"
|
|
756
|
-
}
|
|
757
|
-
},
|
|
758
|
-
"hasDynamicHelp": true,
|
|
759
|
-
"hiddenAliases": [],
|
|
760
|
-
"id": "apex:list:log",
|
|
761
|
-
"pluginAlias": "@salesforce/plugin-apex",
|
|
762
|
-
"pluginName": "@salesforce/plugin-apex",
|
|
763
|
-
"pluginType": "core",
|
|
764
|
-
"strict": true,
|
|
765
|
-
"summary": "Display a list of IDs and general information about debug logs.",
|
|
766
|
-
"enableJsonFlag": true,
|
|
767
|
-
"isESM": true,
|
|
768
|
-
"relativePath": [
|
|
769
|
-
"lib",
|
|
770
|
-
"commands",
|
|
771
|
-
"apex",
|
|
772
|
-
"list",
|
|
773
|
-
"log.js"
|
|
774
|
-
],
|
|
775
|
-
"aliasPermutations": [
|
|
776
|
-
"force:apex:log:list",
|
|
777
|
-
"apex:force:log:list",
|
|
778
|
-
"apex:log:force:list",
|
|
779
|
-
"apex:log:list:force",
|
|
780
|
-
"force:log:apex:list",
|
|
781
|
-
"log:force:apex:list",
|
|
782
|
-
"log:apex:force:list",
|
|
783
|
-
"log:apex:list:force",
|
|
784
|
-
"force:log:list:apex",
|
|
785
|
-
"log:force:list:apex",
|
|
786
|
-
"log:list:force:apex",
|
|
787
|
-
"log:list:apex:force",
|
|
788
|
-
"force:apex:list:log",
|
|
789
|
-
"apex:force:list:log",
|
|
790
|
-
"apex:list:force:log",
|
|
791
|
-
"apex:list:log:force",
|
|
792
|
-
"force:list:apex:log",
|
|
793
|
-
"list:force:apex:log",
|
|
794
|
-
"list:apex:force:log",
|
|
795
|
-
"list:apex:log:force",
|
|
796
|
-
"force:list:log:apex",
|
|
797
|
-
"list:force:log:apex",
|
|
798
|
-
"list:log:force:apex",
|
|
799
|
-
"list:log:apex:force"
|
|
800
|
-
],
|
|
801
|
-
"permutations": [
|
|
802
|
-
"apex:list:log",
|
|
803
|
-
"list:apex:log",
|
|
804
|
-
"list:log:apex",
|
|
805
|
-
"apex:log:list",
|
|
806
|
-
"log:apex:list",
|
|
807
|
-
"log:list:apex"
|
|
808
|
-
]
|
|
809
|
-
},
|
|
810
810
|
"apex:tail:log": {
|
|
811
811
|
"aliases": [
|
|
812
812
|
"force:apex:log:tail"
|
|
@@ -951,5 +951,5 @@
|
|
|
951
951
|
]
|
|
952
952
|
}
|
|
953
953
|
},
|
|
954
|
-
"version": "3.1.
|
|
954
|
+
"version": "3.1.8"
|
|
955
955
|
}
|
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
3
|
"description": "Apex commands",
|
|
4
|
-
"version": "3.1.
|
|
4
|
+
"version": "3.1.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
8
|
"@oclif/core": "^3.26.3",
|
|
9
9
|
"@salesforce/apex-node": "^5.0.0-beta.2",
|
|
10
|
-
"@salesforce/core": "^7.0
|
|
10
|
+
"@salesforce/core": "^7.3.0",
|
|
11
11
|
"@salesforce/kit": "^3.1.0",
|
|
12
12
|
"@salesforce/sf-plugins-core": "^9.0.0",
|
|
13
13
|
"chalk": "^5.3.0",
|
|
@@ -222,7 +222,7 @@
|
|
|
222
222
|
"exports": "./lib/index.js",
|
|
223
223
|
"type": "module",
|
|
224
224
|
"sfdx": {
|
|
225
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.
|
|
226
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.
|
|
225
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.8.crt",
|
|
226
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.1.8.sig"
|
|
227
227
|
}
|
|
228
228
|
}
|