@salesforce/cli 2.67.5 → 2.67.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -7
- package/npm-shrinkwrap.json +615 -613
- package/oclif.lock +690 -688
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.67.
|
|
27
|
+
@salesforce/cli/2.67.6 linux-x64 node-v22.10.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -527,7 +527,7 @@ FLAG DESCRIPTIONS
|
|
|
527
527
|
directory.
|
|
528
528
|
```
|
|
529
529
|
|
|
530
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
530
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/get/log.ts)_
|
|
531
531
|
|
|
532
532
|
## `sf apex get test`
|
|
533
533
|
|
|
@@ -587,7 +587,7 @@ EXAMPLES
|
|
|
587
587
|
me@myorg'
|
|
588
588
|
```
|
|
589
589
|
|
|
590
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
590
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/get/test.ts)_
|
|
591
591
|
|
|
592
592
|
## `sf apex list log`
|
|
593
593
|
|
|
@@ -627,7 +627,7 @@ EXAMPLES
|
|
|
627
627
|
$ sf apex list log --target-org me@my.org
|
|
628
628
|
```
|
|
629
629
|
|
|
630
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
630
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/list/log.ts)_
|
|
631
631
|
|
|
632
632
|
## `sf apex run`
|
|
633
633
|
|
|
@@ -674,7 +674,7 @@ EXAMPLES
|
|
|
674
674
|
$ sf apex run
|
|
675
675
|
```
|
|
676
676
|
|
|
677
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
677
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/run.ts)_
|
|
678
678
|
|
|
679
679
|
## `sf apex run test`
|
|
680
680
|
|
|
@@ -726,6 +726,9 @@ DESCRIPTION
|
|
|
726
726
|
haven't finished by the end of the wait time, the command displays a test run ID. Use the "sf apex get test
|
|
727
727
|
--test-run-id" command to get the results.
|
|
728
728
|
|
|
729
|
+
You must have the "View All Data" system permission to use this command. The permission is disabled by default and can
|
|
730
|
+
be enabled only by a system administrator.
|
|
731
|
+
|
|
729
732
|
NOTE: The testRunCoverage value (JSON and JUnit result formats) is a percentage of the covered lines and total lines
|
|
730
733
|
from all the Apex classes evaluated by the tests in this run.
|
|
731
734
|
|
|
@@ -814,7 +817,7 @@ FLAG DESCRIPTIONS
|
|
|
814
817
|
--tests Test1 --tests Test2
|
|
815
818
|
```
|
|
816
819
|
|
|
817
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
820
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/run/test.ts)_
|
|
818
821
|
|
|
819
822
|
## `sf apex tail log`
|
|
820
823
|
|
|
@@ -857,7 +860,7 @@ EXAMPLES
|
|
|
857
860
|
$ sf apex tail log --color --skip-trace-flag
|
|
858
861
|
```
|
|
859
862
|
|
|
860
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.
|
|
863
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.6.2/src/commands/apex/tail/log.ts)_
|
|
861
864
|
|
|
862
865
|
## `sf api request graphql`
|
|
863
866
|
|