@salesforce/cli 2.144.5 → 2.144.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 +48 -48
- package/npm-shrinkwrap.json +14 -14
- package/oclif.lock +13 -13
- 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.144.
|
|
28
|
+
@salesforce/cli/2.144.6 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.44.
|
|
305
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
377
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
408
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
450
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
483
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
523
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
554
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
591
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
626
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
681
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
728
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
795
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
844
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
951
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1028
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1090
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1179
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1215
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1264
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1312
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1350
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1387
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1423
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1465
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1516
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1611
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1695
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1762
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1798
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1896
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
1960
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
2041
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
2083
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
2167
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
2260
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
2353
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
2438
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
2505
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
2578
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
2666
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/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.44.
|
|
2723
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.44.5/src/commands/agent/validate/authoring-bundle.ts)_
|
|
2724
2724
|
|
|
2725
2725
|
## `sf alias list`
|
|
2726
2726
|
|
|
@@ -5208,7 +5208,7 @@ EXAMPLES
|
|
|
5208
5208
|
$ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
|
|
5209
5209
|
```
|
|
5210
5210
|
|
|
5211
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5211
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.5/src/commands/org/assign/permset.ts)_
|
|
5212
5212
|
|
|
5213
5213
|
## `sf org assign permsetlicense`
|
|
5214
5214
|
|
|
@@ -5255,7 +5255,7 @@ EXAMPLES
|
|
|
5255
5255
|
user3
|
|
5256
5256
|
```
|
|
5257
5257
|
|
|
5258
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5258
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.5/src/commands/org/assign/permsetlicense.ts)_
|
|
5259
5259
|
|
|
5260
5260
|
## `sf org auth show-access-token`
|
|
5261
5261
|
|
|
@@ -5891,7 +5891,7 @@ FLAG DESCRIPTIONS
|
|
|
5891
5891
|
might be different than what you specify in the definition file.
|
|
5892
5892
|
```
|
|
5893
5893
|
|
|
5894
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
5894
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.5/src/commands/org/create/user.ts)_
|
|
5895
5895
|
|
|
5896
5896
|
## `sf org delete sandbox`
|
|
5897
5897
|
|
|
@@ -6103,7 +6103,7 @@ EXAMPLES
|
|
|
6103
6103
|
$ sf org display user --target-org me@my.org --json
|
|
6104
6104
|
```
|
|
6105
6105
|
|
|
6106
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
6106
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.5/src/commands/org/display/user.ts)_
|
|
6107
6107
|
|
|
6108
6108
|
## `sf org enable tracking`
|
|
6109
6109
|
|
|
@@ -6212,7 +6212,7 @@ EXAMPLES
|
|
|
6212
6212
|
$ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
|
|
6213
6213
|
```
|
|
6214
6214
|
|
|
6215
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
6215
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.5/src/commands/org/generate/password.ts)_
|
|
6216
6216
|
|
|
6217
6217
|
## `sf org list`
|
|
6218
6218
|
|
|
@@ -6529,7 +6529,7 @@ EXAMPLES
|
|
|
6529
6529
|
$ sf org list users --target-org me@my.org
|
|
6530
6530
|
```
|
|
6531
6531
|
|
|
6532
|
-
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.
|
|
6532
|
+
_See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.10.5/src/commands/org/list/users.ts)_
|
|
6533
6533
|
|
|
6534
6534
|
## `sf org login access-token`
|
|
6535
6535
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.144.
|
|
3
|
+
"version": "2.144.6",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.144.
|
|
9
|
+
"version": "2.144.6",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.58",
|
|
25
25
|
"@salesforce/core": "^8.31.4",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-agent": "1.44.
|
|
27
|
+
"@salesforce/plugin-agent": "1.44.5",
|
|
28
28
|
"@salesforce/plugin-apex": "3.9.38",
|
|
29
29
|
"@salesforce/plugin-api": "1.3.48",
|
|
30
30
|
"@salesforce/plugin-auth": "4.4.5",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.27",
|
|
42
42
|
"@salesforce/plugin-templates": "56.18.16",
|
|
43
43
|
"@salesforce/plugin-trust": "3.8.35",
|
|
44
|
-
"@salesforce/plugin-user": "3.10.
|
|
44
|
+
"@salesforce/plugin-user": "3.10.5",
|
|
45
45
|
"@salesforce/sf-plugins-core": "12.2.26",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
47
47
|
},
|
|
@@ -4072,9 +4072,9 @@
|
|
|
4072
4072
|
"license": "BSD-3-Clause"
|
|
4073
4073
|
},
|
|
4074
4074
|
"node_modules/@salesforce/agents": {
|
|
4075
|
-
"version": "1.10.
|
|
4076
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-1.10.
|
|
4077
|
-
"integrity": "sha512-
|
|
4075
|
+
"version": "1.10.3",
|
|
4076
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-1.10.3.tgz",
|
|
4077
|
+
"integrity": "sha512-Cww6DizTMcPGi9oK8JrVh2Yt2Mg00l7qUOPRS2U/oRFkXXoMBzzotlA6aj44EuX9PAHR93N1DVUM4WCPTzaSQg==",
|
|
4078
4078
|
"license": "Apache-2.0",
|
|
4079
4079
|
"dependencies": {
|
|
4080
4080
|
"@salesforce/core": "^8.31.0",
|
|
@@ -4529,16 +4529,16 @@
|
|
|
4529
4529
|
}
|
|
4530
4530
|
},
|
|
4531
4531
|
"node_modules/@salesforce/plugin-agent": {
|
|
4532
|
-
"version": "1.44.
|
|
4533
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.44.
|
|
4534
|
-
"integrity": "sha512-
|
|
4532
|
+
"version": "1.44.5",
|
|
4533
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.44.5.tgz",
|
|
4534
|
+
"integrity": "sha512-QTj1sS0LKrjiuLoN8uEufXZFrOvRCsAh8EvZTxOCzchAwPplZE3dpe6ppZcPf7OrtOu5ND4Z8zhgYfbSExJQtA==",
|
|
4535
4535
|
"license": "Apache-2.0",
|
|
4536
4536
|
"dependencies": {
|
|
4537
4537
|
"@inquirer/core": "^10.3.2",
|
|
4538
4538
|
"@inquirer/prompts": "^7.10.1",
|
|
4539
4539
|
"@oclif/core": "^4",
|
|
4540
4540
|
"@oclif/multi-stage-output": "^0.8.36",
|
|
4541
|
-
"@salesforce/agents": "^1.10.
|
|
4541
|
+
"@salesforce/agents": "^1.10.3",
|
|
4542
4542
|
"@salesforce/core": "^8.28.3",
|
|
4543
4543
|
"@salesforce/kit": "^3.2.6",
|
|
4544
4544
|
"@salesforce/sf-plugins-core": "^12.2.6",
|
|
@@ -5007,9 +5007,9 @@
|
|
|
5007
5007
|
}
|
|
5008
5008
|
},
|
|
5009
5009
|
"node_modules/@salesforce/plugin-user": {
|
|
5010
|
-
"version": "3.10.
|
|
5011
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.10.
|
|
5012
|
-
"integrity": "sha512-
|
|
5010
|
+
"version": "3.10.5",
|
|
5011
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.10.5.tgz",
|
|
5012
|
+
"integrity": "sha512-FJglVKiHz3HaM4cFOcvF+1RM/b5+5vHQ1QAUUqHYXF+WDfczEfbuI5JOSfTCtbm4YZIFs6YV/cw6V6ErVDAmEQ==",
|
|
5013
5013
|
"license": "Apache-2.0",
|
|
5014
5014
|
"dependencies": {
|
|
5015
5015
|
"@salesforce/core": "^8.30.3",
|
package/oclif.lock
CHANGED
|
@@ -1751,10 +1751,10 @@
|
|
|
1751
1751
|
resolved "https://registry.npmjs.org/@protobufjs/utf8/-/utf8-1.1.1.tgz"
|
|
1752
1752
|
integrity sha512-oOAWABowe8EAbMyWKM0tYDKi8Yaox52D+HWZhAIJqQXbqe0xI/GV7FhLWqlEKreMkfDjshR5FKgi3mnle0h6Eg==
|
|
1753
1753
|
|
|
1754
|
-
"@salesforce/agents@^1.10.
|
|
1755
|
-
version "1.10.
|
|
1756
|
-
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-1.10.
|
|
1757
|
-
integrity sha512-
|
|
1754
|
+
"@salesforce/agents@^1.10.3":
|
|
1755
|
+
version "1.10.3"
|
|
1756
|
+
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-1.10.3.tgz"
|
|
1757
|
+
integrity sha512-Cww6DizTMcPGi9oK8JrVh2Yt2Mg00l7qUOPRS2U/oRFkXXoMBzzotlA6aj44EuX9PAHR93N1DVUM4WCPTzaSQg==
|
|
1758
1758
|
dependencies:
|
|
1759
1759
|
"@salesforce/core" "^8.31.0"
|
|
1760
1760
|
"@salesforce/kit" "^3.2.6"
|
|
@@ -1892,16 +1892,16 @@
|
|
|
1892
1892
|
jszip "^3.10.1"
|
|
1893
1893
|
object-treeify "^2"
|
|
1894
1894
|
|
|
1895
|
-
"@salesforce/plugin-agent@1.44.
|
|
1896
|
-
version "1.44.
|
|
1897
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.44.
|
|
1898
|
-
integrity sha512-
|
|
1895
|
+
"@salesforce/plugin-agent@1.44.5":
|
|
1896
|
+
version "1.44.5"
|
|
1897
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.44.5.tgz"
|
|
1898
|
+
integrity sha512-QTj1sS0LKrjiuLoN8uEufXZFrOvRCsAh8EvZTxOCzchAwPplZE3dpe6ppZcPf7OrtOu5ND4Z8zhgYfbSExJQtA==
|
|
1899
1899
|
dependencies:
|
|
1900
1900
|
"@inquirer/core" "^10.3.2"
|
|
1901
1901
|
"@inquirer/prompts" "^7.10.1"
|
|
1902
1902
|
"@oclif/core" "^4"
|
|
1903
1903
|
"@oclif/multi-stage-output" "^0.8.36"
|
|
1904
|
-
"@salesforce/agents" "^1.10.
|
|
1904
|
+
"@salesforce/agents" "^1.10.3"
|
|
1905
1905
|
"@salesforce/core" "^8.28.3"
|
|
1906
1906
|
"@salesforce/kit" "^3.2.6"
|
|
1907
1907
|
"@salesforce/sf-plugins-core" "^12.2.6"
|
|
@@ -2182,10 +2182,10 @@
|
|
|
2182
2182
|
semver "^7.8.2"
|
|
2183
2183
|
which "^5"
|
|
2184
2184
|
|
|
2185
|
-
"@salesforce/plugin-user@3.10.
|
|
2186
|
-
version "3.10.
|
|
2187
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.10.
|
|
2188
|
-
integrity sha512-
|
|
2185
|
+
"@salesforce/plugin-user@3.10.5":
|
|
2186
|
+
version "3.10.5"
|
|
2187
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.10.5.tgz"
|
|
2188
|
+
integrity sha512-FJglVKiHz3HaM4cFOcvF+1RM/b5+5vHQ1QAUUqHYXF+WDfczEfbuI5JOSfTCtbm4YZIFs6YV/cw6V6ErVDAmEQ==
|
|
2189
2189
|
dependencies:
|
|
2190
2190
|
"@salesforce/core" "^8.30.3"
|
|
2191
2191
|
"@salesforce/kit" "^3.2.4"
|
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.144.
|
|
4
|
+
"version": "2.144.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -159,7 +159,7 @@
|
|
|
159
159
|
"@oclif/plugin-which": "3.2.58",
|
|
160
160
|
"@salesforce/core": "^8.31.4",
|
|
161
161
|
"@salesforce/kit": "^3.1.6",
|
|
162
|
-
"@salesforce/plugin-agent": "1.44.
|
|
162
|
+
"@salesforce/plugin-agent": "1.44.5",
|
|
163
163
|
"@salesforce/plugin-apex": "3.9.38",
|
|
164
164
|
"@salesforce/plugin-api": "1.3.48",
|
|
165
165
|
"@salesforce/plugin-auth": "4.4.5",
|
|
@@ -176,7 +176,7 @@
|
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.27",
|
|
177
177
|
"@salesforce/plugin-templates": "56.18.16",
|
|
178
178
|
"@salesforce/plugin-trust": "3.8.35",
|
|
179
|
-
"@salesforce/plugin-user": "3.10.
|
|
179
|
+
"@salesforce/plugin-user": "3.10.5",
|
|
180
180
|
"@salesforce/sf-plugins-core": "12.2.26",
|
|
181
181
|
"ansis": "^3.12.0"
|
|
182
182
|
},
|