-
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
893bf64
commit cdb13f0
Showing
3 changed files
with
13 additions
and
7 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.4.2/src/commands/apex/get/log.ts)_ | ||
_See code: [src/commands/apex/get/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.3/src/commands/apex/get/log.ts)_ | ||
|
||
## `sf apex get test` | ||
|
||
|
@@ -203,7 +203,7 @@ EXAMPLES | |
me@myorg' | ||
``` | ||
|
||
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.2/src/commands/apex/get/test.ts)_ | ||
_See code: [src/commands/apex/get/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.3/src/commands/apex/get/test.ts)_ | ||
|
||
## `sf apex list log` | ||
|
||
|
@@ -243,7 +243,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.4.2/src/commands/apex/list/log.ts)_ | ||
_See code: [src/commands/apex/list/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.3/src/commands/apex/list/log.ts)_ | ||
|
||
## `sf apex run` | ||
|
||
|
@@ -290,7 +290,7 @@ EXAMPLES | |
$ sf apex run | ||
``` | ||
|
||
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.2/src/commands/apex/run.ts)_ | ||
_See code: [src/commands/apex/run.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.3/src/commands/apex/run.ts)_ | ||
|
||
## `sf apex run test` | ||
|
||
|
@@ -430,7 +430,7 @@ FLAG DESCRIPTIONS | |
--tests Test1 --tests Test2 | ||
``` | ||
|
||
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.2/src/commands/apex/run/test.ts)_ | ||
_See code: [src/commands/apex/run/test.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.3/src/commands/apex/run/test.ts)_ | ||
|
||
## `sf apex tail log` | ||
|
||
|
@@ -473,6 +473,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.4.2/src/commands/apex/tail/log.ts)_ | ||
_See code: [src/commands/apex/tail/log.ts](https://github.com/salesforcecli/plugin-apex/blob/3.4.3/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