diff --git a/README.md b/README.md index e244b14f..3f3e906e 100644 --- a/README.md +++ b/README.md @@ -150,7 +150,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/get/log.ts)_ +_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.1-beta.0/src/commands/apex/get/log.ts)_ ## `sf apex get test` @@ -210,7 +210,7 @@ EXAMPLES me@myorg' ``` -_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/get/test.ts)_ +_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.1-beta.0/src/commands/apex/get/test.ts)_ ## `sf apex list log` @@ -250,7 +250,7 @@ EXAMPLES $ sf apex list log --target-org me@my.org ``` -_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/list/log.ts)_ +_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.1-beta.0/src/commands/apex/list/log.ts)_ ## `sf apex run` @@ -297,7 +297,7 @@ EXAMPLES $ sf apex run ``` -_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/run.ts)_ +_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.1-beta.0/src/commands/apex/run.ts)_ ## `sf apex run test` @@ -443,7 +443,7 @@ FLAG DESCRIPTIONS --tests Test1 --tests Test2 ``` -_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/run/test.ts)_ +_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.1-beta.0/src/commands/apex/run/test.ts)_ ## `sf apex tail log` @@ -486,7 +486,7 @@ EXAMPLES $ sf apex tail log --color --skip-trace-flag ``` -_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/apex/tail/log.ts)_ +_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.1-beta.0/src/commands/apex/tail/log.ts)_ ## `sf logic get test` @@ -516,8 +516,8 @@ GLOBAL FLAGS DESCRIPTION Get the results of a test run. - When you run 'sf logic run test' to test Apex classes and Flows asynchronously, it returns a test run ID. Use that ID - with this command to see the results. + When you run "sf logic run test" to test Apex classes, Flows, and Agentforce agents asynchronously, it returns a test + run ID. Use that ID with this command to see the results. To see code coverage results, use the --code-coverage flag with --result-format. The output displays a high-level summary of the test run and the code coverage values for classes in your org. If you specify human-readable result @@ -526,25 +526,25 @@ DESCRIPTION EXAMPLES Get the results for a specific test run ID in the default human-readable format; uses your default org: - $ sf logic get test --test-run-id + $ sf logic get test --test-run-id Get the results for a specific test run ID, format them as JUnit, and save them to the "test-results/junit" directory; uses the org with alias "my-scratch": - $ sf logic get test --test-run-id --result-format junit --target-org my-scratch + $ sf logic get test --test-run-id --result-format junit --target-org my-scratch ``` -_See code: [src/commands/logic/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.0/src/commands/logic/get/test.ts)_ +_See code: [src/commands/logic/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.8.1-beta.0/src/commands/logic/get/test.ts)_ ## `sf logic run test` -Invoke tests for Apex and Flows in an org. +Invoke tests for Apex, Flows, and Agentforce agents in an org. ``` USAGE $ sf logic run test -o [--json] [--flags-dir ] [--api-version ] [-d ] [-l RunLocalTests|RunAllTestsInOrg|RunSpecifiedTests] [-n ... | -s ... | -t ... | --test-category - Apex|Flow...] [-r human|tap|junit|json] [-w ] [-y] [-v -c] [--concise] + Agent|Apex|Flow...] [-r human|tap|junit|json] [-w ] [-y] [-v -c] [--concise] FLAGS -c, --code-coverage Retrieve code coverage results. @@ -557,8 +557,8 @@ FLAGS -r, --result-format=