Skip to content

Commit 7767f2f

Browse files
committed
chore(release): 3.0.8 [skip ci]
1 parent e41bade commit 7767f2f

File tree

3 files changed

+15
-9
lines changed

3 files changed

+15
-9
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [3.0.8](https://github.com/salesforcecli/plugin-apex/compare/3.0.7...3.0.8) (2023-11-27)
2+
3+
### Bug Fixes
4+
5+
- correct suite-names flag summary ([00ae513](https://github.com/salesforcecli/plugin-apex/commit/00ae513ab4472a71b85a971c44434c4706a46acb))
6+
17
## [3.0.7](https://github.com/salesforcecli/plugin-apex/compare/3.0.6...3.0.7) (2023-11-26)
28

39
### Bug Fixes

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ FLAG DESCRIPTIONS
145145
directory.
146146
```
147147

148-
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.7/src/commands/apex/get/log.ts)_
148+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/get/log.ts)_
149149

150150
## `sf apex get test`
151151

@@ -197,7 +197,7 @@ EXAMPLES
197197
me@myorg',
198198
```
199199

200-
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.7/src/commands/apex/get/test.ts)_
200+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/get/test.ts)_
201201

202202
## `sf apex list log`
203203

@@ -235,7 +235,7 @@ EXAMPLES
235235
$ sf apex list log --target-org [email protected]
236236
```
237237

238-
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.7/src/commands/apex/list/log.ts)_
238+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/list/log.ts)_
239239

240240
## `sf apex run`
241241

@@ -280,7 +280,7 @@ EXAMPLES
280280
$ sf apex run
281281
```
282282

283-
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.7/src/commands/apex/run.ts)_
283+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/run.ts)_
284284

285285
## `sf apex run test`
286286

@@ -301,7 +301,7 @@ FLAGS
301301
-o, --target-org=<value> (required) Username or alias of the target org.
302302
-r, --result-format=<option> [default: human] Format of the test results.
303303
<options: human|tap|junit|json>
304-
-s, --suite-names=<value>... Apex test suite names to run; default is all suites.
304+
-s, --suite-names=<value>... Apex test suite names to run.
305305
-t, --tests=<value>... Apex test class names or IDs and, if applicable, test methods to run; default is all
306306
tests.
307307
-v, --detailed-coverage Display detailed code coverage per test.
@@ -373,7 +373,7 @@ FLAG DESCRIPTIONS
373373
For multiple classes, repeat the flag for each.
374374
--class-names Class1 --class-names Class2
375375
376-
-s, --suite-names=<value>... Apex test suite names to run; default is all suites.
376+
-s, --suite-names=<value>... Apex test suite names to run.
377377
378378
If you select --suite-names, you can't specify --class-names or --tests.
379379
For multiple suites, repeat the flag for each.
@@ -386,7 +386,7 @@ FLAG DESCRIPTIONS
386386
--tests Test1 --tests Test2
387387
```
388388

389-
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.7/src/commands/apex/run/test.ts)_
389+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/run/test.ts)_
390390

391391
## `sf apex tail log`
392392

@@ -425,6 +425,6 @@ EXAMPLES
425425
$ sf apex tail log --color --skip-trace-flag
426426
```
427427

428-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.7/src/commands/apex/tail/log.ts)_
428+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.8/src/commands/apex/tail/log.ts)_
429429

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

0 commit comments

Comments
 (0)