@@ -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.6.1 /src/commands/apex/get/log.ts ) _
151+ _ See code: [ src/commands/apex/get/log.ts] ( https://github.com/salesforcecli/plugin-apex/blob/3.6.2 /src/commands/apex/get/log.ts ) _
152152
153153## ` sf apex get test `
154154
@@ -208,7 +208,7 @@ EXAMPLES
208208 me@myorg'
209209```
210210
211- _ See code: [ src/commands/apex/get/test.ts] ( https://github.com/salesforcecli/plugin-apex/blob/3.6.1 /src/commands/apex/get/test.ts ) _
211+ _ See code: [ src/commands/apex/get/test.ts] ( https://github.com/salesforcecli/plugin-apex/blob/3.6.2 /src/commands/apex/get/test.ts ) _
212212
213213## ` sf apex list log `
214214
@@ -248,7 +248,7 @@ EXAMPLES
248248 $ sf apex list log --target-org [email protected] 249249```
250250
251- _ See code: [ src/commands/apex/list/log.ts] ( https://github.com/salesforcecli/plugin-apex/blob/3.6.1 /src/commands/apex/list/log.ts ) _
251+ _ See code: [ src/commands/apex/list/log.ts] ( https://github.com/salesforcecli/plugin-apex/blob/3.6.2 /src/commands/apex/list/log.ts ) _
252252
253253## ` sf apex run `
254254
@@ -295,7 +295,7 @@ EXAMPLES
295295 $ sf apex run
296296```
297297
298- _ See code: [ src/commands/apex/run.ts] ( https://github.com/salesforcecli/plugin-apex/blob/3.6.1 /src/commands/apex/run.ts ) _
298+ _ See code: [ src/commands/apex/run.ts] ( https://github.com/salesforcecli/plugin-apex/blob/3.6.2 /src/commands/apex/run.ts ) _
299299
300300## ` sf apex run test `
301301
@@ -347,6 +347,9 @@ DESCRIPTION
347347 haven't finished by the end of the wait time, the command displays a test run ID. Use the "sf apex get test
348348 --test-run-id" command to get the results.
349349
350+ You must have the "View All Data" system permission to use this command. The permission is disabled by default and can
351+ be enabled only by a system administrator.
352+
350353 NOTE: The testRunCoverage value (JSON and JUnit result formats) is a percentage of the covered lines and total lines
351354 from all the Apex classes evaluated by the tests in this run.
352355
@@ -435,7 +438,7 @@ FLAG DESCRIPTIONS
435438 --tests Test1 --tests Test2
436439```
437440
438- _ See code: [ src/commands/apex/run/test.ts] ( https://github.com/salesforcecli/plugin-apex/blob/3.6.1 /src/commands/apex/run/test.ts ) _
441+ _ See code: [ src/commands/apex/run/test.ts] ( https://github.com/salesforcecli/plugin-apex/blob/3.6.2 /src/commands/apex/run/test.ts ) _
439442
440443## ` sf apex tail log `
441444
@@ -478,6 +481,6 @@ EXAMPLES
478481 $ sf apex tail log --color --skip-trace-flag
479482```
480483
481- _ See code: [ src/commands/apex/tail/log.ts] ( https://github.com/salesforcecli/plugin-apex/blob/3.6.1 /src/commands/apex/tail/log.ts ) _
484+ _ See code: [ src/commands/apex/tail/log.ts] ( https://github.com/salesforcecli/plugin-apex/blob/3.6.2 /src/commands/apex/tail/log.ts ) _
482485
483486<!-- commandsstop -->
0 commit comments