@salesforce/plugin-apex 3.9.6 → 3.9.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 +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.9.
|
|
153
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/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.9.
|
|
213
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/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.9.
|
|
253
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/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.9.
|
|
300
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/apex/run.ts)_
|
|
301
301
|
|
|
302
302
|
## `sf apex run test`
|
|
303
303
|
|
|
@@ -444,7 +444,7 @@ FLAG DESCRIPTIONS
|
|
|
444
444
|
--tests Test1 --tests Test2
|
|
445
445
|
```
|
|
446
446
|
|
|
447
|
-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
447
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/apex/run/test.ts)_
|
|
448
448
|
|
|
449
449
|
## `sf apex tail log`
|
|
450
450
|
|
|
@@ -487,7 +487,7 @@ EXAMPLES
|
|
|
487
487
|
$ sf apex tail log --color --skip-trace-flag
|
|
488
488
|
```
|
|
489
489
|
|
|
490
|
-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
490
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/apex/tail/log.ts)_
|
|
491
491
|
|
|
492
492
|
## `sf logic get test`
|
|
493
493
|
|
|
@@ -535,7 +535,7 @@ EXAMPLES
|
|
|
535
535
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
536
536
|
```
|
|
537
537
|
|
|
538
|
-
_See code: [src/commands/logic/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
538
|
+
_See code: [src/commands/logic/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/logic/get/test.ts)_
|
|
539
539
|
|
|
540
540
|
## `sf logic run test`
|
|
541
541
|
|
|
@@ -657,6 +657,6 @@ FLAG DESCRIPTIONS
|
|
|
657
657
|
--tests Test1 --tests Test2
|
|
658
658
|
```
|
|
659
659
|
|
|
660
|
-
_See code: [src/commands/logic/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.
|
|
660
|
+
_See code: [src/commands/logic/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.9.7/src/commands/logic/run/test.ts)_
|
|
661
661
|
|
|
662
662
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
3
|
"description": "Apex commands",
|
|
4
|
-
"version": "3.9.
|
|
4
|
+
"version": "3.9.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"enableO11y": true,
|
|
8
8
|
"o11yUploadEndpoint": "https://794testsite.my.site.com/byolwr/webruntime/log/metrics",
|
|
9
9
|
"dependencies": {
|
|
10
10
|
"@salesforce/apex-node": "^8.4.2",
|
|
11
|
-
"@salesforce/core": "^8.
|
|
11
|
+
"@salesforce/core": "^8.25.1",
|
|
12
12
|
"@salesforce/kit": "^3.2.3",
|
|
13
13
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
14
14
|
"ansis": "^3.3.1"
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"exports": "./lib/index.js",
|
|
232
232
|
"type": "module",
|
|
233
233
|
"sfdx": {
|
|
234
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.9.
|
|
235
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.9.
|
|
234
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.9.7.crt",
|
|
235
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.9.7.sig"
|
|
236
236
|
}
|
|
237
237
|
}
|