@salesforce/cli 2.109.4 → 2.109.5
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 +9 -9
- package/npm-shrinkwrap.json +1210 -747
- package/oclif.lock +370 -439
- package/oclif.manifest.json +1 -1
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
|
|
|
25
25
|
$ sf COMMAND
|
|
26
26
|
running command...
|
|
27
27
|
$ sf (--version|-v)
|
|
28
|
-
@salesforce/cli/2.109.
|
|
28
|
+
@salesforce/cli/2.109.5 linux-x64 node-v22.19.0
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -1269,7 +1269,7 @@ FLAG DESCRIPTIONS
|
|
|
1269
1269
|
directory.
|
|
1270
1270
|
```
|
|
1271
1271
|
|
|
1272
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1272
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.2/src/commands/apex/get/log.ts)_
|
|
1273
1273
|
|
|
1274
1274
|
## `sf apex get test`
|
|
1275
1275
|
|
|
@@ -1329,7 +1329,7 @@ EXAMPLES
|
|
|
1329
1329
|
me@myorg'
|
|
1330
1330
|
```
|
|
1331
1331
|
|
|
1332
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1332
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.2/src/commands/apex/get/test.ts)_
|
|
1333
1333
|
|
|
1334
1334
|
## `sf apex list log`
|
|
1335
1335
|
|
|
@@ -1369,7 +1369,7 @@ EXAMPLES
|
|
|
1369
1369
|
$ sf apex list log --target-org me@my.org
|
|
1370
1370
|
```
|
|
1371
1371
|
|
|
1372
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1372
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.2/src/commands/apex/list/log.ts)_
|
|
1373
1373
|
|
|
1374
1374
|
## `sf apex run`
|
|
1375
1375
|
|
|
@@ -1416,7 +1416,7 @@ EXAMPLES
|
|
|
1416
1416
|
$ sf apex run
|
|
1417
1417
|
```
|
|
1418
1418
|
|
|
1419
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1419
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.2/src/commands/apex/run.ts)_
|
|
1420
1420
|
|
|
1421
1421
|
## `sf apex run test`
|
|
1422
1422
|
|
|
@@ -1562,7 +1562,7 @@ FLAG DESCRIPTIONS
|
|
|
1562
1562
|
--tests Test1 --tests Test2
|
|
1563
1563
|
```
|
|
1564
1564
|
|
|
1565
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1565
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.2/src/commands/apex/run/test.ts)_
|
|
1566
1566
|
|
|
1567
1567
|
## `sf apex tail log`
|
|
1568
1568
|
|
|
@@ -1605,7 +1605,7 @@ EXAMPLES
|
|
|
1605
1605
|
$ sf apex tail log --color --skip-trace-flag
|
|
1606
1606
|
```
|
|
1607
1607
|
|
|
1608
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
1608
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.2/src/commands/apex/tail/log.ts)_
|
|
1609
1609
|
|
|
1610
1610
|
## `sf api request graphql`
|
|
1611
1611
|
|
|
@@ -3704,7 +3704,7 @@ EXAMPLES
|
|
|
3704
3704
|
$ sf logic get test --test-run-id <test run id> --result-format junit --target-org my-scratch
|
|
3705
3705
|
```
|
|
3706
3706
|
|
|
3707
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
3707
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.2/src/commands/logic/get/test.ts)_
|
|
3708
3708
|
|
|
3709
3709
|
## `sf logic run test`
|
|
3710
3710
|
|
|
@@ -3826,7 +3826,7 @@ FLAG DESCRIPTIONS
|
|
|
3826
3826
|
--tests Test1 --tests Test2
|
|
3827
3827
|
```
|
|
3828
3828
|
|
|
3829
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.
|
|
3829
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.8.2/src/commands/logic/run/test.ts)_
|
|
3830
3830
|
|
|
3831
3831
|
## `sf org assign permset`
|
|
3832
3832
|
|