Skip to content

Commit ec8aa05

Browse files
committed
chore(release): 3.0.5 [skip ci]
1 parent 550677e commit ec8aa05

File tree

3 files changed

+27
-24
lines changed

3 files changed

+27
-24
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.5](https://github.com/salesforcecli/plugin-apex/compare/3.0.4...3.0.5) (2023-11-19)
2+
3+
### Bug Fixes
4+
5+
- **deps:** bump @oclif/core from 3.10.8 to 3.11.0 ([8876065](https://github.com/salesforcecli/plugin-apex/commit/88760659b9862e0ece8a916120da8396b89911a5))
6+
17
## [3.0.4](https://github.com/salesforcecli/plugin-apex/compare/3.0.3...3.0.4) (2023-11-12)
28

39
### Bug Fixes

README.md

Lines changed: 20 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -103,11 +103,11 @@ USAGE
103103
$ sf apex get log -o <value> [--json] [--api-version <value>] [-i <value>] [-n <value>] [-d <value>]
104104
105105
FLAGS
106-
-d, --output-dir=<value> Directory for saving the log files.
107-
-i, --log-id=<value> ID of the specific log to display.
108-
-n, --number=<value> Number of the most recent logs to display.
109-
-o, --target-org=<value> (required) Username or alias of the target org.
110-
--api-version=<value> Override the api version used for api requests made by this command
106+
-d, --output-dir=<value> Directory for saving the log files.
107+
-i, --log-id=<value> ID of the specific log to display.
108+
-n, --number=<value> Number of the most recent logs to display.
109+
-o, --target-org=<value> (required) Username or alias of the target org.
110+
--api-version=<value> Override the api version used for api requests made by this command
111111
112112
GLOBAL FLAGS
113113
--json Format output as json.
@@ -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.4/src/commands/apex/get/log.ts)_
148+
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.5/src/commands/apex/get/log.ts)_
149149

150150
## `sf apex get test`
151151

@@ -163,7 +163,7 @@ FLAGS
163163
-o, --target-org=<value> (required) Username or alias of the target org.
164164
-r, --result-format=<option> [default: human] Format of the results.
165165
<options: human|tap|junit|json>
166-
--api-version=<value> Override the api version used for api requests made by this command
166+
--api-version=<value> Override the api version used for api requests made by this command
167167
168168
GLOBAL FLAGS
169169
--json Format output as json.
@@ -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.4/src/commands/apex/get/test.ts)_
200+
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.5/src/commands/apex/get/test.ts)_
201201

202202
## `sf apex list log`
203203

@@ -208,8 +208,8 @@ USAGE
208208
$ sf apex list log -o <value> [--json] [--api-version <value>]
209209
210210
FLAGS
211-
-o, --target-org=<value> (required) Username or alias of the target org.
212-
--api-version=<value> Override the api version used for api requests made by this command
211+
-o, --target-org=<value> (required) Username or alias of the target org.
212+
--api-version=<value> Override the api version used for api requests made by this command
213213
214214
GLOBAL FLAGS
215215
--json Format output as json.
@@ -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.4/src/commands/apex/list/log.ts)_
238+
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.5/src/commands/apex/list/log.ts)_
239239

240240
## `sf apex run`
241241

@@ -246,9 +246,9 @@ USAGE
246246
$ sf apex run -o <value> [--json] [--api-version <value>] [-f <value>]
247247
248248
FLAGS
249-
-f, --file=<value> Path to a local file that contains Apex code.
250-
-o, --target-org=<value> (required) Username or alias of the target org.
251-
--api-version=<value> Override the api version used for api requests made by this command
249+
-f, --file=<value> Path to a local file that contains Apex code.
250+
-o, --target-org=<value> (required) Username or alias of the target org.
251+
--api-version=<value> Override the api version used for api requests made by this command
252252
253253
GLOBAL FLAGS
254254
--json Format output as json.
@@ -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.4/src/commands/apex/run.ts)_
283+
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.5/src/commands/apex/run.ts)_
284284

285285
## `sf apex run test`
286286

@@ -309,7 +309,7 @@ FLAGS
309309
timeouts occur frequently.
310310
-y, --synchronous Runs test methods from a single Apex class synchronously; if not specified, tests are
311311
run asynchronously.
312-
--api-version=<value> Override the api version used for api requests made by this command
312+
--api-version=<value> Override the api version used for api requests made by this command
313313
314314
GLOBAL FLAGS
315315
--json Format output as json.
@@ -386,25 +386,22 @@ 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.4/src/commands/apex/run/test.ts)_
389+
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.5/src/commands/apex/run/test.ts)_
390390

391391
## `sf apex tail log`
392392

393393
Activate debug logging and display logs in the terminal.
394394

395395
```
396396
USAGE
397-
$ sf apex tail log -o <value> [--json] [--api-version <value>] [-c] [-d <value> | -s]
397+
$ sf apex tail log -o <value> [--api-version <value>] [-c] [-d <value> | -s]
398398
399399
FLAGS
400400
-c, --color Apply default colors to noteworthy log lines.
401401
-d, --debug-level=<value> Debug level to set on the DEVELOPER_LOG trace flag for your user.
402402
-o, --target-org=<value> (required) Username or alias of the target org.
403403
-s, --skip-trace-flag Skip trace flag setup. Assumes that a trace flag and debug level are fully set up.
404-
--api-version=<value> Override the api version used for api requests made by this command
405-
406-
GLOBAL FLAGS
407-
--json Format output as json.
404+
--api-version=<value> Override the api version used for api requests made by this command
408405
409406
DESCRIPTION
410407
Activate debug logging and display logs in the terminal.
@@ -428,6 +425,6 @@ EXAMPLES
428425
$ sf apex tail log --color --skip-trace-flag
429426
```
430427

431-
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.4/src/commands/apex/tail/log.ts)_
428+
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.0.5/src/commands/apex/tail/log.ts)_
432429

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

0 commit comments

Comments
 (0)