@@ -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 -->
0 commit comments