@salesforce/plugin-apex 3.7.0 → 3.7.1
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 +7 -7
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -149,7 +149,7 @@ FLAG DESCRIPTIONS
|
|
|
149
149
|
directory.
|
|
150
150
|
```
|
|
151
151
|
|
|
152
|
-
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.
|
|
152
|
+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/apex/get/log.ts)_
|
|
153
153
|
|
|
154
154
|
## `sf apex get test`
|
|
155
155
|
|
|
@@ -209,7 +209,7 @@ EXAMPLES
|
|
|
209
209
|
me@myorg'
|
|
210
210
|
```
|
|
211
211
|
|
|
212
|
-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.
|
|
212
|
+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/apex/get/test.ts)_
|
|
213
213
|
|
|
214
214
|
## `sf apex list log`
|
|
215
215
|
|
|
@@ -249,7 +249,7 @@ EXAMPLES
|
|
|
249
249
|
$ sf apex list log --target-org me@my.org
|
|
250
250
|
```
|
|
251
251
|
|
|
252
|
-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.
|
|
252
|
+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/apex/list/log.ts)_
|
|
253
253
|
|
|
254
254
|
## `sf apex run`
|
|
255
255
|
|
|
@@ -296,7 +296,7 @@ EXAMPLES
|
|
|
296
296
|
$ sf apex run
|
|
297
297
|
```
|
|
298
298
|
|
|
299
|
-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.
|
|
299
|
+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/apex/run.ts)_
|
|
300
300
|
|
|
301
301
|
## `sf apex run test`
|
|
302
302
|
|
|
@@ -439,7 +439,7 @@ FLAG DESCRIPTIONS
|
|
|
439
439
|
--tests Test1 --tests Test2
|
|
440
440
|
```
|
|
441
441
|
|
|
442
|
-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.
|
|
442
|
+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/apex/run/test.ts)_
|
|
443
443
|
|
|
444
444
|
## `sf apex tail log`
|
|
445
445
|
|
|
@@ -482,7 +482,7 @@ EXAMPLES
|
|
|
482
482
|
$ sf apex tail log --color --skip-trace-flag
|
|
483
483
|
```
|
|
484
484
|
|
|
485
|
-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.
|
|
485
|
+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/apex/tail/log.ts)_
|
|
486
486
|
|
|
487
487
|
## `sf logic get test`
|
|
488
488
|
|
|
@@ -530,6 +530,6 @@ EXAMPLES
|
|
|
530
530
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
531
531
|
```
|
|
532
532
|
|
|
533
|
-
_See code: [src/commands/logic/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.
|
|
533
|
+
_See code: [src/commands/logic/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.7.1/src/commands/logic/get/test.ts)_
|
|
534
534
|
|
|
535
535
|
<!-- commandsstop -->
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-apex",
|
|
3
3
|
"description": "Apex commands",
|
|
4
|
-
"version": "3.7.
|
|
4
|
+
"version": "3.7.1",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@salesforce/apex-node": "^8.3.
|
|
8
|
+
"@salesforce/apex-node": "^8.3.2",
|
|
9
9
|
"@salesforce/core": "^8.10.1",
|
|
10
10
|
"@salesforce/kit": "^3.2.3",
|
|
11
11
|
"@salesforce/sf-plugins-core": "^12.2.1",
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
15
|
"@oclif/core": "^4.2.10",
|
|
16
|
-
"@oclif/plugin-command-snapshot": "^5.
|
|
16
|
+
"@oclif/plugin-command-snapshot": "^5.3.6",
|
|
17
17
|
"@salesforce/cli-plugins-testkit": "^5.3.39",
|
|
18
18
|
"@salesforce/dev-scripts": "^10.2.11",
|
|
19
19
|
"@salesforce/plugin-command-reference": "^3.1.52",
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"exports": "./lib/index.js",
|
|
226
226
|
"type": "module",
|
|
227
227
|
"sfdx": {
|
|
228
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.7.
|
|
229
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.7.
|
|
228
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.7.1.crt",
|
|
229
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-apex/3.7.1.sig"
|
|
230
230
|
}
|
|
231
231
|
}
|