@salesforce/plugin-apex 3.8.4 → 3.8.6

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
@@ -150,7 +150,7 @@ FLAG DESCRIPTIONS
150
150
  directory.
151
151
  ```
152
152
 
153
- _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.4/src/commands/apex/get/log.ts)_
153
+ _See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/apex/get/log.ts)_
154
154
 
155
155
  ## `sf apex get test`
156
156
 
@@ -210,7 +210,7 @@ EXAMPLES
210
210
  me@myorg'
211
211
  ```
212
212
 
213
- _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.4/src/commands/apex/get/test.ts)_
213
+ _See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/apex/get/test.ts)_
214
214
 
215
215
  ## `sf apex list log`
216
216
 
@@ -250,7 +250,7 @@ EXAMPLES
250
250
  $ sf apex list log --target-org me@my.org
251
251
  ```
252
252
 
253
- _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.4/src/commands/apex/list/log.ts)_
253
+ _See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/apex/list/log.ts)_
254
254
 
255
255
  ## `sf apex run`
256
256
 
@@ -297,7 +297,7 @@ EXAMPLES
297
297
  $ sf apex run
298
298
  ```
299
299
 
300
- _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.4/src/commands/apex/run.ts)_
300
+ _See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/apex/run.ts)_
301
301
 
302
302
  ## `sf apex run test`
303
303
 
@@ -443,7 +443,7 @@ FLAG DESCRIPTIONS
443
443
  --tests Test1 --tests Test2
444
444
  ```
445
445
 
446
- _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.4/src/commands/apex/run/test.ts)_
446
+ _See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/apex/run/test.ts)_
447
447
 
448
448
  ## `sf apex tail log`
449
449
 
@@ -486,7 +486,7 @@ EXAMPLES
486
486
  $ sf apex tail log --color --skip-trace-flag
487
487
  ```
488
488
 
489
- _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.4/src/commands/apex/tail/log.ts)_
489
+ _See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/apex/tail/log.ts)_
490
490
 
491
491
  ## `sf logic get test`
492
492
 
@@ -534,7 +534,7 @@ EXAMPLES
534
534
  $ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
535
535
  ```
536
536
 
537
- _See code: [src/commands/logic/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.4/src/commands/logic/get/test.ts)_
537
+ _See code: [src/commands/logic/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/logic/get/test.ts)_
538
538
 
539
539
  ## `sf logic run test`
540
540
 
@@ -656,6 +656,6 @@ FLAG DESCRIPTIONS
656
656
  --tests Test1 --tests Test2
657
657
  ```
658
658
 
659
- _See code: [src/commands/logic/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.4/src/commands/logic/run/test.ts)_
659
+ _See code: [src/commands/logic/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.6/src/commands/logic/run/test.ts)_
660
660
 
661
661
  <!-- commandsstop -->
@@ -106,122 +106,6 @@
106
106
  "run:apex"
107
107
  ]
108
108
  },
109
- "apex:list:log": {
110
- "aliases": [
111
- "force:apex:log:list"
112
- ],
113
- "args": {},
114
- "deprecateAliases": true,
115
- "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.",
116
- "examples": [
117
- "List the IDs and information about the debug logs in your default org:\n<%= config.bin %> <%= command.id %>",
118
- "Similar to previous example, but use the org with the specified username:\n<%= config.bin %> <%= command.id %> --target-org me@my.org"
119
- ],
120
- "flags": {
121
- "json": {
122
- "description": "Format output as json.",
123
- "helpGroup": "GLOBAL",
124
- "name": "json",
125
- "allowNo": false,
126
- "type": "boolean"
127
- },
128
- "flags-dir": {
129
- "helpGroup": "GLOBAL",
130
- "name": "flags-dir",
131
- "summary": "Import flag values from a directory.",
132
- "hasDynamicHelp": false,
133
- "multiple": false,
134
- "type": "option"
135
- },
136
- "target-org": {
137
- "aliases": [
138
- "targetusername",
139
- "u"
140
- ],
141
- "char": "o",
142
- "deprecateAliases": true,
143
- "name": "target-org",
144
- "noCacheDefault": true,
145
- "required": true,
146
- "summary": "Username or alias of the target org. Not required if the `target-org` configuration variable is already set.",
147
- "hasDynamicHelp": true,
148
- "multiple": false,
149
- "type": "option"
150
- },
151
- "api-version": {
152
- "aliases": [
153
- "apiversion"
154
- ],
155
- "deprecateAliases": true,
156
- "description": "Override the api version used for api requests made by this command",
157
- "name": "api-version",
158
- "hasDynamicHelp": false,
159
- "multiple": false,
160
- "type": "option"
161
- },
162
- "loglevel": {
163
- "deprecated": {
164
- "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."
165
- },
166
- "hidden": true,
167
- "name": "loglevel",
168
- "hasDynamicHelp": false,
169
- "multiple": false,
170
- "type": "option"
171
- }
172
- },
173
- "hasDynamicHelp": true,
174
- "hiddenAliases": [],
175
- "id": "apex:list:log",
176
- "pluginAlias": "@salesforce/plugin-apex",
177
- "pluginName": "@salesforce/plugin-apex",
178
- "pluginType": "core",
179
- "strict": true,
180
- "summary": "Display a list of IDs and general information about debug logs.",
181
- "enableJsonFlag": true,
182
- "isESM": true,
183
- "relativePath": [
184
- "lib",
185
- "commands",
186
- "apex",
187
- "list",
188
- "log.js"
189
- ],
190
- "aliasPermutations": [
191
- "force:apex:log:list",
192
- "apex:force:log:list",
193
- "apex:log:force:list",
194
- "apex:log:list:force",
195
- "force:log:apex:list",
196
- "log:force:apex:list",
197
- "log:apex:force:list",
198
- "log:apex:list:force",
199
- "force:log:list:apex",
200
- "log:force:list:apex",
201
- "log:list:force:apex",
202
- "log:list:apex:force",
203
- "force:apex:list:log",
204
- "apex:force:list:log",
205
- "apex:list:force:log",
206
- "apex:list:log:force",
207
- "force:list:apex:log",
208
- "list:force:apex:log",
209
- "list:apex:force:log",
210
- "list:apex:log:force",
211
- "force:list:log:apex",
212
- "list:force:log:apex",
213
- "list:log:force:apex",
214
- "list:log:apex:force"
215
- ],
216
- "permutations": [
217
- "apex:list:log",
218
- "list:apex:log",
219
- "list:log:apex",
220
- "apex:log:list",
221
- "log:apex:list",
222
- "log:list:apex"
223
- ]
224
- },
225
109
  "apex:get:log": {
226
110
  "aliases": [
227
111
  "force:apex:log:get"
@@ -563,6 +447,122 @@
563
447
  "test:get:apex"
564
448
  ]
565
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
+ },
566
566
  "apex:run:test": {
567
567
  "aliases": [
568
568
  "force:apex:test:run"
@@ -1390,5 +1390,5 @@
1390
1390
  ]
1391
1391
  }
1392
1392
  },
1393
- "version": "3.8.4"
1393
+ "version": "3.8.6"
1394
1394
  }
package/package.json CHANGED
@@ -1,24 +1,24 @@
1
1
  {
2
2
  "name": "@salesforce/plugin-apex",
3
3
  "description": "Apex commands",
4
- "version": "3.8.4",
4
+ "version": "3.8.6",
5
5
  "author": "Salesforce",
6
6
  "bugs": "https://github.com/forcedotcom/cli/issues",
7
7
  "dependencies": {
8
- "@salesforce/apex-node": "^8.3.3",
9
- "@salesforce/core": "^8.10.1",
8
+ "@salesforce/apex-node": "^8.3.5",
9
+ "@salesforce/core": "^8.23.4",
10
10
  "@salesforce/kit": "^3.2.3",
11
11
  "@salesforce/sf-plugins-core": "^12.2.5",
12
12
  "ansis": "^3.3.1"
13
13
  },
14
14
  "devDependencies": {
15
- "@oclif/core": "^4.5.4",
16
- "@oclif/plugin-command-snapshot": "^5.3.6",
15
+ "@oclif/core": "^4.8.0",
16
+ "@oclif/plugin-command-snapshot": "^5.3.8",
17
17
  "@salesforce/cli-plugins-testkit": "^5.3.39",
18
18
  "@salesforce/dev-scripts": "^11.0.4",
19
- "@salesforce/plugin-command-reference": "^3.1.72",
19
+ "@salesforce/plugin-command-reference": "^3.1.77",
20
20
  "eslint-plugin-sf-plugin": "^1.20.33",
21
- "oclif": "^4.22.32",
21
+ "oclif": "^4.22.39",
22
22
  "ts-node": "^10.9.2",
23
23
  "typescript": "^5.9.3"
24
24
  },
@@ -229,7 +229,7 @@
229
229
  "exports": "./lib/index.js",
230
230
  "type": "module",
231
231
  "sfdx": {
232
- "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.8.4.crt",
233
- "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.8.4.sig"
232
+ "publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.8.6.crt",
233
+ "signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.8.6.sig"
234
234
  }
235
235
  }