Skip to content

Commit 252fbbf

Browse files
committed
chore(release): 3.1.14 [skip ci]
1 parent 3ba2ba3 commit 252fbbf

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.1.14](https://github.com/salesforcecli/plugin-apex/compare/3.1.13...3.1.14) (2024-06-02)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @salesforce/sf-plugins-core from 9.0.12 to 9.1.1 ([827af6f](https://github.com/salesforcecli/plugin-apex/commit/827af6f780f705d0f58799d512bab52eccd2971a))
6+
17
## [3.1.13](https://github.com/salesforcecli/plugin-apex/compare/3.1.12...3.1.13) (2024-05-26)
28

39
### Bug Fixes

README.md

Lines changed: 9 additions & 7 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.1.13/src/commands/apex/get/log.ts)_
151+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.14/src/commands/apex/get/log.ts)_
152152

153153
## `sf apex get test`
154154

@@ -202,7 +202,7 @@ EXAMPLES
202202
me@myorg',
203203
```
204204

205-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.13/src/commands/apex/get/test.ts)_
205+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.14/src/commands/apex/get/test.ts)_
206206

207207
## `sf apex list log`
208208

@@ -242,7 +242,7 @@ EXAMPLES
242242
$ sf apex list log --target-org [email protected]
243243
```
244244

245-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.13/src/commands/apex/list/log.ts)_
245+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.14/src/commands/apex/list/log.ts)_
246246

247247
## `sf apex run`
248248

@@ -289,7 +289,7 @@ EXAMPLES
289289
$ sf apex run
290290
```
291291

292-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.13/src/commands/apex/run.ts)_
292+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.14/src/commands/apex/run.ts)_
293293

294294
## `sf apex run test`
295295

@@ -390,14 +390,16 @@ FLAG DESCRIPTIONS
390390
For multiple suites, repeat the flag for each.
391391
--suite-names Suite1 --suite-names Suite2
392392
393-
-t, --tests=<value>... Apex test class names or IDs and, if applicable, test methods to run; default is all tests.
393+
-t, --tests=<value>...
394+
395+
Apex test class names or IDs and, if applicable, test methods to run; default is all tests.
394396
395397
If you specify --tests, you can't specify --class-names or --suite-names
396398
For multiple tests, repeat the flag for each.
397399
--tests Test1 --tests Test2
398400
```
399401

400-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.13/src/commands/apex/run/test.ts)_
402+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.14/src/commands/apex/run/test.ts)_
401403

402404
## `sf apex tail log`
403405

@@ -440,6 +442,6 @@ EXAMPLES
440442
$ sf apex tail log --color --skip-trace-flag
441443
```
442444

443-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.13/src/commands/apex/tail/log.ts)_
445+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.14/src/commands/apex/tail/log.ts)_
444446

445447
<!-- 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.1.13",
4+
"version": "3.1.14",
55
"author": "Salesforce",
66
"bugs": "https://github.com/forcedotcom/cli/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)