@salesforce/plugin-apex 3.8.9 → 3.8.10
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 +8 -8
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.
|
|
153
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/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.
|
|
213
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/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.
|
|
253
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/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.
|
|
300
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/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.
|
|
446
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/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.
|
|
489
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/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.
|
|
537
|
+
_See code: [src/commands/logic/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/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.
|
|
659
|
+
_See code: [src/commands/logic/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.10/src/commands/logic/run/test.ts)_
|
|
660
660
|
|
|
661
661
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
3
|
"description": "Apex commands",
|
|
4
|
-
"version": "3.8.
|
|
4
|
+
"version": "3.8.10",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"@salesforce/dev-scripts": "^11.0.4",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.1.78",
|
|
20
20
|
"eslint-plugin-sf-plugin": "^1.20.33",
|
|
21
|
-
"oclif": "^4.22.
|
|
21
|
+
"oclif": "^4.22.50",
|
|
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.
|
|
233
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.8.
|
|
232
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.8.10.crt",
|
|
233
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.8.10.sig"
|
|
234
234
|
}
|
|
235
235
|
}
|