-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a45607f
commit 565bd86
Showing
3 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,7 +148,7 @@ FLAG DESCRIPTIONS | |
directory. | ||
``` | ||
|
||
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/get/log.ts)_ | ||
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/get/log.ts)_ | ||
|
||
## `sf apex get test` | ||
|
||
|
@@ -202,7 +202,7 @@ EXAMPLES | |
me@myorg' | ||
``` | ||
|
||
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/get/test.ts)_ | ||
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/get/test.ts)_ | ||
|
||
## `sf apex list log` | ||
|
||
|
@@ -242,7 +242,7 @@ EXAMPLES | |
$ sf apex list log --target-org [email protected] | ||
``` | ||
|
||
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/list/log.ts)_ | ||
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/list/log.ts)_ | ||
|
||
## `sf apex run` | ||
|
||
|
@@ -289,7 +289,7 @@ EXAMPLES | |
$ sf apex run | ||
``` | ||
|
||
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/run.ts)_ | ||
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/run.ts)_ | ||
|
||
## `sf apex run test` | ||
|
||
|
@@ -421,16 +421,14 @@ FLAG DESCRIPTIONS | |
For multiple suites, repeat the flag for each. | ||
--suite-names Suite1 --suite-names Suite2 | ||
-t, --tests=<value>... | ||
Apex test class names or IDs and, if applicable, test methods to run; default is all tests. | ||
-t, --tests=<value>... Apex test class names or IDs and, if applicable, test methods to run; default is all tests. | ||
If you specify --tests, you can't specify --class-names or --suite-names | ||
For multiple tests, repeat the flag for each. | ||
--tests Test1 --tests Test2 | ||
``` | ||
|
||
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.2.5/src/commands/apex/run/test.ts)_ | ||
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/run/test.ts)_ | ||
|
||
## `sf apex tail log` | ||
|
||
|
@@ -473,6 +471,6 @@ 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.2.5/src/commands/apex/tail/log.ts)_ | ||
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.3.0/src/commands/apex/tail/log.ts)_ | ||
|
||
<!-- commandsstop --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters