Skip to content

Commit a0e2435

Browse files
committed
chore(release): 3.2.0 [skip ci]
1 parent 22071d8 commit a0e2435

File tree

3 files changed

+14
-8
lines changed

3 files changed

+14
-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.2.0](https://github.com/salesforcecli/plugin-apex/compare/3.1.22...3.2.0) (2024-06-18)
2+
3+
### Features
4+
5+
- simplify-log-colorization ([#484](https://github.com/salesforcecli/plugin-apex/issues/484)) ([22071d8](https://github.com/salesforcecli/plugin-apex/commit/22071d8a4465c3f5c56ffed613524bf138d2affd)), closes [#492](https://github.com/salesforcecli/plugin-apex/issues/492)
6+
17
## [3.1.22](https://github.com/salesforcecli/plugin-apex/compare/3.1.21...3.1.22) (2024-06-18)
28

39
### Bug Fixes

README.md

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

153153
## `sf apex get test`
154154

@@ -165,7 +165,7 @@ FLAGS
165165
-i, --test-run-id=<value> (required) ID of the test run.
166166
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
167167
configuration variable is already set.
168-
-r, --result-format=<option> [default: human] Format of the results.
168+
-r, --result-format=<option> [default: human] Format of the test results.
169169
<options: human|tap|junit|json>
170170
--api-version=<value> Override the api version used for api requests made by this command
171171
@@ -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.22/src/commands/apex/get/test.ts)_
205+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.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.1.22/src/commands/apex/list/log.ts)_
245+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.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.1.22/src/commands/apex/run.ts)_
292+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.0/src/commands/apex/run.ts)_
293293

294294
## `sf apex run test`
295295

@@ -399,7 +399,7 @@ FLAG DESCRIPTIONS
399399
--tests Test1 --tests Test2
400400
```
401401

402-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.22/src/commands/apex/run/test.ts)_
402+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.0/src/commands/apex/run/test.ts)_
403403

404404
## `sf apex tail log`
405405

@@ -442,6 +442,6 @@ EXAMPLES
442442
$ sf apex tail log --color --skip-trace-flag
443443
```
444444

445-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.1.22/src/commands/apex/tail/log.ts)_
445+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.0/src/commands/apex/tail/log.ts)_
446446

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

0 commit comments

Comments
 (0)