@salesforce/plugin-apex 3.0.5 → 3.0.7
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 +51 -22
- package/oclif.manifest.json +110 -110
- package/package.json +7 -7
package/README.md
CHANGED
|
@@ -145,7 +145,7 @@ FLAG DESCRIPTIONS
|
|
|
145
145
|
directory.
|
|
146
146
|
```
|
|
147
147
|
|
|
148
|
-
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
148
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.7/src/commands/apex/get/log.ts)_
|
|
149
149
|
|
|
150
150
|
## `sf apex get test`
|
|
151
151
|
|
|
@@ -197,7 +197,7 @@ EXAMPLES
|
|
|
197
197
|
me@myorg',
|
|
198
198
|
```
|
|
199
199
|
|
|
200
|
-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
200
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.7/src/commands/apex/get/test.ts)_
|
|
201
201
|
|
|
202
202
|
## `sf apex list log`
|
|
203
203
|
|
|
@@ -235,7 +235,7 @@ EXAMPLES
|
|
|
235
235
|
$ sf apex list log --target-org me@my.org
|
|
236
236
|
```
|
|
237
237
|
|
|
238
|
-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
238
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.7/src/commands/apex/list/log.ts)_
|
|
239
239
|
|
|
240
240
|
## `sf apex run`
|
|
241
241
|
|
|
@@ -280,7 +280,7 @@ EXAMPLES
|
|
|
280
280
|
$ sf apex run
|
|
281
281
|
```
|
|
282
282
|
|
|
283
|
-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
283
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.7/src/commands/apex/run.ts)_
|
|
284
284
|
|
|
285
285
|
## `sf apex run test`
|
|
286
286
|
|
|
@@ -386,7 +386,7 @@ FLAG DESCRIPTIONS
|
|
|
386
386
|
--tests Test1 --tests Test2
|
|
387
387
|
```
|
|
388
388
|
|
|
389
|
-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
389
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.7/src/commands/apex/run/test.ts)_
|
|
390
390
|
|
|
391
391
|
## `sf apex tail log`
|
|
392
392
|
|
|
@@ -425,6 +425,6 @@ EXAMPLES
|
|
|
425
425
|
$ sf apex tail log --color --skip-trace-flag
|
|
426
426
|
```
|
|
427
427
|
|
|
428
|
-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.
|
|
428
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.7/src/commands/apex/tail/log.ts)_
|
|
429
429
|
|
|
430
430
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -768,10 +768,10 @@
|
|
|
768
768
|
wordwrap "^1.0.0"
|
|
769
769
|
wrap-ansi "^7.0.0"
|
|
770
770
|
|
|
771
|
-
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.
|
|
772
|
-
version "3.
|
|
773
|
-
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.
|
|
774
|
-
integrity sha512-
|
|
771
|
+
"@oclif/core@^3.0.0", "@oclif/core@^3.0.4", "@oclif/core@^3.10.8", "@oclif/core@^3.12.0", "@oclif/core@^3.3.1":
|
|
772
|
+
version "3.12.0"
|
|
773
|
+
resolved "https://registry.yarnpkg.com/@oclif/core/-/core-3.12.0.tgz#4b38b1b5dab2f7585f89c3927a8a157b258b4bd6"
|
|
774
|
+
integrity sha512-mT1Vpd1E20IJ7P6GDYOivylPdTHq/xVgFjeCDjitFW86UAklFM8BEFyFB7KpsTvpmjRbCoda3yU10lSI1224lw==
|
|
775
775
|
dependencies:
|
|
776
776
|
ansi-escapes "^4.3.2"
|
|
777
777
|
ansi-styles "^4.3.0"
|
|
@@ -779,6 +779,7 @@
|
|
|
779
779
|
chalk "^4.1.2"
|
|
780
780
|
clean-stack "^3.0.1"
|
|
781
781
|
cli-progress "^3.12.0"
|
|
782
|
+
color "^4.2.3"
|
|
782
783
|
debug "^4.3.4"
|
|
783
784
|
ejs "^3.1.9"
|
|
784
785
|
get-package-type "^0.1.0"
|
|
@@ -961,12 +962,12 @@
|
|
|
961
962
|
istanbul-lib-report "^3.0.1"
|
|
962
963
|
istanbul-reports "^3.1.6"
|
|
963
964
|
|
|
964
|
-
"@salesforce/cli-plugins-testkit@^5.0.
|
|
965
|
-
version "5.0.
|
|
966
|
-
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.
|
|
967
|
-
integrity sha512-
|
|
965
|
+
"@salesforce/cli-plugins-testkit@^5.0.4":
|
|
966
|
+
version "5.0.4"
|
|
967
|
+
resolved "https://registry.yarnpkg.com/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.0.4.tgz#523c459f43822d7b24bff5117aeda7f77ed5e26c"
|
|
968
|
+
integrity sha512-8pquViVBCd5sF6nBXgLgwymEBE6pSAS376R9qq7rxuV+PSFCC5bnzQaKm2ugY+s5vXKNcV6WcmBHNCQnGv+M7Q==
|
|
968
969
|
dependencies:
|
|
969
|
-
"@salesforce/core" "^5.3.
|
|
970
|
+
"@salesforce/core" "^5.3.20"
|
|
970
971
|
"@salesforce/kit" "^3.0.15"
|
|
971
972
|
"@salesforce/ts-types" "^2.0.6"
|
|
972
973
|
"@types/shelljs" "^0.8.15"
|
|
@@ -1080,10 +1081,10 @@
|
|
|
1080
1081
|
chalk "^4"
|
|
1081
1082
|
inquirer "^8.2.5"
|
|
1082
1083
|
|
|
1083
|
-
"@salesforce/sf-plugins-core@^4.1.
|
|
1084
|
-
version "4.1.
|
|
1085
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.
|
|
1086
|
-
integrity sha512-
|
|
1084
|
+
"@salesforce/sf-plugins-core@^4.1.2":
|
|
1085
|
+
version "4.1.2"
|
|
1086
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-4.1.2.tgz#0e03ca012828de8dc30ffccd7ca289c6aa703a2d"
|
|
1087
|
+
integrity sha512-mjb9mLyfLos4Y+/qhko2mrKgwxMzWipAnR/Inuu9cuw4dK9sCgHl79t4zU+6FyNT2T14Q9md/hDXN5QNg0eGJA==
|
|
1087
1088
|
dependencies:
|
|
1088
1089
|
"@oclif/core" "^3.0.0"
|
|
1089
1090
|
"@salesforce/core" "^5.3.1"
|
|
@@ -2430,21 +2431,37 @@ color-name@1.1.3:
|
|
|
2430
2431
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.3.tgz#a7d0558bd89c42f795dd42328f740831ca53bc25"
|
|
2431
2432
|
integrity sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==
|
|
2432
2433
|
|
|
2434
|
+
color-name@^1.0.0, color-name@~1.1.4:
|
|
2435
|
+
version "1.1.4"
|
|
2436
|
+
resolved "https://registry.yarnpkg.com/color-name/-/color-name-1.1.4.tgz#c2a09a87acbde69543de6f63fa3995c826c536a2"
|
|
2437
|
+
integrity sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==
|
|
2438
|
+
|
|
2433
2439
|
color-name@^2.0.0:
|
|
2434
2440
|
version "2.0.0"
|
|
2435
2441
|
resolved "https://registry.yarnpkg.com/color-name/-/color-name-2.0.0.tgz#03ff6b1b5aec9bb3cf1ed82400c2790dfcd01d2d"
|
|
2436
2442
|
integrity sha512-SbtvAMWvASO5TE2QP07jHBMXKafgdZz8Vrsrn96fiL+O92/FN/PLARzUW5sKt013fjAprK2d2iCn2hk2Xb5oow==
|
|
2437
2443
|
|
|
2438
|
-
color-
|
|
2439
|
-
version "1.1
|
|
2440
|
-
resolved "https://registry.yarnpkg.com/color-
|
|
2441
|
-
integrity sha512-
|
|
2444
|
+
color-string@^1.9.0:
|
|
2445
|
+
version "1.9.1"
|
|
2446
|
+
resolved "https://registry.yarnpkg.com/color-string/-/color-string-1.9.1.tgz#4467f9146f036f855b764dfb5bf8582bf342c7a4"
|
|
2447
|
+
integrity sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==
|
|
2448
|
+
dependencies:
|
|
2449
|
+
color-name "^1.0.0"
|
|
2450
|
+
simple-swizzle "^0.2.2"
|
|
2442
2451
|
|
|
2443
2452
|
color-support@^1.1.2, color-support@^1.1.3:
|
|
2444
2453
|
version "1.1.3"
|
|
2445
2454
|
resolved "https://registry.yarnpkg.com/color-support/-/color-support-1.1.3.tgz#93834379a1cc9a0c61f82f52f0d04322251bd5a2"
|
|
2446
2455
|
integrity sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==
|
|
2447
2456
|
|
|
2457
|
+
color@^4.2.3:
|
|
2458
|
+
version "4.2.3"
|
|
2459
|
+
resolved "https://registry.yarnpkg.com/color/-/color-4.2.3.tgz#d781ecb5e57224ee43ea9627560107c0e0c6463a"
|
|
2460
|
+
integrity sha512-1rXeuUUiGGrykh+CeBdu5Ie7OJwinCgQY0bc7GCRxy5xVHy+moaqkpL/jqQq0MtQOeYcrqEz4abc5f0KtU7W4A==
|
|
2461
|
+
dependencies:
|
|
2462
|
+
color-convert "^2.0.1"
|
|
2463
|
+
color-string "^1.9.0"
|
|
2464
|
+
|
|
2448
2465
|
colorette@^2.0.7:
|
|
2449
2466
|
version "2.0.20"
|
|
2450
2467
|
resolved "https://registry.yarnpkg.com/colorette/-/colorette-2.0.20.tgz#9eb793e6833067f7235902fcd3b09917a000a95a"
|
|
@@ -3071,12 +3088,12 @@ eslint-plugin-perfectionist@^2.1.0:
|
|
|
3071
3088
|
minimatch "^9.0.3"
|
|
3072
3089
|
natural-compare-lite "^1.4.0"
|
|
3073
3090
|
|
|
3074
|
-
eslint-plugin-sf-plugin@^1.16.
|
|
3075
|
-
version "1.16.
|
|
3076
|
-
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.
|
|
3077
|
-
integrity sha512-
|
|
3091
|
+
eslint-plugin-sf-plugin@^1.16.15:
|
|
3092
|
+
version "1.16.15"
|
|
3093
|
+
resolved "https://registry.yarnpkg.com/eslint-plugin-sf-plugin/-/eslint-plugin-sf-plugin-1.16.15.tgz#99d0b522bb7eebefc8e456aa4b725f6fbbf2fa01"
|
|
3094
|
+
integrity sha512-Vog0xc8DwLOCoPbwFx9GxaXHqpG0FvlpITkGzp//SdjcV7wqVW4CT76JES8IGenGv6mAecW5VqSyQzsIHFZGew==
|
|
3078
3095
|
dependencies:
|
|
3079
|
-
"@salesforce/core" "^5.3.
|
|
3096
|
+
"@salesforce/core" "^5.3.20"
|
|
3080
3097
|
"@typescript-eslint/utils" "^5.59.11"
|
|
3081
3098
|
|
|
3082
3099
|
eslint-plugin-unicorn@^49.0.0:
|
|
@@ -4156,6 +4173,11 @@ is-arrayish@^0.2.1:
|
|
|
4156
4173
|
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.2.1.tgz#77c99840527aa8ecb1a8ba697b80645a7a926a9d"
|
|
4157
4174
|
integrity sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==
|
|
4158
4175
|
|
|
4176
|
+
is-arrayish@^0.3.1:
|
|
4177
|
+
version "0.3.2"
|
|
4178
|
+
resolved "https://registry.yarnpkg.com/is-arrayish/-/is-arrayish-0.3.2.tgz#4574a2ae56f7ab206896fb431eaeed066fdf8f03"
|
|
4179
|
+
integrity sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==
|
|
4180
|
+
|
|
4159
4181
|
is-bigint@^1.0.1:
|
|
4160
4182
|
version "1.0.4"
|
|
4161
4183
|
resolved "https://registry.yarnpkg.com/is-bigint/-/is-bigint-1.0.4.tgz#08147a1875bc2b32005d41ccd8291dffc6691df3"
|
|
@@ -6831,6 +6853,13 @@ sigstore@^1.3.0:
|
|
|
6831
6853
|
"@sigstore/tuf" "^1.0.3"
|
|
6832
6854
|
make-fetch-happen "^11.0.1"
|
|
6833
6855
|
|
|
6856
|
+
simple-swizzle@^0.2.2:
|
|
6857
|
+
version "0.2.2"
|
|
6858
|
+
resolved "https://registry.yarnpkg.com/simple-swizzle/-/simple-swizzle-0.2.2.tgz#a4da6b635ffcccca33f70d17cb92592de95e557a"
|
|
6859
|
+
integrity sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==
|
|
6860
|
+
dependencies:
|
|
6861
|
+
is-arrayish "^0.3.1"
|
|
6862
|
+
|
|
6834
6863
|
sinon@10.0.0:
|
|
6835
6864
|
version "10.0.0"
|
|
6836
6865
|
resolved "https://registry.yarnpkg.com/sinon/-/sinon-10.0.0.tgz#52279f97e35646ff73d23207d0307977c9b81430"
|
package/oclif.manifest.json
CHANGED
|
@@ -411,6 +411,115 @@
|
|
|
411
411
|
"test:get:apex"
|
|
412
412
|
]
|
|
413
413
|
},
|
|
414
|
+
"apex:list:log": {
|
|
415
|
+
"aliases": [
|
|
416
|
+
"force:apex:log:list"
|
|
417
|
+
],
|
|
418
|
+
"args": {},
|
|
419
|
+
"deprecateAliases": true,
|
|
420
|
+
"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.",
|
|
421
|
+
"examples": [
|
|
422
|
+
"List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
423
|
+
"Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
|
|
424
|
+
],
|
|
425
|
+
"flags": {
|
|
426
|
+
"json": {
|
|
427
|
+
"description": "Format output as json.",
|
|
428
|
+
"helpGroup": "GLOBAL",
|
|
429
|
+
"name": "json",
|
|
430
|
+
"allowNo": false,
|
|
431
|
+
"type": "boolean"
|
|
432
|
+
},
|
|
433
|
+
"target-org": {
|
|
434
|
+
"aliases": [
|
|
435
|
+
"targetusername",
|
|
436
|
+
"u"
|
|
437
|
+
],
|
|
438
|
+
"char": "o",
|
|
439
|
+
"deprecateAliases": true,
|
|
440
|
+
"name": "target-org",
|
|
441
|
+
"noCacheDefault": true,
|
|
442
|
+
"required": true,
|
|
443
|
+
"summary": "Username or alias of the target org.",
|
|
444
|
+
"hasDynamicHelp": true,
|
|
445
|
+
"multiple": false,
|
|
446
|
+
"type": "option"
|
|
447
|
+
},
|
|
448
|
+
"api-version": {
|
|
449
|
+
"aliases": [
|
|
450
|
+
"apiversion"
|
|
451
|
+
],
|
|
452
|
+
"deprecateAliases": true,
|
|
453
|
+
"description": "Override the api version used for api requests made by this command",
|
|
454
|
+
"name": "api-version",
|
|
455
|
+
"hasDynamicHelp": false,
|
|
456
|
+
"multiple": false,
|
|
457
|
+
"type": "option"
|
|
458
|
+
},
|
|
459
|
+
"loglevel": {
|
|
460
|
+
"deprecated": {
|
|
461
|
+
"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."
|
|
462
|
+
},
|
|
463
|
+
"hidden": true,
|
|
464
|
+
"name": "loglevel",
|
|
465
|
+
"hasDynamicHelp": false,
|
|
466
|
+
"multiple": false,
|
|
467
|
+
"type": "option"
|
|
468
|
+
}
|
|
469
|
+
},
|
|
470
|
+
"hasDynamicHelp": true,
|
|
471
|
+
"hiddenAliases": [],
|
|
472
|
+
"id": "apex:list:log",
|
|
473
|
+
"pluginAlias": "@salesforce/plugin-apex",
|
|
474
|
+
"pluginName": "@salesforce/plugin-apex",
|
|
475
|
+
"pluginType": "core",
|
|
476
|
+
"strict": true,
|
|
477
|
+
"summary": "Display a list of IDs and general information about debug logs.",
|
|
478
|
+
"enableJsonFlag": true,
|
|
479
|
+
"SF_ENV": "SF_ENV",
|
|
480
|
+
"isESM": true,
|
|
481
|
+
"relativePath": [
|
|
482
|
+
"lib",
|
|
483
|
+
"commands",
|
|
484
|
+
"apex",
|
|
485
|
+
"list",
|
|
486
|
+
"log.js"
|
|
487
|
+
],
|
|
488
|
+
"aliasPermutations": [
|
|
489
|
+
"force:apex:log:list",
|
|
490
|
+
"apex:force:log:list",
|
|
491
|
+
"apex:log:force:list",
|
|
492
|
+
"apex:log:list:force",
|
|
493
|
+
"force:log:apex:list",
|
|
494
|
+
"log:force:apex:list",
|
|
495
|
+
"log:apex:force:list",
|
|
496
|
+
"log:apex:list:force",
|
|
497
|
+
"force:log:list:apex",
|
|
498
|
+
"log:force:list:apex",
|
|
499
|
+
"log:list:force:apex",
|
|
500
|
+
"log:list:apex:force",
|
|
501
|
+
"force:apex:list:log",
|
|
502
|
+
"apex:force:list:log",
|
|
503
|
+
"apex:list:force:log",
|
|
504
|
+
"apex:list:log:force",
|
|
505
|
+
"force:list:apex:log",
|
|
506
|
+
"list:force:apex:log",
|
|
507
|
+
"list:apex:force:log",
|
|
508
|
+
"list:apex:log:force",
|
|
509
|
+
"force:list:log:apex",
|
|
510
|
+
"list:force:log:apex",
|
|
511
|
+
"list:log:force:apex",
|
|
512
|
+
"list:log:apex:force"
|
|
513
|
+
],
|
|
514
|
+
"permutations": [
|
|
515
|
+
"apex:list:log",
|
|
516
|
+
"list:apex:log",
|
|
517
|
+
"list:log:apex",
|
|
518
|
+
"apex:log:list",
|
|
519
|
+
"log:apex:list",
|
|
520
|
+
"log:list:apex"
|
|
521
|
+
]
|
|
522
|
+
},
|
|
414
523
|
"apex:run:test": {
|
|
415
524
|
"aliases": [
|
|
416
525
|
"force:apex:test:run"
|
|
@@ -663,115 +772,6 @@
|
|
|
663
772
|
"test:run:apex"
|
|
664
773
|
]
|
|
665
774
|
},
|
|
666
|
-
"apex:list:log": {
|
|
667
|
-
"aliases": [
|
|
668
|
-
"force:apex:log:list"
|
|
669
|
-
],
|
|
670
|
-
"args": {},
|
|
671
|
-
"deprecateAliases": true,
|
|
672
|
-
"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.",
|
|
673
|
-
"examples": [
|
|
674
|
-
"List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
|
|
675
|
-
"Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
|
|
676
|
-
],
|
|
677
|
-
"flags": {
|
|
678
|
-
"json": {
|
|
679
|
-
"description": "Format output as json.",
|
|
680
|
-
"helpGroup": "GLOBAL",
|
|
681
|
-
"name": "json",
|
|
682
|
-
"allowNo": false,
|
|
683
|
-
"type": "boolean"
|
|
684
|
-
},
|
|
685
|
-
"target-org": {
|
|
686
|
-
"aliases": [
|
|
687
|
-
"targetusername",
|
|
688
|
-
"u"
|
|
689
|
-
],
|
|
690
|
-
"char": "o",
|
|
691
|
-
"deprecateAliases": true,
|
|
692
|
-
"name": "target-org",
|
|
693
|
-
"noCacheDefault": true,
|
|
694
|
-
"required": true,
|
|
695
|
-
"summary": "Username or alias of the target org.",
|
|
696
|
-
"hasDynamicHelp": true,
|
|
697
|
-
"multiple": false,
|
|
698
|
-
"type": "option"
|
|
699
|
-
},
|
|
700
|
-
"api-version": {
|
|
701
|
-
"aliases": [
|
|
702
|
-
"apiversion"
|
|
703
|
-
],
|
|
704
|
-
"deprecateAliases": true,
|
|
705
|
-
"description": "Override the api version used for api requests made by this command",
|
|
706
|
-
"name": "api-version",
|
|
707
|
-
"hasDynamicHelp": false,
|
|
708
|
-
"multiple": false,
|
|
709
|
-
"type": "option"
|
|
710
|
-
},
|
|
711
|
-
"loglevel": {
|
|
712
|
-
"deprecated": {
|
|
713
|
-
"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."
|
|
714
|
-
},
|
|
715
|
-
"hidden": true,
|
|
716
|
-
"name": "loglevel",
|
|
717
|
-
"hasDynamicHelp": false,
|
|
718
|
-
"multiple": false,
|
|
719
|
-
"type": "option"
|
|
720
|
-
}
|
|
721
|
-
},
|
|
722
|
-
"hasDynamicHelp": true,
|
|
723
|
-
"hiddenAliases": [],
|
|
724
|
-
"id": "apex:list:log",
|
|
725
|
-
"pluginAlias": "@salesforce/plugin-apex",
|
|
726
|
-
"pluginName": "@salesforce/plugin-apex",
|
|
727
|
-
"pluginType": "core",
|
|
728
|
-
"strict": true,
|
|
729
|
-
"summary": "Display a list of IDs and general information about debug logs.",
|
|
730
|
-
"enableJsonFlag": true,
|
|
731
|
-
"SF_ENV": "SF_ENV",
|
|
732
|
-
"isESM": true,
|
|
733
|
-
"relativePath": [
|
|
734
|
-
"lib",
|
|
735
|
-
"commands",
|
|
736
|
-
"apex",
|
|
737
|
-
"list",
|
|
738
|
-
"log.js"
|
|
739
|
-
],
|
|
740
|
-
"aliasPermutations": [
|
|
741
|
-
"force:apex:log:list",
|
|
742
|
-
"apex:force:log:list",
|
|
743
|
-
"apex:log:force:list",
|
|
744
|
-
"apex:log:list:force",
|
|
745
|
-
"force:log:apex:list",
|
|
746
|
-
"log:force:apex:list",
|
|
747
|
-
"log:apex:force:list",
|
|
748
|
-
"log:apex:list:force",
|
|
749
|
-
"force:log:list:apex",
|
|
750
|
-
"log:force:list:apex",
|
|
751
|
-
"log:list:force:apex",
|
|
752
|
-
"log:list:apex:force",
|
|
753
|
-
"force:apex:list:log",
|
|
754
|
-
"apex:force:list:log",
|
|
755
|
-
"apex:list:force:log",
|
|
756
|
-
"apex:list:log:force",
|
|
757
|
-
"force:list:apex:log",
|
|
758
|
-
"list:force:apex:log",
|
|
759
|
-
"list:apex:force:log",
|
|
760
|
-
"list:apex:log:force",
|
|
761
|
-
"force:list:log:apex",
|
|
762
|
-
"list:force:log:apex",
|
|
763
|
-
"list:log:force:apex",
|
|
764
|
-
"list:log:apex:force"
|
|
765
|
-
],
|
|
766
|
-
"permutations": [
|
|
767
|
-
"apex:list:log",
|
|
768
|
-
"list:apex:log",
|
|
769
|
-
"list:log:apex",
|
|
770
|
-
"apex:log:list",
|
|
771
|
-
"log:apex:list",
|
|
772
|
-
"log:list:apex"
|
|
773
|
-
]
|
|
774
|
-
},
|
|
775
775
|
"apex:tail:log": {
|
|
776
776
|
"aliases": [
|
|
777
777
|
"force:apex:log:tail"
|
|
@@ -909,5 +909,5 @@
|
|
|
909
909
|
]
|
|
910
910
|
}
|
|
911
911
|
},
|
|
912
|
-
"version": "3.0.
|
|
912
|
+
"version": "3.0.7"
|
|
913
913
|
}
|
package/package.json
CHANGED
|
@@ -1,25 +1,25 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
3
|
"description": "Apex commands",
|
|
4
|
-
"version": "3.0.
|
|
4
|
+
"version": "3.0.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@oclif/core": "^3.
|
|
8
|
+
"@oclif/core": "^3.12.0",
|
|
9
9
|
"@salesforce/apex-node": "^2.1.2",
|
|
10
10
|
"@salesforce/core": "^5.3.20",
|
|
11
|
-
"@salesforce/sf-plugins-core": "^4.1.
|
|
11
|
+
"@salesforce/sf-plugins-core": "^4.1.2",
|
|
12
12
|
"chalk": "^5.3.0",
|
|
13
13
|
"color-convert": "^2.0.1",
|
|
14
14
|
"color-name": "^2.0.0"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
17
|
"@oclif/plugin-command-snapshot": "^5.0.2",
|
|
18
|
-
"@salesforce/cli-plugins-testkit": "^5.0.
|
|
18
|
+
"@salesforce/cli-plugins-testkit": "^5.0.4",
|
|
19
19
|
"@salesforce/dev-scripts": "^6.0.3",
|
|
20
20
|
"@salesforce/plugin-command-reference": "^3.0.46",
|
|
21
21
|
"@types/color-convert": "^2.0.3",
|
|
22
|
-
"eslint-plugin-sf-plugin": "^1.16.
|
|
22
|
+
"eslint-plugin-sf-plugin": "^1.16.15",
|
|
23
23
|
"oclif": "^4.0.3",
|
|
24
24
|
"shx": "^0.3.4",
|
|
25
25
|
"ts-node": "^10.9.1",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"exports": "./lib/index.js",
|
|
213
213
|
"type": "module",
|
|
214
214
|
"sfdx": {
|
|
215
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.
|
|
216
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.
|
|
215
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.7.crt",
|
|
216
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.0.7.sig"
|
|
217
217
|
}
|
|
218
218
|
}
|