Skip to content

Commit 9fbfd55

Browse files
committed
chore(release): 3.6.2 [skip ci]
1 parent 44a3d66 commit 9fbfd55

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.6.2](https://github.com/salesforcecli/plugin-apex/compare/3.6.1...3.6.2) (2024-11-12)
2+
3+
### Bug Fixes
4+
5+
- add VAD perm requirement to "apex run test" ([7b92886](https://github.com/salesforcecli/plugin-apex/commit/7b92886b8a1f88fa164724e6d00b56e57b2887f9))
6+
17
## [3.6.1](https://github.com/salesforcecli/plugin-apex/compare/3.6.0...3.6.1) (2024-11-10)
28

39
### Bug Fixes

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ FLAG DESCRIPTIONS
148148
directory.
149149
```
150150

151-
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/src/commands/apex/get/log.ts)_
151+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/get/log.ts)_
152152

153153
## `sf apex get test`
154154

@@ -208,7 +208,7 @@ EXAMPLES
208208
me@myorg'
209209
```
210210

211-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/src/commands/apex/get/test.ts)_
211+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/get/test.ts)_
212212

213213
## `sf apex list log`
214214

@@ -248,7 +248,7 @@ EXAMPLES
248248
$ sf apex list log --target-org [email protected]
249249
```
250250

251-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/src/commands/apex/list/log.ts)_
251+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/list/log.ts)_
252252

253253
## `sf apex run`
254254

@@ -295,7 +295,7 @@ EXAMPLES
295295
$ sf apex run
296296
```
297297

298-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/src/commands/apex/run.ts)_
298+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/run.ts)_
299299

300300
## `sf apex run test`
301301

@@ -347,6 +347,9 @@ DESCRIPTION
347347
haven't finished by the end of the wait time, the command displays a test run ID. Use the "sf apex get test
348348
--test-run-id" command to get the results.
349349
350+
You must have the "View All Data" system permission to use this command. The permission is disabled by default and can
351+
be enabled only by a system administrator.
352+
350353
NOTE: The testRunCoverage value (JSON and JUnit result formats) is a percentage of the covered lines and total lines
351354
from all the Apex classes evaluated by the tests in this run.
352355
@@ -435,7 +438,7 @@ FLAG DESCRIPTIONS
435438
--tests Test1 --tests Test2
436439
```
437440

438-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/src/commands/apex/run/test.ts)_
441+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/run/test.ts)_
439442

440443
## `sf apex tail log`
441444

@@ -478,6 +481,6 @@ EXAMPLES
478481
$ sf apex tail log --color --skip-trace-flag
479482
```
480483

481-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.1/src/commands/apex/tail/log.ts)_
484+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/tail/log.ts)_
482485

483486
<!-- commandsstop -->

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/plugin-apex",
33
"description": "Apex commands",
4-
"version": "3.6.1",
4+
"version": "3.6.2",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)