Skip to content

Commit 565bd86

Browse files
committed
chore(release): 3.3.0 [skip ci]
1 parent a45607f commit 565bd86

File tree

3 files changed

+18
-10
lines changed

3 files changed

+18
-10
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [3.3.0](https://github.com/salesforcecli/plugin-apex/compare/3.2.5...3.3.0) (2024-07-19)
2+
3+
### Bug Fixes
4+
5+
- avoid `undefined` in output ([4bccdaa](https://github.com/salesforcecli/plugin-apex/commit/4bccdaa8a0ffb3897ca4544255e10f186eb03341))
6+
7+
### Features
8+
9+
- bump apex lib ([bc8802b](https://github.com/salesforcecli/plugin-apex/commit/bc8802b5adaa0b2177a2c5b79f51f817d07cd386))
10+
111
## [3.2.5](https://github.com/salesforcecli/plugin-apex/compare/3.2.4...3.2.5) (2024-07-14)
212

313
### Bug Fixes

README.md

Lines changed: 7 additions & 9 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.2.5/src/commands/apex/get/log.ts)_
151+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/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.2.5/src/commands/apex/get/test.ts)_
205+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/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 me@my.org
243243
```
244244

245-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/list/log.ts)_
245+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/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.2.5/src/commands/apex/run.ts)_
292+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/run.ts)_
293293

294294
## `sf apex run test`
295295

@@ -421,16 +421,14 @@ FLAG DESCRIPTIONS
421421
For multiple suites, repeat the flag for each.
422422
--suite-names Suite1 --suite-names Suite2
423423
424-
-t, --tests=<value>...
425-
426-
Apex test class names or IDs and, if applicable, test methods to run; default is all tests.
424+
-t, --tests=<value>... Apex test class names or IDs and, if applicable, test methods to run; default is all tests.
427425
428426
If you specify --tests, you can't specify --class-names or --suite-names
429427
For multiple tests, repeat the flag for each.
430428
--tests Test1 --tests Test2
431429
```
432430

433-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/run/test.ts)_
431+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/run/test.ts)_
434432

435433
## `sf apex tail log`
436434

@@ -473,6 +471,6 @@ EXAMPLES
473471
$ sf apex tail log --color --skip-trace-flag
474472
```
475473

476-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/tail/log.ts)_
474+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/tail/log.ts)_
477475

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

0 commit comments

Comments
 (0)