Skip to content

Commit

Permalink
chore(release): 3.6.2 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
svc-cli-bot committed Nov 12, 2024
1 parent 44a3d66 commit 9fbfd55
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 7 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [3.6.2](https://github.com/salesforcecli/plugin-apex/compare/3.6.1...3.6.2) (2024-11-12)

### Bug Fixes

- add VAD perm requirement to "apex run test" ([7b92886](https://github.com/salesforcecli/plugin-apex/commit/7b92886b8a1f88fa164724e6d00b56e57b2887f9))

## [3.6.1](https://github.com/salesforcecli/plugin-apex/compare/3.6.0...3.6.1) (2024-11-10)

### Bug Fixes
Expand Down
15 changes: 9 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ FLAG DESCRIPTIONS
directory.
```

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

## `sf apex get test`

Expand Down Expand Up @@ -208,7 +208,7 @@ EXAMPLES
me@myorg'
```

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

## `sf apex list log`

Expand Down Expand Up @@ -248,7 +248,7 @@ EXAMPLES
$ sf apex list log --target-org me@my.org
```

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

## `sf apex run`

Expand Down Expand Up @@ -295,7 +295,7 @@ EXAMPLES
$ sf apex run
```

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

## `sf apex run test`

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

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

## `sf apex tail log`

Expand Down Expand Up @@ -478,6 +481,6 @@ EXAMPLES
$ sf apex tail log --color --skip-trace-flag
```

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

<!-- commandsstop -->
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@salesforce/plugin-apex",
"description": "Apex commands",
"version": "3.6.1",
"version": "3.6.2",
"author": "Salesforce",
"bugs": "https://github.com/forcedotcom/cli/issues",
"dependencies": {
Expand Down

0 comments on commit 9fbfd55

Please sign in to comment.