@salesforce/cli 2.146.2 → 2.146.3
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 +71 -71
- package/npm-shrinkwrap.json +26 -106
- package/oclif.lock +27 -87
- 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.146.
|
|
28
|
+
@salesforce/cli/2.146.3 linux-x64 node-v22.23.1
|
|
29
29
|
$ sf --help [COMMAND]
|
|
30
30
|
USAGE
|
|
31
31
|
$ sf COMMAND
|
|
@@ -302,7 +302,7 @@ ERROR CODES
|
|
|
302
302
|
ActivationFailed (4) Failed to activate the agent due to API or network errors.
|
|
303
303
|
```
|
|
304
304
|
|
|
305
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
305
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/activate.ts)_
|
|
306
306
|
|
|
307
307
|
## `sf agent adl create`
|
|
308
308
|
|
|
@@ -374,7 +374,7 @@ EXAMPLES
|
|
|
374
374
|
--source-type retriever --retriever-id 0ppXX0000000001
|
|
375
375
|
```
|
|
376
376
|
|
|
377
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
377
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/create.ts)_
|
|
378
378
|
|
|
379
379
|
## `sf agent adl delete`
|
|
380
380
|
|
|
@@ -405,7 +405,7 @@ EXAMPLES
|
|
|
405
405
|
$ sf agent adl delete --library-id 1JDSG000007IbWX4A0 --target-org myOrg
|
|
406
406
|
```
|
|
407
407
|
|
|
408
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
408
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/delete.ts)_
|
|
409
409
|
|
|
410
410
|
## `sf agent adl file add`
|
|
411
411
|
|
|
@@ -447,7 +447,7 @@ EXAMPLES
|
|
|
447
447
|
$ sf agent adl file add -i 1JDSG000007IbWX4A0 --path ./docs/guide.pdf --path ./docs/faq.txt --target-org myOrg
|
|
448
448
|
```
|
|
449
449
|
|
|
450
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
450
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/file/add.ts)_
|
|
451
451
|
|
|
452
452
|
## `sf agent adl file delete`
|
|
453
453
|
|
|
@@ -480,7 +480,7 @@ EXAMPLES
|
|
|
480
480
|
$ sf agent adl file delete --library-id 1JDSG000007IbWX4A0 --file-id a1B2C3D4E5F6G7H8I9 --target-org myOrg
|
|
481
481
|
```
|
|
482
482
|
|
|
483
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
483
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/file/delete.ts)_
|
|
484
484
|
|
|
485
485
|
## `sf agent adl file list`
|
|
486
486
|
|
|
@@ -520,7 +520,7 @@ EXAMPLES
|
|
|
520
520
|
$ sf agent adl file list --library-id 1JDSG000007IbWX4A0 --target-org myOrg --json
|
|
521
521
|
```
|
|
522
522
|
|
|
523
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
523
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/file/list.ts)_
|
|
524
524
|
|
|
525
525
|
## `sf agent adl get`
|
|
526
526
|
|
|
@@ -551,7 +551,7 @@ EXAMPLES
|
|
|
551
551
|
$ sf agent adl get --library-id 1JDSG000007IbWX4A0 --target-org myOrg
|
|
552
552
|
```
|
|
553
553
|
|
|
554
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
554
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/get.ts)_
|
|
555
555
|
|
|
556
556
|
## `sf agent adl list`
|
|
557
557
|
|
|
@@ -588,7 +588,7 @@ EXAMPLES
|
|
|
588
588
|
$ sf agent adl list --target-org myOrg --json
|
|
589
589
|
```
|
|
590
590
|
|
|
591
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
591
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/list.ts)_
|
|
592
592
|
|
|
593
593
|
## `sf agent adl status`
|
|
594
594
|
|
|
@@ -623,7 +623,7 @@ EXAMPLES
|
|
|
623
623
|
$ sf agent adl status --library-id 1JDSG000007IbWX4A0 --target-org myOrg
|
|
624
624
|
```
|
|
625
625
|
|
|
626
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
626
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/status.ts)_
|
|
627
627
|
|
|
628
628
|
## `sf agent adl update`
|
|
629
629
|
|
|
@@ -678,7 +678,7 @@ EXAMPLES
|
|
|
678
678
|
$ sf agent adl update --library-id 1JDSG000007IbWX4A0 --restrict-to-public-articles --target-org myOrg
|
|
679
679
|
```
|
|
680
680
|
|
|
681
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
681
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/update.ts)_
|
|
682
682
|
|
|
683
683
|
## `sf agent adl upload`
|
|
684
684
|
|
|
@@ -725,7 +725,7 @@ EXAMPLES
|
|
|
725
725
|
$ sf agent adl upload --library-id 1JDSG000007IbWX4A0 --file ./docs/guide.pdf --target-org myOrg
|
|
726
726
|
```
|
|
727
727
|
|
|
728
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
728
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/adl/upload.ts)_
|
|
729
729
|
|
|
730
730
|
## `sf agent create`
|
|
731
731
|
|
|
@@ -792,7 +792,7 @@ EXAMPLES
|
|
|
792
792
|
$ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
|
|
793
793
|
```
|
|
794
794
|
|
|
795
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
795
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/create.ts)_
|
|
796
796
|
|
|
797
797
|
## `sf agent deactivate`
|
|
798
798
|
|
|
@@ -841,7 +841,7 @@ ERROR CODES
|
|
|
841
841
|
DeactivationFailed (4) Failed to deactivate the agent due to API or network errors.
|
|
842
842
|
```
|
|
843
843
|
|
|
844
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
844
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/deactivate.ts)_
|
|
845
845
|
|
|
846
846
|
## `sf agent generate agent-spec`
|
|
847
847
|
|
|
@@ -948,7 +948,7 @@ EXAMPLES
|
|
|
948
948
|
$ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
|
|
949
949
|
```
|
|
950
950
|
|
|
951
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
951
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/generate/agent-spec.ts)_
|
|
952
952
|
|
|
953
953
|
## `sf agent generate authoring-bundle`
|
|
954
954
|
|
|
@@ -1025,7 +1025,7 @@ EXAMPLES
|
|
|
1025
1025
|
other-package-dir/main/default --target-org my-dev-org
|
|
1026
1026
|
```
|
|
1027
1027
|
|
|
1028
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1028
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/generate/authoring-bundle.ts)_
|
|
1029
1029
|
|
|
1030
1030
|
## `sf agent generate template`
|
|
1031
1031
|
|
|
@@ -1087,7 +1087,7 @@ EXAMPLES
|
|
|
1087
1087
|
my-package --source-org my-scratch-org
|
|
1088
1088
|
```
|
|
1089
1089
|
|
|
1090
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1090
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/generate/template.ts)_
|
|
1091
1091
|
|
|
1092
1092
|
## `sf agent generate test-spec`
|
|
1093
1093
|
|
|
@@ -1176,7 +1176,7 @@ FLAG DESCRIPTIONS
|
|
|
1176
1176
|
metadata. 'testing-center' uses AiEvaluationDefinition metadata.
|
|
1177
1177
|
```
|
|
1178
1178
|
|
|
1179
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1179
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/generate/test-spec.ts)_
|
|
1180
1180
|
|
|
1181
1181
|
## `sf agent mcp asset list`
|
|
1182
1182
|
|
|
@@ -1212,7 +1212,7 @@ EXAMPLES
|
|
|
1212
1212
|
$ sf agent mcp asset list --target-org myOrg --mcp-server-id 0XSxx0000000001 --json
|
|
1213
1213
|
```
|
|
1214
1214
|
|
|
1215
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1215
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/asset/list.ts)_
|
|
1216
1216
|
|
|
1217
1217
|
## `sf agent mcp asset replace`
|
|
1218
1218
|
|
|
@@ -1261,7 +1261,7 @@ EXAMPLES
|
|
|
1261
1261
|
cat assets.json | sf agent mcp asset replace --mcp-server-id 0XSxx0000000001 --assets - --target-org myOrg
|
|
1262
1262
|
```
|
|
1263
1263
|
|
|
1264
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1264
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/asset/replace.ts)_
|
|
1265
1265
|
|
|
1266
1266
|
## `sf agent mcp create`
|
|
1267
1267
|
|
|
@@ -1309,7 +1309,7 @@ EXAMPLES
|
|
|
1309
1309
|
cat secret.txt | sf agent mcp create --name myServer --server-url https://mcp.example.com --auth-type OAUTH --identity-provider myIdp --client-id abc123 --client-secret - --scope "read write" --target-org myOrg
|
|
1310
1310
|
```
|
|
1311
1311
|
|
|
1312
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1312
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/create.ts)_
|
|
1313
1313
|
|
|
1314
1314
|
## `sf agent mcp delete`
|
|
1315
1315
|
|
|
@@ -1347,7 +1347,7 @@ EXAMPLES
|
|
|
1347
1347
|
$ sf agent mcp delete --mcp-server-id 0XSxx0000000001 --target-org myOrg --no-prompt
|
|
1348
1348
|
```
|
|
1349
1349
|
|
|
1350
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1350
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/delete.ts)_
|
|
1351
1351
|
|
|
1352
1352
|
## `sf agent mcp fetch`
|
|
1353
1353
|
|
|
@@ -1384,7 +1384,7 @@ EXAMPLES
|
|
|
1384
1384
|
$ sf agent mcp fetch --target-org myOrg --mcp-server-id 0XSxx0000000001 --json
|
|
1385
1385
|
```
|
|
1386
1386
|
|
|
1387
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1387
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/fetch.ts)_
|
|
1388
1388
|
|
|
1389
1389
|
## `sf agent mcp get`
|
|
1390
1390
|
|
|
@@ -1420,7 +1420,7 @@ EXAMPLES
|
|
|
1420
1420
|
$ sf agent mcp get --target-org myOrg --mcp-server-id 0Mx000000000001 --json
|
|
1421
1421
|
```
|
|
1422
1422
|
|
|
1423
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1423
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/get.ts)_
|
|
1424
1424
|
|
|
1425
1425
|
## `sf agent mcp list`
|
|
1426
1426
|
|
|
@@ -1462,7 +1462,7 @@ EXAMPLES
|
|
|
1462
1462
|
$ sf agent mcp list --target-org myOrg --type EXTERNAL --status ACTIVE --json
|
|
1463
1463
|
```
|
|
1464
1464
|
|
|
1465
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1465
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/list.ts)_
|
|
1466
1466
|
|
|
1467
1467
|
## `sf agent mcp update`
|
|
1468
1468
|
|
|
@@ -1513,7 +1513,7 @@ EXAMPLES
|
|
|
1513
1513
|
cat secret.txt | sf agent mcp update --mcp-server-id 0XSxx0000000001 --server-url https://mcp.example.com --auth-type OAUTH --identity-provider MyIdp --client-id abc --client-secret - --scope "read write" --target-org myOrg --json
|
|
1514
1514
|
```
|
|
1515
1515
|
|
|
1516
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1516
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/mcp/update.ts)_
|
|
1517
1517
|
|
|
1518
1518
|
## `sf agent preview`
|
|
1519
1519
|
|
|
@@ -1608,7 +1608,7 @@ FLAG DESCRIPTIONS
|
|
|
1608
1608
|
will see null. (3) Type defaults to Text.
|
|
1609
1609
|
```
|
|
1610
1610
|
|
|
1611
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1611
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/preview.ts)_
|
|
1612
1612
|
|
|
1613
1613
|
## `sf agent preview end`
|
|
1614
1614
|
|
|
@@ -1692,7 +1692,7 @@ ERROR CODES
|
|
|
1692
1692
|
SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
|
|
1693
1693
|
```
|
|
1694
1694
|
|
|
1695
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1695
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/preview/end.ts)_
|
|
1696
1696
|
|
|
1697
1697
|
## `sf agent preview send`
|
|
1698
1698
|
|
|
@@ -1759,7 +1759,7 @@ ERROR CODES
|
|
|
1759
1759
|
SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one.
|
|
1760
1760
|
```
|
|
1761
1761
|
|
|
1762
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1762
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/preview/send.ts)_
|
|
1763
1763
|
|
|
1764
1764
|
## `sf agent preview sessions`
|
|
1765
1765
|
|
|
@@ -1795,7 +1795,7 @@ ERROR CODES
|
|
|
1795
1795
|
Succeeded (0) Sessions listed successfully (or empty list if no active sessions).
|
|
1796
1796
|
```
|
|
1797
1797
|
|
|
1798
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1798
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/preview/sessions.ts)_
|
|
1799
1799
|
|
|
1800
1800
|
## `sf agent preview start`
|
|
1801
1801
|
|
|
@@ -1893,7 +1893,7 @@ ERROR CODES
|
|
|
1893
1893
|
PreviewStartFailed (4) Preview session failed to start due to API or network errors.
|
|
1894
1894
|
```
|
|
1895
1895
|
|
|
1896
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1896
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/preview/start.ts)_
|
|
1897
1897
|
|
|
1898
1898
|
## `sf agent publish authoring-bundle`
|
|
1899
1899
|
|
|
@@ -1957,7 +1957,7 @@ ERROR CODES
|
|
|
1957
1957
|
Failed (1) Compilation errors found in the Agent Script file.
|
|
1958
1958
|
```
|
|
1959
1959
|
|
|
1960
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
1960
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/publish/authoring-bundle.ts)_
|
|
1961
1961
|
|
|
1962
1962
|
## `sf agent test create`
|
|
1963
1963
|
|
|
@@ -2038,7 +2038,7 @@ ERROR CODES
|
|
|
2038
2038
|
DeploymentFailed (4) Deployment failed due to API or network errors.
|
|
2039
2039
|
```
|
|
2040
2040
|
|
|
2041
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
2041
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/test/create.ts)_
|
|
2042
2042
|
|
|
2043
2043
|
## `sf agent test list`
|
|
2044
2044
|
|
|
@@ -2080,7 +2080,7 @@ ERROR CODES
|
|
|
2080
2080
|
Failed (4) Failed to retrieve agent tests due to API or network errors.
|
|
2081
2081
|
```
|
|
2082
2082
|
|
|
2083
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
2083
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/test/list.ts)_
|
|
2084
2084
|
|
|
2085
2085
|
## `sf agent test results`
|
|
2086
2086
|
|
|
@@ -2164,7 +2164,7 @@ ERROR CODES
|
|
|
2164
2164
|
Failed (4) Failed to retrieve results due to API or network errors.
|
|
2165
2165
|
```
|
|
2166
2166
|
|
|
2167
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
2167
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/test/results.ts)_
|
|
2168
2168
|
|
|
2169
2169
|
## `sf agent test resume`
|
|
2170
2170
|
|
|
@@ -2257,7 +2257,7 @@ ERROR CODES
|
|
|
2257
2257
|
OperationFailed (4) Failed to poll test due to API or network errors.
|
|
2258
2258
|
```
|
|
2259
2259
|
|
|
2260
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
2260
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/test/resume.ts)_
|
|
2261
2261
|
|
|
2262
2262
|
## `sf agent test run`
|
|
2263
2263
|
|
|
@@ -2350,7 +2350,7 @@ ERROR CODES
|
|
|
2350
2350
|
OperationFailed (4) Failed to start or poll test due to API or network errors.
|
|
2351
2351
|
```
|
|
2352
2352
|
|
|
2353
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
2353
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/test/run.ts)_
|
|
2354
2354
|
|
|
2355
2355
|
## `sf agent test run-eval`
|
|
2356
2356
|
|
|
@@ -2435,7 +2435,7 @@ ERROR CODES
|
|
|
2435
2435
|
OperationFailed (4) Failed to execute tests due to API or network errors.
|
|
2436
2436
|
```
|
|
2437
2437
|
|
|
2438
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
2438
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/test/run-eval.ts)_
|
|
2439
2439
|
|
|
2440
2440
|
## `sf agent trace delete`
|
|
2441
2441
|
|
|
@@ -2502,7 +2502,7 @@ ERROR CODES
|
|
|
2502
2502
|
Succeeded (0) Traces deleted successfully (or no traces matched).
|
|
2503
2503
|
```
|
|
2504
2504
|
|
|
2505
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
2505
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/trace/delete.ts)_
|
|
2506
2506
|
|
|
2507
2507
|
## `sf agent trace list`
|
|
2508
2508
|
|
|
@@ -2575,7 +2575,7 @@ ERROR CODES
|
|
|
2575
2575
|
Succeeded (0) Trace files listed successfully (or empty list if none found).
|
|
2576
2576
|
```
|
|
2577
2577
|
|
|
2578
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
2578
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/trace/list.ts)_
|
|
2579
2579
|
|
|
2580
2580
|
## `sf agent trace read`
|
|
2581
2581
|
|
|
@@ -2663,7 +2663,7 @@ EXAMPLES
|
|
|
2663
2663
|
$ sf agent trace read --session-id <SESSION_ID> --json
|
|
2664
2664
|
```
|
|
2665
2665
|
|
|
2666
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
2666
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/trace/read.ts)_
|
|
2667
2667
|
|
|
2668
2668
|
## `sf agent validate authoring-bundle`
|
|
2669
2669
|
|
|
@@ -2720,7 +2720,7 @@ ERROR CODES
|
|
|
2720
2720
|
ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation.
|
|
2721
2721
|
```
|
|
2722
2722
|
|
|
2723
|
-
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.
|
|
2723
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.45.0/src/commands/agent/validate/authoring-bundle.ts)_
|
|
2724
2724
|
|
|
2725
2725
|
## `sf alias list`
|
|
2726
2726
|
|
|
@@ -7420,7 +7420,7 @@ FLAG DESCRIPTIONS
|
|
|
7420
7420
|
--installation-key-bypass flag is required.
|
|
7421
7421
|
```
|
|
7422
7422
|
|
|
7423
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
7423
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/convert.ts)_
|
|
7424
7424
|
|
|
7425
7425
|
## `sf package create`
|
|
7426
7426
|
|
|
@@ -7499,7 +7499,7 @@ FLAG DESCRIPTIONS
|
|
|
7499
7499
|
Org-Dependent Unlocked Packages" in the Salesforce DX Developer Guide.
|
|
7500
7500
|
```
|
|
7501
7501
|
|
|
7502
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
7502
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/create.ts)_
|
|
7503
7503
|
|
|
7504
7504
|
## `sf package delete`
|
|
7505
7505
|
|
|
@@ -7541,7 +7541,7 @@ EXAMPLES
|
|
|
7541
7541
|
$ sf package delete --package 0Ho... --target-dev-hub devhub@example.com
|
|
7542
7542
|
```
|
|
7543
7543
|
|
|
7544
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
7544
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/delete.ts)_
|
|
7545
7545
|
|
|
7546
7546
|
## `sf package install`
|
|
7547
7547
|
|
|
@@ -7640,7 +7640,7 @@ FLAG DESCRIPTIONS
|
|
|
7640
7640
|
- Delete: Delete removed components, except for custom objects and custom fields, that don't have dependencies.
|
|
7641
7641
|
```
|
|
7642
7642
|
|
|
7643
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
7643
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/install.ts)_
|
|
7644
7644
|
|
|
7645
7645
|
## `sf package install report`
|
|
7646
7646
|
|
|
@@ -7673,7 +7673,7 @@ EXAMPLES
|
|
|
7673
7673
|
$ sf package install report --request-id 0Hf... --target-org me@example.com
|
|
7674
7674
|
```
|
|
7675
7675
|
|
|
7676
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
7676
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/install/report.ts)_
|
|
7677
7677
|
|
|
7678
7678
|
## `sf package installed list`
|
|
7679
7679
|
|
|
@@ -7705,7 +7705,7 @@ EXAMPLES
|
|
|
7705
7705
|
$ sf package installed list --target-org me@example.com
|
|
7706
7706
|
```
|
|
7707
7707
|
|
|
7708
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
7708
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/installed/list.ts)_
|
|
7709
7709
|
|
|
7710
7710
|
## `sf package list`
|
|
7711
7711
|
|
|
@@ -7743,7 +7743,7 @@ EXAMPLES
|
|
|
7743
7743
|
$ sf package list --target-dev-hub devhub@example.com --verbose
|
|
7744
7744
|
```
|
|
7745
7745
|
|
|
7746
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
7746
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/list.ts)_
|
|
7747
7747
|
|
|
7748
7748
|
## `sf package push-upgrade abort`
|
|
7749
7749
|
|
|
@@ -7782,7 +7782,7 @@ EXAMPLES
|
|
|
7782
7782
|
$ sf package push-upgrade abort --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
7783
7783
|
```
|
|
7784
7784
|
|
|
7785
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
7785
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/push-upgrade/abort.ts)_
|
|
7786
7786
|
|
|
7787
7787
|
## `sf package push-upgrade list`
|
|
7788
7788
|
|
|
@@ -7841,7 +7841,7 @@ EXAMPLES
|
|
|
7841
7841
|
$ sf package push-upgrade list --package 033xyz –-status Failed
|
|
7842
7842
|
```
|
|
7843
7843
|
|
|
7844
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
7844
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/push-upgrade/list.ts)_
|
|
7845
7845
|
|
|
7846
7846
|
## `sf package push-upgrade report`
|
|
7847
7847
|
|
|
@@ -7883,7 +7883,7 @@ EXAMPLES
|
|
|
7883
7883
|
$ sf package push-upgrade report --push-request-id 0DV... --target-dev-hub devhub@example.com
|
|
7884
7884
|
```
|
|
7885
7885
|
|
|
7886
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
7886
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/push-upgrade/report.ts)_
|
|
7887
7887
|
|
|
7888
7888
|
## `sf package push-upgrade schedule`
|
|
7889
7889
|
|
|
@@ -7970,7 +7970,7 @@ FLAG DESCRIPTIONS
|
|
|
7970
7970
|
Overrides the value of the target-dev-hub configuration variable, if set.
|
|
7971
7971
|
```
|
|
7972
7972
|
|
|
7973
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
7973
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/push-upgrade/schedule.ts)_
|
|
7974
7974
|
|
|
7975
7975
|
## `sf package uninstall`
|
|
7976
7976
|
|
|
@@ -8018,7 +8018,7 @@ EXAMPLES
|
|
|
8018
8018
|
$ sf package uninstall --package "Undesirable Package Alias"
|
|
8019
8019
|
```
|
|
8020
8020
|
|
|
8021
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8021
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/uninstall.ts)_
|
|
8022
8022
|
|
|
8023
8023
|
## `sf package uninstall report`
|
|
8024
8024
|
|
|
@@ -8051,7 +8051,7 @@ EXAMPLES
|
|
|
8051
8051
|
$ sf package uninstall report --request-id 06y... --target-org me@example.com
|
|
8052
8052
|
```
|
|
8053
8053
|
|
|
8054
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8054
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/uninstall/report.ts)_
|
|
8055
8055
|
|
|
8056
8056
|
## `sf package update`
|
|
8057
8057
|
|
|
@@ -8119,7 +8119,7 @@ FLAG DESCRIPTIONS
|
|
|
8119
8119
|
the Installed Packages page. Only released package versions can be set as the recommended version.
|
|
8120
8120
|
```
|
|
8121
8121
|
|
|
8122
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8122
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/update.ts)_
|
|
8123
8123
|
|
|
8124
8124
|
## `sf package version create`
|
|
8125
8125
|
|
|
@@ -8296,7 +8296,7 @@ FLAG DESCRIPTIONS
|
|
|
8296
8296
|
periods of no output from commands.
|
|
8297
8297
|
```
|
|
8298
8298
|
|
|
8299
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8299
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/version/create.ts)_
|
|
8300
8300
|
|
|
8301
8301
|
## `sf package version create list`
|
|
8302
8302
|
|
|
@@ -8357,7 +8357,7 @@ EXAMPLES
|
|
|
8357
8357
|
$ sf package version create list --created-last-days 0 --status Success
|
|
8358
8358
|
```
|
|
8359
8359
|
|
|
8360
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8360
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/version/create/list.ts)_
|
|
8361
8361
|
|
|
8362
8362
|
## `sf package version create report`
|
|
8363
8363
|
|
|
@@ -8400,7 +8400,7 @@ EXAMPLES
|
|
|
8400
8400
|
$ sf package version create report --package-create-request-id 08c... --target-dev-hub devhub@example.com
|
|
8401
8401
|
```
|
|
8402
8402
|
|
|
8403
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8403
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/version/create/report.ts)_
|
|
8404
8404
|
|
|
8405
8405
|
## `sf package version delete`
|
|
8406
8406
|
|
|
@@ -8441,7 +8441,7 @@ EXAMPLES
|
|
|
8441
8441
|
$ sf package version delete --package 04t... --target-org devhub@example.com
|
|
8442
8442
|
```
|
|
8443
8443
|
|
|
8444
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8444
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/version/delete.ts)_
|
|
8445
8445
|
|
|
8446
8446
|
## `sf package version displayancestry`
|
|
8447
8447
|
|
|
@@ -8501,7 +8501,7 @@ FLAG DESCRIPTIONS
|
|
|
8501
8501
|
You can use the DOT code output in graph visualization software to create tree visualizations.
|
|
8502
8502
|
```
|
|
8503
8503
|
|
|
8504
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8504
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/version/displayancestry.ts)_
|
|
8505
8505
|
|
|
8506
8506
|
## `sf package version displaydependencies`
|
|
8507
8507
|
|
|
@@ -8568,7 +8568,7 @@ FLAG DESCRIPTIONS
|
|
|
8568
8568
|
package, which must be installed last.
|
|
8569
8569
|
```
|
|
8570
8570
|
|
|
8571
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8571
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/version/displaydependencies.ts)_
|
|
8572
8572
|
|
|
8573
8573
|
## `sf package version list`
|
|
8574
8574
|
|
|
@@ -8644,7 +8644,7 @@ EXAMPLES
|
|
|
8644
8644
|
$ sf package version list --packages exp-mgr,exp-mgr-util --released --modified-last-days 0
|
|
8645
8645
|
```
|
|
8646
8646
|
|
|
8647
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8647
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/version/list.ts)_
|
|
8648
8648
|
|
|
8649
8649
|
## `sf package version promote`
|
|
8650
8650
|
|
|
@@ -8688,7 +8688,7 @@ EXAMPLES
|
|
|
8688
8688
|
$ sf package version promote --package "Awesome Package Alias"
|
|
8689
8689
|
```
|
|
8690
8690
|
|
|
8691
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8691
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/version/promote.ts)_
|
|
8692
8692
|
|
|
8693
8693
|
## `sf package version report`
|
|
8694
8694
|
|
|
@@ -8728,7 +8728,7 @@ EXAMPLES
|
|
|
8728
8728
|
$ sf package version report --package "Your Package Alias" --target-dev-hub devhub@example.com
|
|
8729
8729
|
```
|
|
8730
8730
|
|
|
8731
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8731
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/version/report.ts)_
|
|
8732
8732
|
|
|
8733
8733
|
## `sf package version retrieve`
|
|
8734
8734
|
|
|
@@ -8773,7 +8773,7 @@ EXAMPLES
|
|
|
8773
8773
|
$ sf package version retrieve --package 04tXXX --output-dir my-directory/ --target-dev-hub devhub@example.com
|
|
8774
8774
|
```
|
|
8775
8775
|
|
|
8776
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8776
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/version/retrieve.ts)_
|
|
8777
8777
|
|
|
8778
8778
|
## `sf package version update`
|
|
8779
8779
|
|
|
@@ -8826,7 +8826,7 @@ EXAMPLES
|
|
|
8826
8826
|
$ sf package version update --package 04t... --version-description "New Package Version Description"
|
|
8827
8827
|
```
|
|
8828
8828
|
|
|
8829
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8829
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package/version/update.ts)_
|
|
8830
8830
|
|
|
8831
8831
|
## `sf package1 version create`
|
|
8832
8832
|
|
|
@@ -8893,7 +8893,7 @@ FLAG DESCRIPTIONS
|
|
|
8893
8893
|
subscribers.
|
|
8894
8894
|
```
|
|
8895
8895
|
|
|
8896
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8896
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package1/version/create.ts)_
|
|
8897
8897
|
|
|
8898
8898
|
## `sf package1 version create get`
|
|
8899
8899
|
|
|
@@ -8926,7 +8926,7 @@ EXAMPLES
|
|
|
8926
8926
|
$ sf package1 version create get --request-id 0HD... --target-org myorg@example.com
|
|
8927
8927
|
```
|
|
8928
8928
|
|
|
8929
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8929
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package1/version/create/get.ts)_
|
|
8930
8930
|
|
|
8931
8931
|
## `sf package1 version display`
|
|
8932
8932
|
|
|
@@ -8960,7 +8960,7 @@ EXAMPLES
|
|
|
8960
8960
|
$ sf package1 version display --package-version-id 04t... --target-org myorg@example.com
|
|
8961
8961
|
```
|
|
8962
8962
|
|
|
8963
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
8963
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package1/version/display.ts)_
|
|
8964
8964
|
|
|
8965
8965
|
## `sf package1 version list`
|
|
8966
8966
|
|
|
@@ -8998,7 +8998,7 @@ FLAG DESCRIPTIONS
|
|
|
8998
8998
|
If not specified, shows all versions for all packages (managed and unmanaged) in the org.
|
|
8999
8999
|
```
|
|
9000
9000
|
|
|
9001
|
-
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.
|
|
9001
|
+
_See code: [@salesforce/plugin-packaging](https://github.com/salesforcecli/plugin-packaging/blob/2.30.6/src/commands/package1/version/list.ts)_
|
|
9002
9002
|
|
|
9003
9003
|
## `sf plugins`
|
|
9004
9004
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.146.
|
|
3
|
+
"version": "2.146.3",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.146.
|
|
9
|
+
"version": "2.146.3",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.59",
|
|
25
25
|
"@salesforce/core": "^8.31.4",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.
|
|
27
|
+
"@salesforce/plugin-agent": "1.45.0",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.40",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.54",
|
|
30
30
|
"@salesforce/plugin-auth": "4.4.9",
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.106",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.44",
|
|
36
36
|
"@salesforce/plugin-org": "5.11.26",
|
|
37
|
-
"@salesforce/plugin-packaging": "2.30.
|
|
37
|
+
"@salesforce/plugin-packaging": "2.30.6",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.131",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.101",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.125",
|
|
@@ -2683,23 +2683,6 @@
|
|
|
2683
2683
|
"integrity": "sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ==",
|
|
2684
2684
|
"license": "MIT"
|
|
2685
2685
|
},
|
|
2686
|
-
"node_modules/@mswjs/interceptors": {
|
|
2687
|
-
"version": "0.41.9",
|
|
2688
|
-
"resolved": "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.41.9.tgz",
|
|
2689
|
-
"integrity": "sha512-VVPPgHyQ6ShqnrmDWuxjmUIsO9gWyOZFmuOfLd9LfBGQJwZfy0gvv9pbHSJuoFNIYC7ZDX9aoFwowjcdSC4E8w==",
|
|
2690
|
-
"license": "MIT",
|
|
2691
|
-
"dependencies": {
|
|
2692
|
-
"@open-draft/deferred-promise": "^2.2.0",
|
|
2693
|
-
"@open-draft/logger": "^0.3.0",
|
|
2694
|
-
"@open-draft/until": "^2.0.0",
|
|
2695
|
-
"is-node-process": "^1.2.0",
|
|
2696
|
-
"outvariant": "^1.4.3",
|
|
2697
|
-
"strict-event-emitter": "^0.5.1"
|
|
2698
|
-
},
|
|
2699
|
-
"engines": {
|
|
2700
|
-
"node": ">=18"
|
|
2701
|
-
}
|
|
2702
|
-
},
|
|
2703
2686
|
"node_modules/@nodable/entities": {
|
|
2704
2687
|
"version": "3.0.0",
|
|
2705
2688
|
"resolved": "https://registry.npmjs.org/@nodable/entities/-/entities-3.0.0.tgz",
|
|
@@ -3848,28 +3831,6 @@
|
|
|
3848
3831
|
"@octokit/openapi-types": "^25.1.0"
|
|
3849
3832
|
}
|
|
3850
3833
|
},
|
|
3851
|
-
"node_modules/@open-draft/deferred-promise": {
|
|
3852
|
-
"version": "2.2.0",
|
|
3853
|
-
"resolved": "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz",
|
|
3854
|
-
"integrity": "sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==",
|
|
3855
|
-
"license": "MIT"
|
|
3856
|
-
},
|
|
3857
|
-
"node_modules/@open-draft/logger": {
|
|
3858
|
-
"version": "0.3.0",
|
|
3859
|
-
"resolved": "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz",
|
|
3860
|
-
"integrity": "sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==",
|
|
3861
|
-
"license": "MIT",
|
|
3862
|
-
"dependencies": {
|
|
3863
|
-
"is-node-process": "^1.2.0",
|
|
3864
|
-
"outvariant": "^1.4.0"
|
|
3865
|
-
}
|
|
3866
|
-
},
|
|
3867
|
-
"node_modules/@open-draft/until": {
|
|
3868
|
-
"version": "2.1.0",
|
|
3869
|
-
"resolved": "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz",
|
|
3870
|
-
"integrity": "sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==",
|
|
3871
|
-
"license": "MIT"
|
|
3872
|
-
},
|
|
3873
3834
|
"node_modules/@opentelemetry/api": {
|
|
3874
3835
|
"version": "1.8.0",
|
|
3875
3836
|
"resolved": "https://registry.npmjs.org/@opentelemetry/api/-/api-1.8.0.tgz",
|
|
@@ -4072,17 +4033,16 @@
|
|
|
4072
4033
|
"license": "BSD-3-Clause"
|
|
4073
4034
|
},
|
|
4074
4035
|
"node_modules/@salesforce/agents": {
|
|
4075
|
-
"version": "1.
|
|
4076
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-1.
|
|
4077
|
-
"integrity": "sha512-
|
|
4036
|
+
"version": "1.11.7",
|
|
4037
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-1.11.7.tgz",
|
|
4038
|
+
"integrity": "sha512-lTdF63dlFK8hQ4MmxAgGdywlc+dizXMTq6FG7a/9KReIZW7ax2SGNTNi+pTm4WqqasgC+dmLvh1BhcLdDHnj0A==",
|
|
4078
4039
|
"license": "Apache-2.0",
|
|
4079
4040
|
"dependencies": {
|
|
4080
|
-
"@salesforce/core": "^8.
|
|
4041
|
+
"@salesforce/core": "^8.32.6",
|
|
4081
4042
|
"@salesforce/kit": "^3.2.6",
|
|
4082
4043
|
"@salesforce/source-deploy-retrieve": "^12.36.2",
|
|
4083
|
-
"@salesforce/types": "^1.
|
|
4044
|
+
"@salesforce/types": "^1.8.0",
|
|
4084
4045
|
"fast-xml-parser": "^5.8.0",
|
|
4085
|
-
"nock": "^14.0.15",
|
|
4086
4046
|
"yaml": "^2.8.4"
|
|
4087
4047
|
},
|
|
4088
4048
|
"engines": {
|
|
@@ -4495,19 +4455,19 @@
|
|
|
4495
4455
|
}
|
|
4496
4456
|
},
|
|
4497
4457
|
"node_modules/@salesforce/packaging": {
|
|
4498
|
-
"version": "4.27.
|
|
4499
|
-
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.27.
|
|
4500
|
-
"integrity": "sha512-
|
|
4458
|
+
"version": "4.27.8",
|
|
4459
|
+
"resolved": "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.27.8.tgz",
|
|
4460
|
+
"integrity": "sha512-D6a1B4A/OGGpsNgn0IMWYXuDng3mQqXDxr6+sbnuQZWYd1Llp3mnsWffJ21qU+JcyHoshVDubvyMXKM5pQR3eQ==",
|
|
4501
4461
|
"license": "Apache-2.0",
|
|
4502
4462
|
"dependencies": {
|
|
4503
4463
|
"@jsforce/jsforce-node": "^3.10.18",
|
|
4504
|
-
"@salesforce/core": "^8.
|
|
4464
|
+
"@salesforce/core": "^8.32.6",
|
|
4505
4465
|
"@salesforce/kit": "^3.2.6",
|
|
4506
4466
|
"@salesforce/schemas": "^1.10.3",
|
|
4507
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
4467
|
+
"@salesforce/source-deploy-retrieve": "^12.37.2",
|
|
4508
4468
|
"@salesforce/ts-types": "^2.0.12",
|
|
4509
4469
|
"@salesforce/types": "^1.8.0",
|
|
4510
|
-
"fast-xml-parser": "^5.
|
|
4470
|
+
"fast-xml-parser": "^5.10.1",
|
|
4511
4471
|
"globby": "^11",
|
|
4512
4472
|
"graphology": "^0.26.0",
|
|
4513
4473
|
"graphology-traversal": "^0.3.1",
|
|
@@ -4529,16 +4489,16 @@
|
|
|
4529
4489
|
}
|
|
4530
4490
|
},
|
|
4531
4491
|
"node_modules/@salesforce/plugin-agent": {
|
|
4532
|
-
"version": "1.
|
|
4533
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.
|
|
4534
|
-
"integrity": "sha512-
|
|
4492
|
+
"version": "1.45.0",
|
|
4493
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.45.0.tgz",
|
|
4494
|
+
"integrity": "sha512-UkcOlYsOBOC1stadmBXaxoLRa4uYIlNCEw8mx4uOYF07NF7XkTrsrC9K4c/PEoW1quVA7eMvMGLXTX8fIopStw==",
|
|
4535
4495
|
"license": "Apache-2.0",
|
|
4536
4496
|
"dependencies": {
|
|
4537
4497
|
"@inquirer/core": "^10.3.2",
|
|
4538
4498
|
"@inquirer/prompts": "^7.10.1",
|
|
4539
4499
|
"@oclif/core": "^4",
|
|
4540
4500
|
"@oclif/multi-stage-output": "^0.8.36",
|
|
4541
|
-
"@salesforce/agents": "^1.
|
|
4501
|
+
"@salesforce/agents": "^1.11.1",
|
|
4542
4502
|
"@salesforce/core": "^8.28.3",
|
|
4543
4503
|
"@salesforce/kit": "^3.2.6",
|
|
4544
4504
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -4803,16 +4763,16 @@
|
|
|
4803
4763
|
}
|
|
4804
4764
|
},
|
|
4805
4765
|
"node_modules/@salesforce/plugin-packaging": {
|
|
4806
|
-
"version": "2.30.
|
|
4807
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.30.
|
|
4808
|
-
"integrity": "sha512-
|
|
4766
|
+
"version": "2.30.6",
|
|
4767
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.30.6.tgz",
|
|
4768
|
+
"integrity": "sha512-BQ4VfE7QDTC5YWacfFa7Dj1Ueu7tHqFF1Vqf4+QP0K8CtPK341kfLIJ+nBTc8hV8R3jOUhm30IU163aivvqjwA==",
|
|
4809
4769
|
"license": "Apache-2.0",
|
|
4810
4770
|
"dependencies": {
|
|
4811
4771
|
"@oclif/core": "^4",
|
|
4812
|
-
"@salesforce/core": "^8.32.
|
|
4772
|
+
"@salesforce/core": "^8.32.6",
|
|
4813
4773
|
"@salesforce/kit": "^3.2.6",
|
|
4814
|
-
"@salesforce/packaging": "^4.27.
|
|
4815
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4774
|
+
"@salesforce/packaging": "^4.27.8",
|
|
4775
|
+
"@salesforce/sf-plugins-core": "^12.2.28",
|
|
4816
4776
|
"chalk": "^5.6.2"
|
|
4817
4777
|
},
|
|
4818
4778
|
"engines": {
|
|
@@ -13044,12 +13004,6 @@
|
|
|
13044
13004
|
"url": "https://github.com/sponsors/ljharb"
|
|
13045
13005
|
}
|
|
13046
13006
|
},
|
|
13047
|
-
"node_modules/is-node-process": {
|
|
13048
|
-
"version": "1.2.0",
|
|
13049
|
-
"resolved": "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz",
|
|
13050
|
-
"integrity": "sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==",
|
|
13051
|
-
"license": "MIT"
|
|
13052
|
-
},
|
|
13053
13007
|
"node_modules/is-number": {
|
|
13054
13008
|
"version": "7.0.0",
|
|
13055
13009
|
"resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
|
|
@@ -13654,6 +13608,7 @@
|
|
|
13654
13608
|
"version": "5.0.1",
|
|
13655
13609
|
"resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
|
|
13656
13610
|
"integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==",
|
|
13611
|
+
"dev": true,
|
|
13657
13612
|
"license": "ISC"
|
|
13658
13613
|
},
|
|
13659
13614
|
"node_modules/json5": {
|
|
@@ -15486,20 +15441,6 @@
|
|
|
15486
15441
|
"tslib": "^2.0.3"
|
|
15487
15442
|
}
|
|
15488
15443
|
},
|
|
15489
|
-
"node_modules/nock": {
|
|
15490
|
-
"version": "14.0.15",
|
|
15491
|
-
"resolved": "https://registry.npmjs.org/nock/-/nock-14.0.15.tgz",
|
|
15492
|
-
"integrity": "sha512-S0a47C9pLvcYx/Ugf0H30BVBEcUgMMBDk9VJIDlJ8XGrfH2QDUD4Tgdp45qDIiHttokBG+IbsOtsvIjGR/j3bg==",
|
|
15493
|
-
"license": "MIT",
|
|
15494
|
-
"dependencies": {
|
|
15495
|
-
"@mswjs/interceptors": "^0.41.0",
|
|
15496
|
-
"json-stringify-safe": "^5.0.1",
|
|
15497
|
-
"propagate": "^2.0.0"
|
|
15498
|
-
},
|
|
15499
|
-
"engines": {
|
|
15500
|
-
"node": ">=18.20.0 <20 || >=20.12.1"
|
|
15501
|
-
}
|
|
15502
|
-
},
|
|
15503
15444
|
"node_modules/node-emoji": {
|
|
15504
15445
|
"version": "1.11.0",
|
|
15505
15446
|
"resolved": "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz",
|
|
@@ -18323,12 +18264,6 @@
|
|
|
18323
18264
|
"dev": true,
|
|
18324
18265
|
"license": "MIT"
|
|
18325
18266
|
},
|
|
18326
|
-
"node_modules/outvariant": {
|
|
18327
|
-
"version": "1.4.3",
|
|
18328
|
-
"resolved": "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz",
|
|
18329
|
-
"integrity": "sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==",
|
|
18330
|
-
"license": "MIT"
|
|
18331
|
-
},
|
|
18332
18267
|
"node_modules/p-cancelable": {
|
|
18333
18268
|
"version": "3.0.0",
|
|
18334
18269
|
"resolved": "https://registry.npmjs.org/p-cancelable/-/p-cancelable-3.0.0.tgz",
|
|
@@ -19082,15 +19017,6 @@
|
|
|
19082
19017
|
"node": "^20.17.0 || >=22.9.0"
|
|
19083
19018
|
}
|
|
19084
19019
|
},
|
|
19085
|
-
"node_modules/propagate": {
|
|
19086
|
-
"version": "2.0.1",
|
|
19087
|
-
"resolved": "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz",
|
|
19088
|
-
"integrity": "sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==",
|
|
19089
|
-
"license": "MIT",
|
|
19090
|
-
"engines": {
|
|
19091
|
-
"node": ">= 8"
|
|
19092
|
-
}
|
|
19093
|
-
},
|
|
19094
19020
|
"node_modules/proper-lockfile": {
|
|
19095
19021
|
"version": "4.1.2",
|
|
19096
19022
|
"resolved": "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz",
|
|
@@ -20597,12 +20523,6 @@
|
|
|
20597
20523
|
"node": ">=8"
|
|
20598
20524
|
}
|
|
20599
20525
|
},
|
|
20600
|
-
"node_modules/strict-event-emitter": {
|
|
20601
|
-
"version": "0.5.1",
|
|
20602
|
-
"resolved": "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz",
|
|
20603
|
-
"integrity": "sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==",
|
|
20604
|
-
"license": "MIT"
|
|
20605
|
-
},
|
|
20606
20526
|
"node_modules/string_decoder": {
|
|
20607
20527
|
"version": "1.3.0",
|
|
20608
20528
|
"resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -1121,18 +1121,6 @@
|
|
|
1121
1121
|
resolved "https://registry.npmjs.org/@microsoft/applicationinsights-web-snippet/-/applicationinsights-web-snippet-1.0.1.tgz"
|
|
1122
1122
|
integrity sha512-2IHAOaLauc8qaAitvWS+U931T+ze+7MNWrDHY47IENP5y2UA0vqJDu67kWZDdpCN1fFC77sfgfB+HV7SrKshnQ==
|
|
1123
1123
|
|
|
1124
|
-
"@mswjs/interceptors@^0.41.0":
|
|
1125
|
-
version "0.41.9"
|
|
1126
|
-
resolved "https://registry.npmjs.org/@mswjs/interceptors/-/interceptors-0.41.9.tgz"
|
|
1127
|
-
integrity sha512-VVPPgHyQ6ShqnrmDWuxjmUIsO9gWyOZFmuOfLd9LfBGQJwZfy0gvv9pbHSJuoFNIYC7ZDX9aoFwowjcdSC4E8w==
|
|
1128
|
-
dependencies:
|
|
1129
|
-
"@open-draft/deferred-promise" "^2.2.0"
|
|
1130
|
-
"@open-draft/logger" "^0.3.0"
|
|
1131
|
-
"@open-draft/until" "^2.0.0"
|
|
1132
|
-
is-node-process "^1.2.0"
|
|
1133
|
-
outvariant "^1.4.3"
|
|
1134
|
-
strict-event-emitter "^0.5.1"
|
|
1135
|
-
|
|
1136
1124
|
"@nodable/entities@^3.0.0":
|
|
1137
1125
|
version "3.0.0"
|
|
1138
1126
|
resolved "https://registry.npmjs.org/@nodable/entities/-/entities-3.0.0.tgz"
|
|
@@ -1609,24 +1597,6 @@
|
|
|
1609
1597
|
dependencies:
|
|
1610
1598
|
"@octokit/openapi-types" "^25.1.0"
|
|
1611
1599
|
|
|
1612
|
-
"@open-draft/deferred-promise@^2.2.0":
|
|
1613
|
-
version "2.2.0"
|
|
1614
|
-
resolved "https://registry.npmjs.org/@open-draft/deferred-promise/-/deferred-promise-2.2.0.tgz"
|
|
1615
|
-
integrity sha512-CecwLWx3rhxVQF6V4bAgPS5t+So2sTbPgAzafKkVizyi7tlwpcFpdFqq+wqF2OwNBmqFuu6tOyouTuxgpMfzmA==
|
|
1616
|
-
|
|
1617
|
-
"@open-draft/logger@^0.3.0":
|
|
1618
|
-
version "0.3.0"
|
|
1619
|
-
resolved "https://registry.npmjs.org/@open-draft/logger/-/logger-0.3.0.tgz"
|
|
1620
|
-
integrity sha512-X2g45fzhxH238HKO4xbSr7+wBS8Fvw6ixhTDuvLd5mqh6bJJCFAPwU9mPDxbcrRtfxv4u5IHCEH77BmxvXmmxQ==
|
|
1621
|
-
dependencies:
|
|
1622
|
-
is-node-process "^1.2.0"
|
|
1623
|
-
outvariant "^1.4.0"
|
|
1624
|
-
|
|
1625
|
-
"@open-draft/until@^2.0.0":
|
|
1626
|
-
version "2.1.0"
|
|
1627
|
-
resolved "https://registry.npmjs.org/@open-draft/until/-/until-2.1.0.tgz"
|
|
1628
|
-
integrity sha512-U69T3ItWHvLwGg5eJ0n3I62nWuE6ilHlmz7zM0npLBRvPRd7e6NYmg54vvRtP5mZG7kZqZCFVdsTWo7BPtBujg==
|
|
1629
|
-
|
|
1630
1600
|
"@opentelemetry/api@^1.3.0", "@opentelemetry/api@^1.4.1", "@opentelemetry/api@^1.7.0", "@opentelemetry/api@>=1.0.0 <1.9.0":
|
|
1631
1601
|
version "1.8.0"
|
|
1632
1602
|
resolved "https://registry.npmjs.org/@opentelemetry/api/-/api-1.8.0.tgz"
|
|
@@ -1751,17 +1721,16 @@
|
|
|
1751
1721
|
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz"
|
|
1752
1722
|
integrity sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==
|
|
1753
1723
|
|
|
1754
|
-
"@salesforce/agents@^1.
|
|
1755
|
-
version "1.
|
|
1756
|
-
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-1.
|
|
1757
|
-
integrity sha512-
|
|
1724
|
+
"@salesforce/agents@^1.11.1":
|
|
1725
|
+
version "1.11.7"
|
|
1726
|
+
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-1.11.7.tgz"
|
|
1727
|
+
integrity sha512-lTdF63dlFK8hQ4MmxAgGdywlc+dizXMTq6FG7a/9KReIZW7ax2SGNTNi+pTm4WqqasgC+dmLvh1BhcLdDHnj0A==
|
|
1758
1728
|
dependencies:
|
|
1759
|
-
"@salesforce/core" "^8.
|
|
1729
|
+
"@salesforce/core" "^8.32.6"
|
|
1760
1730
|
"@salesforce/kit" "^3.2.6"
|
|
1761
1731
|
"@salesforce/source-deploy-retrieve" "^12.36.2"
|
|
1762
|
-
"@salesforce/types" "^1.
|
|
1732
|
+
"@salesforce/types" "^1.8.0"
|
|
1763
1733
|
fast-xml-parser "^5.8.0"
|
|
1764
|
-
nock "^14.0.15"
|
|
1765
1734
|
yaml "^2.8.4"
|
|
1766
1735
|
|
|
1767
1736
|
"@salesforce/apex-node@^8.4.22", "@salesforce/apex-node@^8.4.28":
|
|
@@ -1872,19 +1841,19 @@
|
|
|
1872
1841
|
o11y "^264.5.0"
|
|
1873
1842
|
o11y_schema "260.5.0"
|
|
1874
1843
|
|
|
1875
|
-
"@salesforce/packaging@^4.27.
|
|
1876
|
-
version "4.27.
|
|
1877
|
-
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.27.
|
|
1878
|
-
integrity sha512-
|
|
1844
|
+
"@salesforce/packaging@^4.27.8":
|
|
1845
|
+
version "4.27.8"
|
|
1846
|
+
resolved "https://registry.npmjs.org/@salesforce/packaging/-/packaging-4.27.8.tgz"
|
|
1847
|
+
integrity sha512-D6a1B4A/OGGpsNgn0IMWYXuDng3mQqXDxr6+sbnuQZWYd1Llp3mnsWffJ21qU+JcyHoshVDubvyMXKM5pQR3eQ==
|
|
1879
1848
|
dependencies:
|
|
1880
1849
|
"@jsforce/jsforce-node" "^3.10.18"
|
|
1881
|
-
"@salesforce/core" "^8.
|
|
1850
|
+
"@salesforce/core" "^8.32.6"
|
|
1882
1851
|
"@salesforce/kit" "^3.2.6"
|
|
1883
1852
|
"@salesforce/schemas" "^1.10.3"
|
|
1884
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
1853
|
+
"@salesforce/source-deploy-retrieve" "^12.37.2"
|
|
1885
1854
|
"@salesforce/ts-types" "^2.0.12"
|
|
1886
1855
|
"@salesforce/types" "^1.8.0"
|
|
1887
|
-
fast-xml-parser "^5.
|
|
1856
|
+
fast-xml-parser "^5.10.1"
|
|
1888
1857
|
globby "^11"
|
|
1889
1858
|
graphology "^0.26.0"
|
|
1890
1859
|
graphology-traversal "^0.3.1"
|
|
@@ -1892,16 +1861,16 @@
|
|
|
1892
1861
|
jszip "^3.10.1"
|
|
1893
1862
|
object-treeify "^2"
|
|
1894
1863
|
|
|
1895
|
-
"@salesforce/plugin-agent@1.
|
|
1896
|
-
version "1.
|
|
1897
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.
|
|
1898
|
-
integrity sha512-
|
|
1864
|
+
"@salesforce/plugin-agent@1.45.0":
|
|
1865
|
+
version "1.45.0"
|
|
1866
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.45.0.tgz"
|
|
1867
|
+
integrity sha512-UkcOlYsOBOC1stadmBXaxoLRa4uYIlNCEw8mx4uOYF07NF7XkTrsrC9K4c/PEoW1quVA7eMvMGLXTX8fIopStw==
|
|
1899
1868
|
dependencies:
|
|
1900
1869
|
"@inquirer/core" "^10.3.2"
|
|
1901
1870
|
"@inquirer/prompts" "^7.10.1"
|
|
1902
1871
|
"@oclif/core" "^4"
|
|
1903
1872
|
"@oclif/multi-stage-output" "^0.8.36"
|
|
1904
|
-
"@salesforce/agents" "^1.
|
|
1873
|
+
"@salesforce/agents" "^1.11.1"
|
|
1905
1874
|
"@salesforce/core" "^8.28.3"
|
|
1906
1875
|
"@salesforce/kit" "^3.2.6"
|
|
1907
1876
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
@@ -2065,16 +2034,16 @@
|
|
|
2065
2034
|
open "^10.2.0"
|
|
2066
2035
|
terminal-link "^3.0.0"
|
|
2067
2036
|
|
|
2068
|
-
"@salesforce/plugin-packaging@2.30.
|
|
2069
|
-
version "2.30.
|
|
2070
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.30.
|
|
2071
|
-
integrity sha512-
|
|
2037
|
+
"@salesforce/plugin-packaging@2.30.6":
|
|
2038
|
+
version "2.30.6"
|
|
2039
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-packaging/-/plugin-packaging-2.30.6.tgz"
|
|
2040
|
+
integrity sha512-BQ4VfE7QDTC5YWacfFa7Dj1Ueu7tHqFF1Vqf4+QP0K8CtPK341kfLIJ+nBTc8hV8R3jOUhm30IU163aivvqjwA==
|
|
2072
2041
|
dependencies:
|
|
2073
2042
|
"@oclif/core" "^4"
|
|
2074
|
-
"@salesforce/core" "^8.32.
|
|
2043
|
+
"@salesforce/core" "^8.32.6"
|
|
2075
2044
|
"@salesforce/kit" "^3.2.6"
|
|
2076
|
-
"@salesforce/packaging" "^4.27.
|
|
2077
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
2045
|
+
"@salesforce/packaging" "^4.27.8"
|
|
2046
|
+
"@salesforce/sf-plugins-core" "^12.2.28"
|
|
2078
2047
|
chalk "^5.6.2"
|
|
2079
2048
|
|
|
2080
2049
|
"@salesforce/plugin-release-management@^5.8.21":
|
|
@@ -2293,7 +2262,7 @@
|
|
|
2293
2262
|
resolved "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.12.tgz"
|
|
2294
2263
|
integrity sha512-BIJyduJC18Kc8z+arUm5AZ9VkPRyw1KKAm+Tk+9LT99eOzhNilyfKzhZ4t+tG2lIGgnJpmytZfVDZ0e2kFul8g==
|
|
2295
2264
|
|
|
2296
|
-
"@salesforce/types@^1.6.0", "@salesforce/types@^1.
|
|
2265
|
+
"@salesforce/types@^1.6.0", "@salesforce/types@^1.8.0":
|
|
2297
2266
|
version "1.8.0"
|
|
2298
2267
|
resolved "https://registry.npmjs.org/@salesforce/types/-/types-1.8.0.tgz"
|
|
2299
2268
|
integrity sha512-sliQcoI0XeR3YYUElIV3z93l7ZL9lDtnegVGbknBFbQKjN/oxH/PQSiM4imnXnModhFQSoe/V3mGXniASoLNvA==
|
|
@@ -5135,7 +5104,7 @@ fast-xml-builder@^1.2.0:
|
|
|
5135
5104
|
path-expression-matcher "^1.5.0"
|
|
5136
5105
|
xml-naming "^0.1.0"
|
|
5137
5106
|
|
|
5138
|
-
fast-xml-parser@^5.10.1, fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.1, fast-xml-parser@^5.7.3, fast-xml-parser@^5.8.0
|
|
5107
|
+
fast-xml-parser@^5.10.1, fast-xml-parser@^5.5.6, fast-xml-parser@^5.5.7, fast-xml-parser@^5.7.1, fast-xml-parser@^5.7.3, fast-xml-parser@^5.8.0:
|
|
5139
5108
|
version "5.10.1"
|
|
5140
5109
|
resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.10.1.tgz"
|
|
5141
5110
|
integrity sha512-IEMIf7298kXuZSRFoGfMYrl7is8LpavODgbNz1cwIudv7KwVFnuU+UsMporfq6PD6aXSlawZlARiA3UywCTfMw==
|
|
@@ -6398,11 +6367,6 @@ is-negative-zero@^2.0.3:
|
|
|
6398
6367
|
resolved "https://registry.npmjs.org/is-negative-zero/-/is-negative-zero-2.0.3.tgz"
|
|
6399
6368
|
integrity sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==
|
|
6400
6369
|
|
|
6401
|
-
is-node-process@^1.2.0:
|
|
6402
|
-
version "1.2.0"
|
|
6403
|
-
resolved "https://registry.npmjs.org/is-node-process/-/is-node-process-1.2.0.tgz"
|
|
6404
|
-
integrity sha512-Vg4o6/fqPxIjtxgUH5QLJhwZ7gW5diGCVlXpuUfELC62CuxM1iHcRe51f2W1FDy04Ai4KJkagKjx3XaqyfRKXw==
|
|
6405
|
-
|
|
6406
6370
|
is-number-object@^1.0.4:
|
|
6407
6371
|
version "1.0.7"
|
|
6408
6372
|
resolved "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz"
|
|
@@ -7844,15 +7808,6 @@ no-case@^3.0.4:
|
|
|
7844
7808
|
lower-case "^2.0.2"
|
|
7845
7809
|
tslib "^2.0.3"
|
|
7846
7810
|
|
|
7847
|
-
nock@^14.0.15:
|
|
7848
|
-
version "14.0.15"
|
|
7849
|
-
resolved "https://registry.npmjs.org/nock/-/nock-14.0.15.tgz"
|
|
7850
|
-
integrity sha512-S0a47C9pLvcYx/Ugf0H30BVBEcUgMMBDk9VJIDlJ8XGrfH2QDUD4Tgdp45qDIiHttokBG+IbsOtsvIjGR/j3bg==
|
|
7851
|
-
dependencies:
|
|
7852
|
-
"@mswjs/interceptors" "^0.41.0"
|
|
7853
|
-
json-stringify-safe "^5.0.1"
|
|
7854
|
-
propagate "^2.0.0"
|
|
7855
|
-
|
|
7856
7811
|
node-emoji@^1.10.0:
|
|
7857
7812
|
version "1.11.0"
|
|
7858
7813
|
resolved "https://registry.npmjs.org/node-emoji/-/node-emoji-1.11.0.tgz"
|
|
@@ -8329,11 +8284,6 @@ optionator@^0.9.3:
|
|
|
8329
8284
|
prelude-ls "^1.2.1"
|
|
8330
8285
|
type-check "^0.4.0"
|
|
8331
8286
|
|
|
8332
|
-
outvariant@^1.4.0, outvariant@^1.4.3:
|
|
8333
|
-
version "1.4.3"
|
|
8334
|
-
resolved "https://registry.npmjs.org/outvariant/-/outvariant-1.4.3.tgz"
|
|
8335
|
-
integrity sha512-+Sl2UErvtsoajRDKCE5/dBz4DIvHXQQnAxtQTF04OJxY0+DyZXSo5P5Bb7XYWOh81syohlYL24hbDwxedPUJCA==
|
|
8336
|
-
|
|
8337
8287
|
p-cancelable@^2.0.0:
|
|
8338
8288
|
version "2.1.1"
|
|
8339
8289
|
resolved "https://registry.npmjs.org/p-cancelable/-/p-cancelable-2.1.1.tgz"
|
|
@@ -8837,11 +8787,6 @@ promzard@^3.0.1:
|
|
|
8837
8787
|
dependencies:
|
|
8838
8788
|
read "^5.0.0"
|
|
8839
8789
|
|
|
8840
|
-
propagate@^2.0.0:
|
|
8841
|
-
version "2.0.1"
|
|
8842
|
-
resolved "https://registry.npmjs.org/propagate/-/propagate-2.0.1.tgz"
|
|
8843
|
-
integrity sha512-vGrhOavPSTz4QVNuBNdcNXePNdNMaO1xj9yBeH1ScQPjk/rhg9sSlCXPhMkFuaNNW/syTvYqsnbIJxMBfRbbag==
|
|
8844
|
-
|
|
8845
8790
|
proper-lockfile@^4.1.2:
|
|
8846
8791
|
version "4.1.2"
|
|
8847
8792
|
resolved "https://registry.npmjs.org/proper-lockfile/-/proper-lockfile-4.1.2.tgz"
|
|
@@ -9756,11 +9701,6 @@ stack-utils@^2.0.6:
|
|
|
9756
9701
|
dependencies:
|
|
9757
9702
|
escape-string-regexp "^2.0.0"
|
|
9758
9703
|
|
|
9759
|
-
strict-event-emitter@^0.5.1:
|
|
9760
|
-
version "0.5.1"
|
|
9761
|
-
resolved "https://registry.npmjs.org/strict-event-emitter/-/strict-event-emitter-0.5.1.tgz"
|
|
9762
|
-
integrity sha512-vMgjE/GGEPEFnhFub6pa4FmJBRBVOLpIII2hvCZ8Kzb7K0hlHo7mQv6xYrBvCL2LtAIBwFUK8wvuJgTVSQ5MFQ==
|
|
9763
|
-
|
|
9764
9704
|
string_decoder@^1.1.1, string_decoder@^1.3.0:
|
|
9765
9705
|
version "1.3.0"
|
|
9766
9706
|
resolved "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.146.
|
|
4
|
+
"version": "2.146.3",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@oclif/plugin-which": "3.2.59",
|
|
160
160
|
"@salesforce/core": "^8.31.4",
|
|
161
161
|
"@salesforce/kit": "^3.1.6",
|
|
162
|
-
"@salesforce/plugin-agent": "1.
|
|
162
|
+
"@salesforce/plugin-agent": "1.45.0",
|
|
163
163
|
"@salesforce/plugin-apex": "3.9.40",
|
|
164
164
|
"@salesforce/plugin-api": "1.3.54",
|
|
165
165
|
"@salesforce/plugin-auth": "4.4.9",
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
"@salesforce/plugin-limits": "3.3.106",
|
|
170
170
|
"@salesforce/plugin-marketplace": "1.3.44",
|
|
171
171
|
"@salesforce/plugin-org": "5.11.26",
|
|
172
|
-
"@salesforce/plugin-packaging": "2.30.
|
|
172
|
+
"@salesforce/plugin-packaging": "2.30.6",
|
|
173
173
|
"@salesforce/plugin-schema": "3.3.131",
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.101",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.125",
|