@salesforce/cli 2.144.4 → 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 +83 -83
- package/npm-shrinkwrap.json +23 -23
- package/oclif.lock +22 -22
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
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
|
|
|
@@ -5298,7 +5298,7 @@ EXAMPLES
|
|
|
5298
5298
|
$ sf org auth show-access-token --target-org my-org --json
|
|
5299
5299
|
```
|
|
5300
5300
|
|
|
5301
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5301
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/auth/show-access-token.ts)_
|
|
5302
5302
|
|
|
5303
5303
|
## `sf org auth show-sfdx-auth-url`
|
|
5304
5304
|
|
|
@@ -5342,7 +5342,7 @@ EXAMPLES
|
|
|
5342
5342
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
5343
5343
|
```
|
|
5344
5344
|
|
|
5345
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5345
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
5346
5346
|
|
|
5347
5347
|
## `sf org auth show-user-password`
|
|
5348
5348
|
|
|
@@ -5389,7 +5389,7 @@ EXAMPLES
|
|
|
5389
5389
|
$ sf org auth show-user-password --target-org my-org --json
|
|
5390
5390
|
```
|
|
5391
5391
|
|
|
5392
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5392
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/auth/show-user-password.ts)_
|
|
5393
5393
|
|
|
5394
5394
|
## `sf org create agent-user`
|
|
5395
5395
|
|
|
@@ -5467,7 +5467,7 @@ FLAG DESCRIPTIONS
|
|
|
5467
5467
|
"agent.user.<GUID>@your-org-domain.com".
|
|
5468
5468
|
```
|
|
5469
5469
|
|
|
5470
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5470
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/create/agent-user.ts)_
|
|
5471
5471
|
|
|
5472
5472
|
## `sf org create sandbox`
|
|
5473
5473
|
|
|
@@ -5601,7 +5601,7 @@ FLAG DESCRIPTIONS
|
|
|
5601
5601
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
5602
5602
|
```
|
|
5603
5603
|
|
|
5604
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5604
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/create/sandbox.ts)_
|
|
5605
5605
|
|
|
5606
5606
|
## `sf org create scratch`
|
|
5607
5607
|
|
|
@@ -5783,7 +5783,7 @@ FLAG DESCRIPTIONS
|
|
|
5783
5783
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
5784
5784
|
```
|
|
5785
5785
|
|
|
5786
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5786
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/create/scratch.ts)_
|
|
5787
5787
|
|
|
5788
5788
|
## `sf org create user`
|
|
5789
5789
|
|
|
@@ -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
|
|
|
@@ -5937,7 +5937,7 @@ EXAMPLES
|
|
|
5937
5937
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5938
5938
|
```
|
|
5939
5939
|
|
|
5940
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5940
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/delete/sandbox.ts)_
|
|
5941
5941
|
|
|
5942
5942
|
## `sf org delete scratch`
|
|
5943
5943
|
|
|
@@ -5981,7 +5981,7 @@ EXAMPLES
|
|
|
5981
5981
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5982
5982
|
```
|
|
5983
5983
|
|
|
5984
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
5984
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/delete/scratch.ts)_
|
|
5985
5985
|
|
|
5986
5986
|
## `sf org disable tracking`
|
|
5987
5987
|
|
|
@@ -6020,7 +6020,7 @@ EXAMPLES
|
|
|
6020
6020
|
$ sf org disable tracking
|
|
6021
6021
|
```
|
|
6022
6022
|
|
|
6023
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6023
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/disable/tracking.ts)_
|
|
6024
6024
|
|
|
6025
6025
|
## `sf org display`
|
|
6026
6026
|
|
|
@@ -6065,7 +6065,7 @@ EXAMPLES
|
|
|
6065
6065
|
$ sf org display --target-org TestOrg1 --verbose
|
|
6066
6066
|
```
|
|
6067
6067
|
|
|
6068
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6068
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/display.ts)_
|
|
6069
6069
|
|
|
6070
6070
|
## `sf org display user`
|
|
6071
6071
|
|
|
@@ -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
|
|
|
@@ -6145,7 +6145,7 @@ EXAMPLES
|
|
|
6145
6145
|
$ sf org enable tracking
|
|
6146
6146
|
```
|
|
6147
6147
|
|
|
6148
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6148
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/enable/tracking.ts)_
|
|
6149
6149
|
|
|
6150
6150
|
## `sf org generate password`
|
|
6151
6151
|
|
|
@@ -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
|
|
|
@@ -6251,7 +6251,7 @@ EXAMPLES
|
|
|
6251
6251
|
$ sf org list --clean
|
|
6252
6252
|
```
|
|
6253
6253
|
|
|
6254
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6254
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/list.ts)_
|
|
6255
6255
|
|
|
6256
6256
|
## `sf org list auth`
|
|
6257
6257
|
|
|
@@ -6390,7 +6390,7 @@ FLAG DESCRIPTIONS
|
|
|
6390
6390
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
6391
6391
|
```
|
|
6392
6392
|
|
|
6393
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6393
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/list/metadata.ts)_
|
|
6394
6394
|
|
|
6395
6395
|
## `sf org list metadata-types`
|
|
6396
6396
|
|
|
@@ -6445,7 +6445,7 @@ FLAG DESCRIPTIONS
|
|
|
6445
6445
|
Override the api version used for api requests made by this command
|
|
6446
6446
|
```
|
|
6447
6447
|
|
|
6448
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6448
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/list/metadata-types.ts)_
|
|
6449
6449
|
|
|
6450
6450
|
## `sf org list sobject record-counts`
|
|
6451
6451
|
|
|
@@ -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
|
|
|
@@ -6991,7 +6991,7 @@ EXAMPLES
|
|
|
6991
6991
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6992
6992
|
```
|
|
6993
6993
|
|
|
6994
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
6994
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/open.ts)_
|
|
6995
6995
|
|
|
6996
6996
|
## `sf org open agent`
|
|
6997
6997
|
|
|
@@ -7055,7 +7055,7 @@ EXAMPLES
|
|
|
7055
7055
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
7056
7056
|
```
|
|
7057
7057
|
|
|
7058
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7058
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/open/agent.ts)_
|
|
7059
7059
|
|
|
7060
7060
|
## `sf org open authoring-bundle`
|
|
7061
7061
|
|
|
@@ -7101,7 +7101,7 @@ EXAMPLES
|
|
|
7101
7101
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
7102
7102
|
```
|
|
7103
7103
|
|
|
7104
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7104
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/open/authoring-bundle.ts)_
|
|
7105
7105
|
|
|
7106
7106
|
## `sf org refresh sandbox`
|
|
7107
7107
|
|
|
@@ -7204,7 +7204,7 @@ FLAG DESCRIPTIONS
|
|
|
7204
7204
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
7205
7205
|
```
|
|
7206
7206
|
|
|
7207
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7207
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/refresh/sandbox.ts)_
|
|
7208
7208
|
|
|
7209
7209
|
## `sf org resume sandbox`
|
|
7210
7210
|
|
|
@@ -7267,7 +7267,7 @@ FLAG DESCRIPTIONS
|
|
|
7267
7267
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
7268
7268
|
```
|
|
7269
7269
|
|
|
7270
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7270
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/resume/sandbox.ts)_
|
|
7271
7271
|
|
|
7272
7272
|
## `sf org resume scratch`
|
|
7273
7273
|
|
|
@@ -7320,7 +7320,7 @@ FLAG DESCRIPTIONS
|
|
|
7320
7320
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
7321
7321
|
```
|
|
7322
7322
|
|
|
7323
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.
|
|
7323
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.11.19/src/commands/org/resume/scratch.ts)_
|
|
7324
7324
|
|
|
7325
7325
|
## `sf package convert`
|
|
7326
7326
|
|
|
@@ -11386,7 +11386,7 @@ FLAG DESCRIPTIONS
|
|
|
11386
11386
|
directory.
|
|
11387
11387
|
```
|
|
11388
11388
|
|
|
11389
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11389
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/analytics/template.ts)_
|
|
11390
11390
|
|
|
11391
11391
|
## `sf template generate apex class`
|
|
11392
11392
|
|
|
@@ -11448,7 +11448,7 @@ FLAG DESCRIPTIONS
|
|
|
11448
11448
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11449
11449
|
```
|
|
11450
11450
|
|
|
11451
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11451
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/apex/class.ts)_
|
|
11452
11452
|
|
|
11453
11453
|
## `sf template generate apex trigger`
|
|
11454
11454
|
|
|
@@ -11518,7 +11518,7 @@ FLAG DESCRIPTIONS
|
|
|
11518
11518
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
11519
11519
|
```
|
|
11520
11520
|
|
|
11521
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11521
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/apex/trigger.ts)_
|
|
11522
11522
|
|
|
11523
11523
|
## `sf template generate digital-experience site`
|
|
11524
11524
|
|
|
@@ -11572,7 +11572,7 @@ FLAG DESCRIPTIONS
|
|
|
11572
11572
|
project, defaults to the current directory.
|
|
11573
11573
|
```
|
|
11574
11574
|
|
|
11575
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11575
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/digital-experience/site.ts)_
|
|
11576
11576
|
|
|
11577
11577
|
## `sf template generate flexipage`
|
|
11578
11578
|
|
|
@@ -11654,7 +11654,7 @@ FLAG DESCRIPTIONS
|
|
|
11654
11654
|
'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
|
|
11655
11655
|
```
|
|
11656
11656
|
|
|
11657
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11657
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/flexipage/index.ts)_
|
|
11658
11658
|
|
|
11659
11659
|
## `sf template generate lightning app`
|
|
11660
11660
|
|
|
@@ -11712,7 +11712,7 @@ FLAG DESCRIPTIONS
|
|
|
11712
11712
|
field in the DX project's "sfdx-project.json" file.
|
|
11713
11713
|
```
|
|
11714
11714
|
|
|
11715
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11715
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/lightning/app.ts)_
|
|
11716
11716
|
|
|
11717
11717
|
## `sf template generate lightning component`
|
|
11718
11718
|
|
|
@@ -11789,7 +11789,7 @@ FLAG DESCRIPTIONS
|
|
|
11789
11789
|
field in the DX project's "sfdx-project.json" file.
|
|
11790
11790
|
```
|
|
11791
11791
|
|
|
11792
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11792
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/lightning/component.ts)_
|
|
11793
11793
|
|
|
11794
11794
|
## `sf template generate lightning event`
|
|
11795
11795
|
|
|
@@ -11847,7 +11847,7 @@ FLAG DESCRIPTIONS
|
|
|
11847
11847
|
field in the DX project's "sfdx-project.json" file.
|
|
11848
11848
|
```
|
|
11849
11849
|
|
|
11850
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11850
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/lightning/event.ts)_
|
|
11851
11851
|
|
|
11852
11852
|
## `sf template generate lightning interface`
|
|
11853
11853
|
|
|
@@ -11905,7 +11905,7 @@ FLAG DESCRIPTIONS
|
|
|
11905
11905
|
field in the DX project's "sfdx-project.json" file.
|
|
11906
11906
|
```
|
|
11907
11907
|
|
|
11908
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11908
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/lightning/interface.ts)_
|
|
11909
11909
|
|
|
11910
11910
|
## `sf template generate lightning test`
|
|
11911
11911
|
|
|
@@ -11963,7 +11963,7 @@ FLAG DESCRIPTIONS
|
|
|
11963
11963
|
field in the DX project's "sfdx-project.json" file.
|
|
11964
11964
|
```
|
|
11965
11965
|
|
|
11966
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
11966
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/lightning/test.ts)_
|
|
11967
11967
|
|
|
11968
11968
|
## `sf template generate project`
|
|
11969
11969
|
|
|
@@ -12089,7 +12089,7 @@ FLAG DESCRIPTIONS
|
|
|
12089
12089
|
server-side type stripping.
|
|
12090
12090
|
```
|
|
12091
12091
|
|
|
12092
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12092
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/project/index.ts)_
|
|
12093
12093
|
|
|
12094
12094
|
## `sf template generate static-resource`
|
|
12095
12095
|
|
|
@@ -12152,7 +12152,7 @@ FLAG DESCRIPTIONS
|
|
|
12152
12152
|
etc.
|
|
12153
12153
|
```
|
|
12154
12154
|
|
|
12155
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12155
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/static-resource/index.ts)_
|
|
12156
12156
|
|
|
12157
12157
|
## `sf template generate ui-bundle`
|
|
12158
12158
|
|
|
@@ -12241,7 +12241,7 @@ FLAG DESCRIPTIONS
|
|
|
12241
12241
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12242
12242
|
```
|
|
12243
12243
|
|
|
12244
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12244
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/ui-bundle/index.ts)_
|
|
12245
12245
|
|
|
12246
12246
|
## `sf template generate visualforce component`
|
|
12247
12247
|
|
|
@@ -12298,7 +12298,7 @@ FLAG DESCRIPTIONS
|
|
|
12298
12298
|
Supplied parameter values or default values are filled into a copy of the template.
|
|
12299
12299
|
```
|
|
12300
12300
|
|
|
12301
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12301
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/visualforce/component.ts)_
|
|
12302
12302
|
|
|
12303
12303
|
## `sf template generate visualforce page`
|
|
12304
12304
|
|
|
@@ -12349,7 +12349,7 @@ FLAG DESCRIPTIONS
|
|
|
12349
12349
|
The name can be up to 40 characters and must start with a letter.
|
|
12350
12350
|
```
|
|
12351
12351
|
|
|
12352
|
-
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.
|
|
12352
|
+
_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.18.16/src/commands/template/generate/visualforce/page.ts)_
|
|
12353
12353
|
|
|
12354
12354
|
## `sf update [CHANNEL]`
|
|
12355
12355
|
|
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",
|
|
@@ -33,15 +33,15 @@
|
|
|
33
33
|
"@salesforce/plugin-info": "3.4.149",
|
|
34
34
|
"@salesforce/plugin-limits": "3.3.100",
|
|
35
35
|
"@salesforce/plugin-marketplace": "1.3.39",
|
|
36
|
-
"@salesforce/plugin-org": "5.11.
|
|
36
|
+
"@salesforce/plugin-org": "5.11.19",
|
|
37
37
|
"@salesforce/plugin-packaging": "2.30.1",
|
|
38
38
|
"@salesforce/plugin-schema": "3.3.127",
|
|
39
39
|
"@salesforce/plugin-settings": "2.4.94",
|
|
40
40
|
"@salesforce/plugin-sobject": "1.4.121",
|
|
41
41
|
"@salesforce/plugin-telemetry": "3.8.27",
|
|
42
|
-
"@salesforce/plugin-templates": "56.18.
|
|
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",
|
|
@@ -4780,16 +4780,16 @@
|
|
|
4780
4780
|
}
|
|
4781
4781
|
},
|
|
4782
4782
|
"node_modules/@salesforce/plugin-org": {
|
|
4783
|
-
"version": "5.11.
|
|
4784
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.
|
|
4785
|
-
"integrity": "sha512-
|
|
4783
|
+
"version": "5.11.19",
|
|
4784
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.19.tgz",
|
|
4785
|
+
"integrity": "sha512-STh+Kh073y01TCDkp8YdMWsabZtEtYwxj8AzF9yS21Ezit2aGsJ/TrccsB/3A7c3AfTmsL9urx4P+kRFjuqVzA==",
|
|
4786
4786
|
"license": "Apache-2.0",
|
|
4787
4787
|
"dependencies": {
|
|
4788
4788
|
"@oclif/core": "^4.11.14",
|
|
4789
4789
|
"@oclif/multi-stage-output": "^0.8.44",
|
|
4790
4790
|
"@salesforce/core": "^8.32.2",
|
|
4791
4791
|
"@salesforce/kit": "^3.2.4",
|
|
4792
|
-
"@salesforce/sf-plugins-core": "^12.2.
|
|
4792
|
+
"@salesforce/sf-plugins-core": "^12.2.26",
|
|
4793
4793
|
"@salesforce/source-deploy-retrieve": "^12.37.1",
|
|
4794
4794
|
"@salesforce/ts-types": "^2.0.12",
|
|
4795
4795
|
"ansis": "^3.16.0",
|
|
@@ -4952,9 +4952,9 @@
|
|
|
4952
4952
|
}
|
|
4953
4953
|
},
|
|
4954
4954
|
"node_modules/@salesforce/plugin-templates": {
|
|
4955
|
-
"version": "56.18.
|
|
4956
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.18.
|
|
4957
|
-
"integrity": "sha512-
|
|
4955
|
+
"version": "56.18.16",
|
|
4956
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.18.16.tgz",
|
|
4957
|
+
"integrity": "sha512-epZuS+KET4nKmT74YgUFZ3UNTGOxgWYvAI8ba/J34id0o5/a7fNs9CCiotjQ+GhuKRLcyJ20ZlwdzAgW+e6FvQ==",
|
|
4958
4958
|
"license": "Apache-2.0",
|
|
4959
4959
|
"dependencies": {
|
|
4960
4960
|
"@salesforce/core": "^8.32.2",
|
|
@@ -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"
|
|
@@ -2047,16 +2047,16 @@
|
|
|
2047
2047
|
got "^13.0.0"
|
|
2048
2048
|
proxy-agent "^6.5.0"
|
|
2049
2049
|
|
|
2050
|
-
"@salesforce/plugin-org@5.11.
|
|
2051
|
-
version "5.11.
|
|
2052
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.
|
|
2053
|
-
integrity sha512-
|
|
2050
|
+
"@salesforce/plugin-org@5.11.19":
|
|
2051
|
+
version "5.11.19"
|
|
2052
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.11.19.tgz"
|
|
2053
|
+
integrity sha512-STh+Kh073y01TCDkp8YdMWsabZtEtYwxj8AzF9yS21Ezit2aGsJ/TrccsB/3A7c3AfTmsL9urx4P+kRFjuqVzA==
|
|
2054
2054
|
dependencies:
|
|
2055
2055
|
"@oclif/core" "^4.11.14"
|
|
2056
2056
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
2057
2057
|
"@salesforce/core" "^8.32.2"
|
|
2058
2058
|
"@salesforce/kit" "^3.2.4"
|
|
2059
|
-
"@salesforce/sf-plugins-core" "^12.2.
|
|
2059
|
+
"@salesforce/sf-plugins-core" "^12.2.26"
|
|
2060
2060
|
"@salesforce/source-deploy-retrieve" "^12.37.1"
|
|
2061
2061
|
"@salesforce/ts-types" "^2.0.12"
|
|
2062
2062
|
ansis "^3.16.0"
|
|
@@ -2155,10 +2155,10 @@
|
|
|
2155
2155
|
"@salesforce/ts-types" "^2.0.12"
|
|
2156
2156
|
debug "^4.4.3"
|
|
2157
2157
|
|
|
2158
|
-
"@salesforce/plugin-templates@56.18.
|
|
2159
|
-
version "56.18.
|
|
2160
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.18.
|
|
2161
|
-
integrity sha512-
|
|
2158
|
+
"@salesforce/plugin-templates@56.18.16":
|
|
2159
|
+
version "56.18.16"
|
|
2160
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.18.16.tgz"
|
|
2161
|
+
integrity sha512-epZuS+KET4nKmT74YgUFZ3UNTGOxgWYvAI8ba/J34id0o5/a7fNs9CCiotjQ+GhuKRLcyJ20ZlwdzAgW+e6FvQ==
|
|
2162
2162
|
dependencies:
|
|
2163
2163
|
"@salesforce/core" "^8.32.2"
|
|
2164
2164
|
"@salesforce/sf-plugins-core" "^12"
|
|
@@ -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",
|
|
@@ -168,15 +168,15 @@
|
|
|
168
168
|
"@salesforce/plugin-info": "3.4.149",
|
|
169
169
|
"@salesforce/plugin-limits": "3.3.100",
|
|
170
170
|
"@salesforce/plugin-marketplace": "1.3.39",
|
|
171
|
-
"@salesforce/plugin-org": "5.11.
|
|
171
|
+
"@salesforce/plugin-org": "5.11.19",
|
|
172
172
|
"@salesforce/plugin-packaging": "2.30.1",
|
|
173
173
|
"@salesforce/plugin-schema": "3.3.127",
|
|
174
174
|
"@salesforce/plugin-settings": "2.4.94",
|
|
175
175
|
"@salesforce/plugin-sobject": "1.4.121",
|
|
176
176
|
"@salesforce/plugin-telemetry": "3.8.27",
|
|
177
|
-
"@salesforce/plugin-templates": "56.18.
|
|
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
|
},
|