@@ -103,11 +103,11 @@ USAGE
103103 $ sf apex get log -o <value> [--json] [--api-version <value>] [-i <value>] [-n <value>] [-d <value>]
104104
105105FLAGS
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
112112GLOBAL 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
168168GLOBAL 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
210210FLAGS
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
214214GLOBAL 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
248248FLAGS
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
253253GLOBAL 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
314314GLOBAL 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
393393Activate debug logging and display logs in the terminal.
394394
395395```
396396USAGE
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
399399FLAGS
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
409406DESCRIPTION
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 -->
0 commit comments