@salesforce/cli 2.149.6 → 2.149.8
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 +70 -70
- package/npm-shrinkwrap.json +127 -55
- package/oclif.lock +76 -46
- package/oclif.manifest.json +10 -2
- package/package.json +7 -7
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.149.
|
|
28
|
+
@salesforce/cli/2.149.8 linux-x64 node-v24.19.0
|
|
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/2.0.
|
|
305
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
377
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
408
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
450
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
483
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
523
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
554
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
591
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
626
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
681
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
728
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
795
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
844
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
951
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1028
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1090
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1179
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1215
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1264
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1312
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1350
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1387
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1423
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1465
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1516
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1611
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1695
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1762
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1798
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1896
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
1960
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
2041
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
2083
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
2167
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
2260
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
2353
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
2438
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
2505
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
2578
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
2666
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/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/2.0.
|
|
2723
|
+
_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/validate/authoring-bundle.ts)_
|
|
2724
2724
|
|
|
2725
2725
|
## `sf alias list`
|
|
2726
2726
|
|
|
@@ -4796,7 +4796,7 @@ EXAMPLES
|
|
|
4796
4796
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
4797
4797
|
```
|
|
4798
4798
|
|
|
4799
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.
|
|
4799
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.9/src/commands/doctor.ts)_
|
|
4800
4800
|
|
|
4801
4801
|
## `sf force data bulk delete`
|
|
4802
4802
|
|
|
@@ -4998,7 +4998,7 @@ EXAMPLES
|
|
|
4998
4998
|
$ sf info releasenotes display --version latest
|
|
4999
4999
|
```
|
|
5000
5000
|
|
|
5001
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.
|
|
5001
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/4.0.9/src/commands/info/releasenotes/display.ts)_
|
|
5002
5002
|
|
|
5003
5003
|
## `sf logic get test`
|
|
5004
5004
|
|
|
@@ -5304,7 +5304,7 @@ EXAMPLES
|
|
|
5304
5304
|
$ sf org auth show-access-token --target-org my-org --json
|
|
5305
5305
|
```
|
|
5306
5306
|
|
|
5307
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5307
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/auth/show-access-token.ts)_
|
|
5308
5308
|
|
|
5309
5309
|
## `sf org auth show-sfdx-auth-url`
|
|
5310
5310
|
|
|
@@ -5348,7 +5348,7 @@ EXAMPLES
|
|
|
5348
5348
|
$ sf org auth show-sfdx-auth-url --target-org my-org --json
|
|
5349
5349
|
```
|
|
5350
5350
|
|
|
5351
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5351
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/auth/show-sfdx-auth-url.ts)_
|
|
5352
5352
|
|
|
5353
5353
|
## `sf org auth show-user-password`
|
|
5354
5354
|
|
|
@@ -5395,7 +5395,7 @@ EXAMPLES
|
|
|
5395
5395
|
$ sf org auth show-user-password --target-org my-org --json
|
|
5396
5396
|
```
|
|
5397
5397
|
|
|
5398
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5398
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/auth/show-user-password.ts)_
|
|
5399
5399
|
|
|
5400
5400
|
## `sf org create agent-user`
|
|
5401
5401
|
|
|
@@ -5473,7 +5473,7 @@ FLAG DESCRIPTIONS
|
|
|
5473
5473
|
"agent.user.<GUID>@your-org-domain.com".
|
|
5474
5474
|
```
|
|
5475
5475
|
|
|
5476
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5476
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/create/agent-user.ts)_
|
|
5477
5477
|
|
|
5478
5478
|
## `sf org create sandbox`
|
|
5479
5479
|
|
|
@@ -5607,7 +5607,7 @@ FLAG DESCRIPTIONS
|
|
|
5607
5607
|
You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
|
|
5608
5608
|
```
|
|
5609
5609
|
|
|
5610
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5610
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/create/sandbox.ts)_
|
|
5611
5611
|
|
|
5612
5612
|
## `sf org create scratch`
|
|
5613
5613
|
|
|
@@ -5789,7 +5789,7 @@ FLAG DESCRIPTIONS
|
|
|
5789
5789
|
Omit this flag to have Salesforce generate a unique username for your org.
|
|
5790
5790
|
```
|
|
5791
5791
|
|
|
5792
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5792
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/create/scratch.ts)_
|
|
5793
5793
|
|
|
5794
5794
|
## `sf org create user`
|
|
5795
5795
|
|
|
@@ -5943,7 +5943,7 @@ EXAMPLES
|
|
|
5943
5943
|
$ sf org delete sandbox --target-org my-sandbox --no-prompt
|
|
5944
5944
|
```
|
|
5945
5945
|
|
|
5946
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5946
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/delete/sandbox.ts)_
|
|
5947
5947
|
|
|
5948
5948
|
## `sf org delete scratch`
|
|
5949
5949
|
|
|
@@ -5987,7 +5987,7 @@ EXAMPLES
|
|
|
5987
5987
|
$ sf org delete scratch --target-org my-scratch-org --no-prompt
|
|
5988
5988
|
```
|
|
5989
5989
|
|
|
5990
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
5990
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/delete/scratch.ts)_
|
|
5991
5991
|
|
|
5992
5992
|
## `sf org disable tracking`
|
|
5993
5993
|
|
|
@@ -6026,7 +6026,7 @@ EXAMPLES
|
|
|
6026
6026
|
$ sf org disable tracking
|
|
6027
6027
|
```
|
|
6028
6028
|
|
|
6029
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6029
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/disable/tracking.ts)_
|
|
6030
6030
|
|
|
6031
6031
|
## `sf org display`
|
|
6032
6032
|
|
|
@@ -6071,7 +6071,7 @@ EXAMPLES
|
|
|
6071
6071
|
$ sf org display --target-org TestOrg1 --verbose
|
|
6072
6072
|
```
|
|
6073
6073
|
|
|
6074
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6074
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/display.ts)_
|
|
6075
6075
|
|
|
6076
6076
|
## `sf org display user`
|
|
6077
6077
|
|
|
@@ -6151,7 +6151,7 @@ EXAMPLES
|
|
|
6151
6151
|
$ sf org enable tracking
|
|
6152
6152
|
```
|
|
6153
6153
|
|
|
6154
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6154
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/enable/tracking.ts)_
|
|
6155
6155
|
|
|
6156
6156
|
## `sf org generate password`
|
|
6157
6157
|
|
|
@@ -6254,7 +6254,7 @@ EXAMPLES
|
|
|
6254
6254
|
$ sf org list --clean
|
|
6255
6255
|
```
|
|
6256
6256
|
|
|
6257
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6257
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list.ts)_
|
|
6258
6258
|
|
|
6259
6259
|
## `sf org list auth`
|
|
6260
6260
|
|
|
@@ -6286,7 +6286,7 @@ EXAMPLES
|
|
|
6286
6286
|
$ sf org list auth
|
|
6287
6287
|
```
|
|
6288
6288
|
|
|
6289
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6289
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/list/auth.ts)_
|
|
6290
6290
|
|
|
6291
6291
|
## `sf org list limits`
|
|
6292
6292
|
|
|
@@ -6393,7 +6393,7 @@ FLAG DESCRIPTIONS
|
|
|
6393
6393
|
Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
|
|
6394
6394
|
```
|
|
6395
6395
|
|
|
6396
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6396
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list/metadata.ts)_
|
|
6397
6397
|
|
|
6398
6398
|
## `sf org list metadata-types`
|
|
6399
6399
|
|
|
@@ -6448,7 +6448,7 @@ FLAG DESCRIPTIONS
|
|
|
6448
6448
|
Override the api version used for api requests made by this command
|
|
6449
6449
|
```
|
|
6450
6450
|
|
|
6451
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
6451
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/list/metadata-types.ts)_
|
|
6452
6452
|
|
|
6453
6453
|
## `sf org list sobject record-counts`
|
|
6454
6454
|
|
|
@@ -6589,7 +6589,7 @@ FLAG DESCRIPTIONS
|
|
|
6589
6589
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6590
6590
|
```
|
|
6591
6591
|
|
|
6592
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6592
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/login/access-token.ts)_
|
|
6593
6593
|
|
|
6594
6594
|
## `sf org login jwt`
|
|
6595
6595
|
|
|
@@ -6680,7 +6680,7 @@ FLAG DESCRIPTIONS
|
|
|
6680
6680
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6681
6681
|
```
|
|
6682
6682
|
|
|
6683
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6683
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/login/jwt.ts)_
|
|
6684
6684
|
|
|
6685
6685
|
## `sf org login sfdx-url`
|
|
6686
6686
|
|
|
@@ -6750,7 +6750,7 @@ EXAMPLES
|
|
|
6750
6750
|
$ echo url | sf org login sfdx-url --sfdx-url-stdin
|
|
6751
6751
|
```
|
|
6752
6752
|
|
|
6753
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6753
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/login/sfdx-url.ts)_
|
|
6754
6754
|
|
|
6755
6755
|
## `sf org login web`
|
|
6756
6756
|
|
|
@@ -6855,7 +6855,7 @@ FLAG DESCRIPTIONS
|
|
|
6855
6855
|
To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
|
|
6856
6856
|
```
|
|
6857
6857
|
|
|
6858
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6858
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/login/web.ts)_
|
|
6859
6859
|
|
|
6860
6860
|
## `sf org logout`
|
|
6861
6861
|
|
|
@@ -6921,7 +6921,7 @@ FLAG DESCRIPTIONS
|
|
|
6921
6921
|
All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
|
|
6922
6922
|
```
|
|
6923
6923
|
|
|
6924
|
-
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.
|
|
6924
|
+
_See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/5.0.6/src/commands/org/logout.ts)_
|
|
6925
6925
|
|
|
6926
6926
|
## `sf org open`
|
|
6927
6927
|
|
|
@@ -6997,7 +6997,7 @@ EXAMPLES
|
|
|
6997
6997
|
$ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
|
|
6998
6998
|
```
|
|
6999
6999
|
|
|
7000
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7000
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open.ts)_
|
|
7001
7001
|
|
|
7002
7002
|
## `sf org open agent`
|
|
7003
7003
|
|
|
@@ -7061,7 +7061,7 @@ EXAMPLES
|
|
|
7061
7061
|
$ sf org open agent --authoring-bundle Coral_Cloud_Agent --version 1
|
|
7062
7062
|
```
|
|
7063
7063
|
|
|
7064
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7064
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open/agent.ts)_
|
|
7065
7065
|
|
|
7066
7066
|
## `sf org open authoring-bundle`
|
|
7067
7067
|
|
|
@@ -7107,7 +7107,7 @@ EXAMPLES
|
|
|
7107
7107
|
$ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
|
|
7108
7108
|
```
|
|
7109
7109
|
|
|
7110
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7110
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/open/authoring-bundle.ts)_
|
|
7111
7111
|
|
|
7112
7112
|
## `sf org refresh sandbox`
|
|
7113
7113
|
|
|
@@ -7210,7 +7210,7 @@ FLAG DESCRIPTIONS
|
|
|
7210
7210
|
You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
|
|
7211
7211
|
```
|
|
7212
7212
|
|
|
7213
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7213
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/refresh/sandbox.ts)_
|
|
7214
7214
|
|
|
7215
7215
|
## `sf org resume sandbox`
|
|
7216
7216
|
|
|
@@ -7273,7 +7273,7 @@ FLAG DESCRIPTIONS
|
|
|
7273
7273
|
returns the job ID. To resume checking the sandbox creation, rerun this command.
|
|
7274
7274
|
```
|
|
7275
7275
|
|
|
7276
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7276
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/resume/sandbox.ts)_
|
|
7277
7277
|
|
|
7278
7278
|
## `sf org resume scratch`
|
|
7279
7279
|
|
|
@@ -7326,7 +7326,7 @@ FLAG DESCRIPTIONS
|
|
|
7326
7326
|
returns the job ID. To resume checking the scratch creation, rerun this command.
|
|
7327
7327
|
```
|
|
7328
7328
|
|
|
7329
|
-
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.
|
|
7329
|
+
_See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/6.0.9/src/commands/org/resume/scratch.ts)_
|
|
7330
7330
|
|
|
7331
7331
|
## `sf package convert`
|
|
7332
7332
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.149.
|
|
3
|
+
"version": "2.149.8",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.149.
|
|
9
|
+
"version": "2.149.8",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,16 +24,16 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.61",
|
|
25
25
|
"@salesforce/core": "^9.0.0",
|
|
26
26
|
"@salesforce/kit": "^4.0.0",
|
|
27
|
-
"@salesforce/plugin-agent": "2.0.
|
|
27
|
+
"@salesforce/plugin-agent": "2.0.3",
|
|
28
28
|
"@salesforce/plugin-apex": "4.1.0",
|
|
29
29
|
"@salesforce/plugin-api": "2.0.9",
|
|
30
|
-
"@salesforce/plugin-auth": "5.0.
|
|
30
|
+
"@salesforce/plugin-auth": "5.0.6",
|
|
31
31
|
"@salesforce/plugin-data": "5.1.5",
|
|
32
32
|
"@salesforce/plugin-deploy-retrieve": "4.1.2",
|
|
33
|
-
"@salesforce/plugin-info": "4.0.
|
|
33
|
+
"@salesforce/plugin-info": "4.0.9",
|
|
34
34
|
"@salesforce/plugin-limits": "4.0.3",
|
|
35
35
|
"@salesforce/plugin-marketplace": "2.0.5",
|
|
36
|
-
"@salesforce/plugin-org": "6.0.
|
|
36
|
+
"@salesforce/plugin-org": "6.0.9",
|
|
37
37
|
"@salesforce/plugin-packaging": "3.0.5",
|
|
38
38
|
"@salesforce/plugin-schema": "4.0.5",
|
|
39
39
|
"@salesforce/plugin-settings": "3.0.5",
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@salesforce/plugin-templates": "57.0.9",
|
|
43
43
|
"@salesforce/plugin-trust": "4.0.9",
|
|
44
44
|
"@salesforce/plugin-user": "5.0.1",
|
|
45
|
-
"@salesforce/sf-plugins-core": "13.0.
|
|
45
|
+
"@salesforce/sf-plugins-core": "13.0.3",
|
|
46
46
|
"ansis": "^3.12.0"
|
|
47
47
|
},
|
|
48
48
|
"bin": {
|
|
@@ -2511,9 +2511,9 @@
|
|
|
2511
2511
|
}
|
|
2512
2512
|
},
|
|
2513
2513
|
"node_modules/@jsforce/jsforce-node": {
|
|
2514
|
-
"version": "3.10.
|
|
2515
|
-
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
2516
|
-
"integrity": "sha512-
|
|
2514
|
+
"version": "3.10.22",
|
|
2515
|
+
"resolved": "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.22.tgz",
|
|
2516
|
+
"integrity": "sha512-4TLjnvTlBW59NmNSsRRV5dDEepQGfBKVD0WWQlJUJwkU0d5FFxo8GbfNmCOXkjjYAe1wv7SuvMzJKcLZHU6qyw==",
|
|
2517
2517
|
"license": "MIT",
|
|
2518
2518
|
"dependencies": {
|
|
2519
2519
|
"@sindresorhus/is": "^4",
|
|
@@ -4136,9 +4136,9 @@
|
|
|
4136
4136
|
"license": "MIT"
|
|
4137
4137
|
},
|
|
4138
4138
|
"node_modules/@salesforce/agents": {
|
|
4139
|
-
"version": "2.0.
|
|
4140
|
-
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.
|
|
4141
|
-
"integrity": "sha512-
|
|
4139
|
+
"version": "2.0.4",
|
|
4140
|
+
"resolved": "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.4.tgz",
|
|
4141
|
+
"integrity": "sha512-ZUZH6+y4pfowqw6OMeF4rifsSObr0dyMZsBlkgkvwexqKXyg6igKyfwmN3NbjHfgtSfeyJN6n0dfsA3U51qBrQ==",
|
|
4142
4142
|
"license": "Apache-2.0",
|
|
4143
4143
|
"dependencies": {
|
|
4144
4144
|
"@salesforce/core": "^9.0.0",
|
|
@@ -4344,12 +4344,12 @@
|
|
|
4344
4344
|
}
|
|
4345
4345
|
},
|
|
4346
4346
|
"node_modules/@salesforce/core": {
|
|
4347
|
-
"version": "9.1.
|
|
4348
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.
|
|
4349
|
-
"integrity": "sha512-
|
|
4347
|
+
"version": "9.1.4",
|
|
4348
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-9.1.4.tgz",
|
|
4349
|
+
"integrity": "sha512-S4VZ0xstYOAs5dwt7EDGkuFZA8rddy0wmuPTGjsIhgAPzuq3I5lKyBNwqXMMxdhBcWi+P4cXccHLpOYivgdrXQ==",
|
|
4350
4350
|
"license": "Apache-2.0",
|
|
4351
4351
|
"dependencies": {
|
|
4352
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
4352
|
+
"@jsforce/jsforce-node": "^3.10.22",
|
|
4353
4353
|
"@salesforce/kit": "^4.0.0",
|
|
4354
4354
|
"@salesforce/ts-types": "^3.0.0",
|
|
4355
4355
|
"ajv": "^8.18.0",
|
|
@@ -4561,16 +4561,16 @@
|
|
|
4561
4561
|
}
|
|
4562
4562
|
},
|
|
4563
4563
|
"node_modules/@salesforce/plugin-agent": {
|
|
4564
|
-
"version": "2.0.
|
|
4565
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.
|
|
4566
|
-
"integrity": "sha512-
|
|
4564
|
+
"version": "2.0.3",
|
|
4565
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.3.tgz",
|
|
4566
|
+
"integrity": "sha512-Sp4T0Z/1NLTwMrZECFNl/hVkwMLO9wOSXolFgXwXl49U094VB5azmidhZwcUSOBbWBCuealP0O7MWtzK7bGNLg==",
|
|
4567
4567
|
"license": "Apache-2.0",
|
|
4568
4568
|
"dependencies": {
|
|
4569
4569
|
"@inquirer/core": "^10.3.2",
|
|
4570
4570
|
"@inquirer/prompts": "^7.10.1",
|
|
4571
4571
|
"@oclif/core": "^4",
|
|
4572
4572
|
"@oclif/multi-stage-output": "^0.8.36",
|
|
4573
|
-
"@salesforce/agents": "^2.0.
|
|
4573
|
+
"@salesforce/agents": "^2.0.4",
|
|
4574
4574
|
"@salesforce/core": "^9.0.0",
|
|
4575
4575
|
"@salesforce/kit": "^4.0.0",
|
|
4576
4576
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
@@ -4658,20 +4658,20 @@
|
|
|
4658
4658
|
}
|
|
4659
4659
|
},
|
|
4660
4660
|
"node_modules/@salesforce/plugin-auth": {
|
|
4661
|
-
"version": "5.0.
|
|
4662
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.
|
|
4663
|
-
"integrity": "sha512-
|
|
4661
|
+
"version": "5.0.6",
|
|
4662
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.6.tgz",
|
|
4663
|
+
"integrity": "sha512-Dyd+PTeiJuchVGTyKdhTQSbNM4Giezj9Hi1Pm07c3tYLnFuuW1de5yyWd7LTdjUYpEeGnvb2SX3IAND/u3y+2Q==",
|
|
4664
4664
|
"license": "Apache-2.0",
|
|
4665
4665
|
"dependencies": {
|
|
4666
4666
|
"@inquirer/checkbox": "^2.5.0",
|
|
4667
4667
|
"@inquirer/select": "^2.5.0",
|
|
4668
4668
|
"@oclif/core": "^4",
|
|
4669
|
-
"@salesforce/core": "^9.1.
|
|
4669
|
+
"@salesforce/core": "^9.1.4",
|
|
4670
4670
|
"@salesforce/kit": "^4.0.0",
|
|
4671
|
-
"@salesforce/plugin-info": "^4.0.
|
|
4672
|
-
"@salesforce/sf-plugins-core": "^13.0.
|
|
4671
|
+
"@salesforce/plugin-info": "^4.0.9",
|
|
4672
|
+
"@salesforce/sf-plugins-core": "^13.0.3",
|
|
4673
4673
|
"@salesforce/ts-types": "^3.0.0",
|
|
4674
|
-
"open": "^
|
|
4674
|
+
"open": "^11.0.0",
|
|
4675
4675
|
"which": "^4"
|
|
4676
4676
|
},
|
|
4677
4677
|
"engines": {
|
|
@@ -4950,15 +4950,15 @@
|
|
|
4950
4950
|
}
|
|
4951
4951
|
},
|
|
4952
4952
|
"node_modules/@salesforce/plugin-info": {
|
|
4953
|
-
"version": "4.0.
|
|
4954
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.
|
|
4955
|
-
"integrity": "sha512-
|
|
4953
|
+
"version": "4.0.9",
|
|
4954
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.9.tgz",
|
|
4955
|
+
"integrity": "sha512-xNVPq6irNrv8bnSuXVqmwsUxfgNtC5PdAr1xavKo3K5euZMBaSw+UDtULVYgAbAz2lFJ2OPY+dqJ95YpP0KjwQ==",
|
|
4956
4956
|
"license": "Apache-2.0",
|
|
4957
4957
|
"dependencies": {
|
|
4958
4958
|
"@inquirer/input": "^2.3.0",
|
|
4959
|
-
"@jsforce/jsforce-node": "^3.10.
|
|
4959
|
+
"@jsforce/jsforce-node": "^3.10.22",
|
|
4960
4960
|
"@oclif/core": "^4",
|
|
4961
|
-
"@salesforce/core": "^9.1.
|
|
4961
|
+
"@salesforce/core": "^9.1.4",
|
|
4962
4962
|
"@salesforce/kit": "^4.0.0",
|
|
4963
4963
|
"@salesforce/sf-plugins-core": "^13.0.0",
|
|
4964
4964
|
"got": "^13.0.0",
|
|
@@ -4973,6 +4973,39 @@
|
|
|
4973
4973
|
"node": ">=22.0.0"
|
|
4974
4974
|
}
|
|
4975
4975
|
},
|
|
4976
|
+
"node_modules/@salesforce/plugin-info/node_modules/open": {
|
|
4977
|
+
"version": "10.2.0",
|
|
4978
|
+
"resolved": "https://registry.npmjs.org/open/-/open-10.2.0.tgz",
|
|
4979
|
+
"integrity": "sha512-YgBpdJHPyQ2UE5x+hlSXcnejzAvD0b22U2OuAP+8OnlJT+PjWPxtgmGqKKc+RgTM63U9gN0YzrYc71R2WT/hTA==",
|
|
4980
|
+
"license": "MIT",
|
|
4981
|
+
"dependencies": {
|
|
4982
|
+
"default-browser": "^5.2.1",
|
|
4983
|
+
"define-lazy-prop": "^3.0.0",
|
|
4984
|
+
"is-inside-container": "^1.0.0",
|
|
4985
|
+
"wsl-utils": "^0.1.0"
|
|
4986
|
+
},
|
|
4987
|
+
"engines": {
|
|
4988
|
+
"node": ">=18"
|
|
4989
|
+
},
|
|
4990
|
+
"funding": {
|
|
4991
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
4992
|
+
}
|
|
4993
|
+
},
|
|
4994
|
+
"node_modules/@salesforce/plugin-info/node_modules/wsl-utils": {
|
|
4995
|
+
"version": "0.1.0",
|
|
4996
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-0.1.0.tgz",
|
|
4997
|
+
"integrity": "sha512-h3Fbisa2nKGPxCpm89Hk33lBLsnaGBvctQopaBSOW/uIs6FTe1ATyAnKFJrzVs9vpGdsTe73WF3V4lIsk4Gacw==",
|
|
4998
|
+
"license": "MIT",
|
|
4999
|
+
"dependencies": {
|
|
5000
|
+
"is-wsl": "^3.1.0"
|
|
5001
|
+
},
|
|
5002
|
+
"engines": {
|
|
5003
|
+
"node": ">=18"
|
|
5004
|
+
},
|
|
5005
|
+
"funding": {
|
|
5006
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
5007
|
+
}
|
|
5008
|
+
},
|
|
4976
5009
|
"node_modules/@salesforce/plugin-limits": {
|
|
4977
5010
|
"version": "4.0.3",
|
|
4978
5011
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-4.0.3.tgz",
|
|
@@ -5003,9 +5036,9 @@
|
|
|
5003
5036
|
}
|
|
5004
5037
|
},
|
|
5005
5038
|
"node_modules/@salesforce/plugin-org": {
|
|
5006
|
-
"version": "6.0.
|
|
5007
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.
|
|
5008
|
-
"integrity": "sha512-
|
|
5039
|
+
"version": "6.0.9",
|
|
5040
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.9.tgz",
|
|
5041
|
+
"integrity": "sha512-We3V0bbQrRzMee7oJfnY1nI4AAvEM0+0MVrJ/DjpgMW1NcNvaYeoz7idw1oXSapC6dSI7dtfg+p3LjJCHP/eKQ==",
|
|
5009
5042
|
"license": "Apache-2.0",
|
|
5010
5043
|
"dependencies": {
|
|
5011
5044
|
"@oclif/core": "^4.13.3",
|
|
@@ -5018,7 +5051,7 @@
|
|
|
5018
5051
|
"ansis": "^3.16.0",
|
|
5019
5052
|
"change-case": "^5.4.4",
|
|
5020
5053
|
"is-wsl": "^3.1.1",
|
|
5021
|
-
"open": "^
|
|
5054
|
+
"open": "^11.0.1",
|
|
5022
5055
|
"terminal-link": "^3.0.0"
|
|
5023
5056
|
},
|
|
5024
5057
|
"engines": {
|
|
@@ -5275,16 +5308,16 @@
|
|
|
5275
5308
|
"license": "ISC"
|
|
5276
5309
|
},
|
|
5277
5310
|
"node_modules/@salesforce/sf-plugins-core": {
|
|
5278
|
-
"version": "13.0.
|
|
5279
|
-
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.
|
|
5280
|
-
"integrity": "sha512-
|
|
5311
|
+
"version": "13.0.3",
|
|
5312
|
+
"resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.3.tgz",
|
|
5313
|
+
"integrity": "sha512-5vL5sk7sZNf2Ab8LtGiH1B30cBzdNbQhfQh1WqeRieiH7qEHRxRPMlOiZWAR3JyYII3DrqxsNyO0SjBBTNNxag==",
|
|
5281
5314
|
"license": "Apache-2.0",
|
|
5282
5315
|
"dependencies": {
|
|
5283
5316
|
"@inquirer/confirm": "^6.1.1",
|
|
5284
5317
|
"@inquirer/password": "^5.1.1",
|
|
5285
5318
|
"@oclif/core": "^4.11.4",
|
|
5286
5319
|
"@oclif/table": "^0.5.9",
|
|
5287
|
-
"@salesforce/core": "^9.
|
|
5320
|
+
"@salesforce/core": "^9.1.4",
|
|
5288
5321
|
"@salesforce/kit": "^4.0.0",
|
|
5289
5322
|
"@salesforce/ts-types": "^3.0.0",
|
|
5290
5323
|
"ansis": "^3.3.2",
|
|
@@ -9701,9 +9734,9 @@
|
|
|
9701
9734
|
"license": "MIT"
|
|
9702
9735
|
},
|
|
9703
9736
|
"node_modules/default-browser": {
|
|
9704
|
-
"version": "5.5.
|
|
9705
|
-
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.
|
|
9706
|
-
"integrity": "sha512-
|
|
9737
|
+
"version": "5.5.1",
|
|
9738
|
+
"resolved": "https://registry.npmjs.org/default-browser/-/default-browser-5.5.1.tgz",
|
|
9739
|
+
"integrity": "sha512-m1pAzaJgZ/gssEqlOhJkPJp8Xly7QyW6xcrkUa2KKcDeDSEMP7X8xipU3snUcfisTQx0w1AGae+9UtJSfVnXGw==",
|
|
9707
9740
|
"license": "MIT",
|
|
9708
9741
|
"dependencies": {
|
|
9709
9742
|
"bundle-name": "^4.1.0",
|
|
@@ -13510,6 +13543,18 @@
|
|
|
13510
13543
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
13511
13544
|
}
|
|
13512
13545
|
},
|
|
13546
|
+
"node_modules/is-in-ssh": {
|
|
13547
|
+
"version": "1.0.0",
|
|
13548
|
+
"resolved": "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz",
|
|
13549
|
+
"integrity": "sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==",
|
|
13550
|
+
"license": "MIT",
|
|
13551
|
+
"engines": {
|
|
13552
|
+
"node": ">=20"
|
|
13553
|
+
},
|
|
13554
|
+
"funding": {
|
|
13555
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
13556
|
+
}
|
|
13557
|
+
},
|
|
13513
13558
|
"node_modules/is-inside-container": {
|
|
13514
13559
|
"version": "1.0.0",
|
|
13515
13560
|
"resolved": "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz",
|
|
@@ -18963,33 +19008,60 @@
|
|
|
18963
19008
|
}
|
|
18964
19009
|
},
|
|
18965
19010
|
"node_modules/open": {
|
|
18966
|
-
"version": "
|
|
18967
|
-
"resolved": "https://registry.npmjs.org/open/-/open-
|
|
18968
|
-
"integrity": "sha512-
|
|
19011
|
+
"version": "11.0.1",
|
|
19012
|
+
"resolved": "https://registry.npmjs.org/open/-/open-11.0.1.tgz",
|
|
19013
|
+
"integrity": "sha512-NzwMUB6C1D0+Kd+9iMS/H4k+Ck3cTX6Ckyfr/gAGlmvSE1LUQZnEZvWBi4PYmMwH/S5SMeTXnE+9uAz8uF+pWw==",
|
|
18969
19014
|
"license": "MIT",
|
|
18970
19015
|
"dependencies": {
|
|
18971
|
-
"default-browser": "^5.
|
|
19016
|
+
"default-browser": "^5.4.0",
|
|
18972
19017
|
"define-lazy-prop": "^3.0.0",
|
|
19018
|
+
"is-in-ssh": "^1.0.0",
|
|
18973
19019
|
"is-inside-container": "^1.0.0",
|
|
18974
|
-
"
|
|
19020
|
+
"powershell-utils": "^0.2.0",
|
|
19021
|
+
"wsl-utils": "^1.0.0"
|
|
18975
19022
|
},
|
|
18976
19023
|
"engines": {
|
|
18977
|
-
"node": ">=
|
|
19024
|
+
"node": ">=20"
|
|
19025
|
+
},
|
|
19026
|
+
"funding": {
|
|
19027
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
19028
|
+
}
|
|
19029
|
+
},
|
|
19030
|
+
"node_modules/open/node_modules/powershell-utils": {
|
|
19031
|
+
"version": "0.2.0",
|
|
19032
|
+
"resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.2.0.tgz",
|
|
19033
|
+
"integrity": "sha512-ZlsFlG7MtSFCoc5xreOvBAozCJ6Pf06opgJjh9ONEv418xpZSAzNjstD36C6+JwOnfSqOW/9uDkqKjezTdxZhw==",
|
|
19034
|
+
"license": "MIT",
|
|
19035
|
+
"engines": {
|
|
19036
|
+
"node": ">=20"
|
|
18978
19037
|
},
|
|
18979
19038
|
"funding": {
|
|
18980
19039
|
"url": "https://github.com/sponsors/sindresorhus"
|
|
18981
19040
|
}
|
|
18982
19041
|
},
|
|
18983
19042
|
"node_modules/open/node_modules/wsl-utils": {
|
|
18984
|
-
"version": "
|
|
18985
|
-
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-
|
|
18986
|
-
"integrity": "sha512-
|
|
19043
|
+
"version": "1.0.0",
|
|
19044
|
+
"resolved": "https://registry.npmjs.org/wsl-utils/-/wsl-utils-1.0.0.tgz",
|
|
19045
|
+
"integrity": "sha512-Hl0ZOAs672vg+06kfujwRhoS6/jehvULrlFkuF2dRu6pHgA8U06h3xqNIqNNU1LTXPcedxByAR4GS6pwQK0mgA==",
|
|
18987
19046
|
"license": "MIT",
|
|
18988
19047
|
"dependencies": {
|
|
18989
|
-
"is-wsl": "^3.1.0"
|
|
19048
|
+
"is-wsl": "^3.1.0",
|
|
19049
|
+
"powershell-utils": "^0.1.0"
|
|
18990
19050
|
},
|
|
18991
19051
|
"engines": {
|
|
18992
|
-
"node": ">=
|
|
19052
|
+
"node": ">=20"
|
|
19053
|
+
},
|
|
19054
|
+
"funding": {
|
|
19055
|
+
"url": "https://github.com/sponsors/sindresorhus"
|
|
19056
|
+
}
|
|
19057
|
+
},
|
|
19058
|
+
"node_modules/open/node_modules/wsl-utils/node_modules/powershell-utils": {
|
|
19059
|
+
"version": "0.1.0",
|
|
19060
|
+
"resolved": "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz",
|
|
19061
|
+
"integrity": "sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==",
|
|
19062
|
+
"license": "MIT",
|
|
19063
|
+
"engines": {
|
|
19064
|
+
"node": ">=20"
|
|
18993
19065
|
},
|
|
18994
19066
|
"funding": {
|
|
18995
19067
|
"url": "https://github.com/sponsors/sindresorhus"
|
package/oclif.lock
CHANGED
|
@@ -1074,10 +1074,10 @@
|
|
|
1074
1074
|
"@jridgewell/resolve-uri" "^3.0.3"
|
|
1075
1075
|
"@jridgewell/sourcemap-codec" "^1.4.10"
|
|
1076
1076
|
|
|
1077
|
-
"@jsforce/jsforce-node@^3.10.15", "@jsforce/jsforce-node@^3.10.17", "@jsforce/jsforce-node@^3.10.19":
|
|
1078
|
-
version "3.10.
|
|
1079
|
-
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.
|
|
1080
|
-
integrity sha512-
|
|
1077
|
+
"@jsforce/jsforce-node@^3.10.15", "@jsforce/jsforce-node@^3.10.17", "@jsforce/jsforce-node@^3.10.19", "@jsforce/jsforce-node@^3.10.22":
|
|
1078
|
+
version "3.10.22"
|
|
1079
|
+
resolved "https://registry.npmjs.org/@jsforce/jsforce-node/-/jsforce-node-3.10.22.tgz"
|
|
1080
|
+
integrity sha512-4TLjnvTlBW59NmNSsRRV5dDEepQGfBKVD0WWQlJUJwkU0d5FFxo8GbfNmCOXkjjYAe1wv7SuvMzJKcLZHU6qyw==
|
|
1081
1081
|
dependencies:
|
|
1082
1082
|
"@sindresorhus/is" "^4"
|
|
1083
1083
|
base64url "^3.0.1"
|
|
@@ -1781,10 +1781,10 @@
|
|
|
1781
1781
|
resolved "https://registry.npmjs.org/@rtsao/scc/-/scc-1.1.0.tgz"
|
|
1782
1782
|
integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g==
|
|
1783
1783
|
|
|
1784
|
-
"@salesforce/agents@^2.0.
|
|
1785
|
-
version "2.0.
|
|
1786
|
-
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.
|
|
1787
|
-
integrity sha512-
|
|
1784
|
+
"@salesforce/agents@^2.0.4":
|
|
1785
|
+
version "2.0.4"
|
|
1786
|
+
resolved "https://registry.npmjs.org/@salesforce/agents/-/agents-2.0.4.tgz"
|
|
1787
|
+
integrity sha512-ZUZH6+y4pfowqw6OMeF4rifsSObr0dyMZsBlkgkvwexqKXyg6igKyfwmN3NbjHfgtSfeyJN6n0dfsA3U51qBrQ==
|
|
1788
1788
|
dependencies:
|
|
1789
1789
|
"@salesforce/core" "^9.0.0"
|
|
1790
1790
|
"@salesforce/kit" "^4.0.0"
|
|
@@ -1874,12 +1874,12 @@
|
|
|
1874
1874
|
ts-retry-promise "^0.8.1"
|
|
1875
1875
|
zod "^4.1.12"
|
|
1876
1876
|
|
|
1877
|
-
"@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0", "@salesforce/core@^9.1.2":
|
|
1878
|
-
version "9.1.
|
|
1879
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-9.1.
|
|
1880
|
-
integrity sha512-
|
|
1877
|
+
"@salesforce/core@^9.0.0", "@salesforce/core@^9.1.0", "@salesforce/core@^9.1.2", "@salesforce/core@^9.1.4":
|
|
1878
|
+
version "9.1.4"
|
|
1879
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-9.1.4.tgz"
|
|
1880
|
+
integrity sha512-S4VZ0xstYOAs5dwt7EDGkuFZA8rddy0wmuPTGjsIhgAPzuq3I5lKyBNwqXMMxdhBcWi+P4cXccHLpOYivgdrXQ==
|
|
1881
1881
|
dependencies:
|
|
1882
|
-
"@jsforce/jsforce-node" "^3.10.
|
|
1882
|
+
"@jsforce/jsforce-node" "^3.10.22"
|
|
1883
1883
|
"@salesforce/kit" "^4.0.0"
|
|
1884
1884
|
"@salesforce/ts-types" "^3.0.0"
|
|
1885
1885
|
ajv "^8.18.0"
|
|
@@ -1978,16 +1978,16 @@
|
|
|
1978
1978
|
jszip "^3.10.1"
|
|
1979
1979
|
object-treeify "^2"
|
|
1980
1980
|
|
|
1981
|
-
"@salesforce/plugin-agent@2.0.
|
|
1982
|
-
version "2.0.
|
|
1983
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.
|
|
1984
|
-
integrity sha512-
|
|
1981
|
+
"@salesforce/plugin-agent@2.0.3":
|
|
1982
|
+
version "2.0.3"
|
|
1983
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-2.0.3.tgz"
|
|
1984
|
+
integrity sha512-Sp4T0Z/1NLTwMrZECFNl/hVkwMLO9wOSXolFgXwXl49U094VB5azmidhZwcUSOBbWBCuealP0O7MWtzK7bGNLg==
|
|
1985
1985
|
dependencies:
|
|
1986
1986
|
"@inquirer/core" "^10.3.2"
|
|
1987
1987
|
"@inquirer/prompts" "^7.10.1"
|
|
1988
1988
|
"@oclif/core" "^4"
|
|
1989
1989
|
"@oclif/multi-stage-output" "^0.8.36"
|
|
1990
|
-
"@salesforce/agents" "^2.0.
|
|
1990
|
+
"@salesforce/agents" "^2.0.4"
|
|
1991
1991
|
"@salesforce/core" "^9.0.0"
|
|
1992
1992
|
"@salesforce/kit" "^4.0.0"
|
|
1993
1993
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
@@ -2028,20 +2028,20 @@
|
|
|
2028
2028
|
got "^13.0.0"
|
|
2029
2029
|
proxy-agent "^6.5.0"
|
|
2030
2030
|
|
|
2031
|
-
"@salesforce/plugin-auth@5.0.
|
|
2032
|
-
version "5.0.
|
|
2033
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.
|
|
2034
|
-
integrity sha512-
|
|
2031
|
+
"@salesforce/plugin-auth@5.0.6":
|
|
2032
|
+
version "5.0.6"
|
|
2033
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-5.0.6.tgz"
|
|
2034
|
+
integrity sha512-Dyd+PTeiJuchVGTyKdhTQSbNM4Giezj9Hi1Pm07c3tYLnFuuW1de5yyWd7LTdjUYpEeGnvb2SX3IAND/u3y+2Q==
|
|
2035
2035
|
dependencies:
|
|
2036
2036
|
"@inquirer/checkbox" "^2.5.0"
|
|
2037
2037
|
"@inquirer/select" "^2.5.0"
|
|
2038
2038
|
"@oclif/core" "^4"
|
|
2039
|
-
"@salesforce/core" "^9.1.
|
|
2039
|
+
"@salesforce/core" "^9.1.4"
|
|
2040
2040
|
"@salesforce/kit" "^4.0.0"
|
|
2041
|
-
"@salesforce/plugin-info" "^4.0.
|
|
2042
|
-
"@salesforce/sf-plugins-core" "^13.0.
|
|
2041
|
+
"@salesforce/plugin-info" "^4.0.9"
|
|
2042
|
+
"@salesforce/sf-plugins-core" "^13.0.3"
|
|
2043
2043
|
"@salesforce/ts-types" "^3.0.0"
|
|
2044
|
-
open "^
|
|
2044
|
+
open "^11.0.0"
|
|
2045
2045
|
which "^4"
|
|
2046
2046
|
|
|
2047
2047
|
"@salesforce/plugin-command-reference@^3.1.122":
|
|
@@ -2097,15 +2097,15 @@
|
|
|
2097
2097
|
ansis "^3.17.0"
|
|
2098
2098
|
terminal-link "^3.0.0"
|
|
2099
2099
|
|
|
2100
|
-
"@salesforce/plugin-info@^4.0.0", "@salesforce/plugin-info@^4.0.4", "@salesforce/plugin-info@4.0.
|
|
2101
|
-
version "4.0.
|
|
2102
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.
|
|
2103
|
-
integrity sha512-
|
|
2100
|
+
"@salesforce/plugin-info@^4.0.0", "@salesforce/plugin-info@^4.0.4", "@salesforce/plugin-info@^4.0.9", "@salesforce/plugin-info@4.0.9":
|
|
2101
|
+
version "4.0.9"
|
|
2102
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-4.0.9.tgz"
|
|
2103
|
+
integrity sha512-xNVPq6irNrv8bnSuXVqmwsUxfgNtC5PdAr1xavKo3K5euZMBaSw+UDtULVYgAbAz2lFJ2OPY+dqJ95YpP0KjwQ==
|
|
2104
2104
|
dependencies:
|
|
2105
2105
|
"@inquirer/input" "^2.3.0"
|
|
2106
|
-
"@jsforce/jsforce-node" "^3.10.
|
|
2106
|
+
"@jsforce/jsforce-node" "^3.10.22"
|
|
2107
2107
|
"@oclif/core" "^4"
|
|
2108
|
-
"@salesforce/core" "^9.1.
|
|
2108
|
+
"@salesforce/core" "^9.1.4"
|
|
2109
2109
|
"@salesforce/kit" "^4.0.0"
|
|
2110
2110
|
"@salesforce/sf-plugins-core" "^13.0.0"
|
|
2111
2111
|
got "^13.0.0"
|
|
@@ -2135,10 +2135,10 @@
|
|
|
2135
2135
|
got "^13.0.0"
|
|
2136
2136
|
proxy-agent "^6.5.0"
|
|
2137
2137
|
|
|
2138
|
-
"@salesforce/plugin-org@6.0.
|
|
2139
|
-
version "6.0.
|
|
2140
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.
|
|
2141
|
-
integrity sha512-
|
|
2138
|
+
"@salesforce/plugin-org@6.0.9":
|
|
2139
|
+
version "6.0.9"
|
|
2140
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-6.0.9.tgz"
|
|
2141
|
+
integrity sha512-We3V0bbQrRzMee7oJfnY1nI4AAvEM0+0MVrJ/DjpgMW1NcNvaYeoz7idw1oXSapC6dSI7dtfg+p3LjJCHP/eKQ==
|
|
2142
2142
|
dependencies:
|
|
2143
2143
|
"@oclif/core" "^4.13.3"
|
|
2144
2144
|
"@oclif/multi-stage-output" "^0.8.44"
|
|
@@ -2150,7 +2150,7 @@
|
|
|
2150
2150
|
ansis "^3.16.0"
|
|
2151
2151
|
change-case "^5.4.4"
|
|
2152
2152
|
is-wsl "^3.1.1"
|
|
2153
|
-
open "^
|
|
2153
|
+
open "^11.0.1"
|
|
2154
2154
|
terminal-link "^3.0.0"
|
|
2155
2155
|
|
|
2156
2156
|
"@salesforce/plugin-packaging@3.0.5":
|
|
@@ -2307,16 +2307,16 @@
|
|
|
2307
2307
|
cli-progress "^3.12.0"
|
|
2308
2308
|
terminal-link "^3.0.0"
|
|
2309
2309
|
|
|
2310
|
-
"@salesforce/sf-plugins-core@^13.0.0", "@salesforce/sf-plugins-core@13.0.
|
|
2311
|
-
version "13.0.
|
|
2312
|
-
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.
|
|
2313
|
-
integrity sha512-
|
|
2310
|
+
"@salesforce/sf-plugins-core@^13.0.0", "@salesforce/sf-plugins-core@^13.0.3", "@salesforce/sf-plugins-core@13.0.3":
|
|
2311
|
+
version "13.0.3"
|
|
2312
|
+
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-13.0.3.tgz"
|
|
2313
|
+
integrity sha512-5vL5sk7sZNf2Ab8LtGiH1B30cBzdNbQhfQh1WqeRieiH7qEHRxRPMlOiZWAR3JyYII3DrqxsNyO0SjBBTNNxag==
|
|
2314
2314
|
dependencies:
|
|
2315
2315
|
"@inquirer/confirm" "^6.1.1"
|
|
2316
2316
|
"@inquirer/password" "^5.1.1"
|
|
2317
2317
|
"@oclif/core" "^4.11.4"
|
|
2318
2318
|
"@oclif/table" "^0.5.9"
|
|
2319
|
-
"@salesforce/core" "^9.
|
|
2319
|
+
"@salesforce/core" "^9.1.4"
|
|
2320
2320
|
"@salesforce/kit" "^4.0.0"
|
|
2321
2321
|
"@salesforce/ts-types" "^3.0.0"
|
|
2322
2322
|
ansis "^3.3.2"
|
|
@@ -4461,10 +4461,10 @@ default-browser-id@^5.0.0:
|
|
|
4461
4461
|
resolved "https://registry.npmjs.org/default-browser-id/-/default-browser-id-5.0.1.tgz"
|
|
4462
4462
|
integrity sha512-x1VCxdX4t+8wVfd1so/9w+vQ4vx7lKd2Qp5tDRutErwmR85OgmfX7RlLRMWafRMY7hbEiXIbudNrjOAPa/hL8Q==
|
|
4463
4463
|
|
|
4464
|
-
default-browser@^5.2.1:
|
|
4465
|
-
version "5.5.
|
|
4466
|
-
resolved "https://registry.npmjs.org/default-browser/-/default-browser-5.5.
|
|
4467
|
-
integrity sha512-
|
|
4464
|
+
default-browser@^5.2.1, default-browser@^5.4.0:
|
|
4465
|
+
version "5.5.1"
|
|
4466
|
+
resolved "https://registry.npmjs.org/default-browser/-/default-browser-5.5.1.tgz"
|
|
4467
|
+
integrity sha512-m1pAzaJgZ/gssEqlOhJkPJp8Xly7QyW6xcrkUa2KKcDeDSEMP7X8xipU3snUcfisTQx0w1AGae+9UtJSfVnXGw==
|
|
4468
4468
|
dependencies:
|
|
4469
4469
|
bundle-name "^4.1.0"
|
|
4470
4470
|
default-browser-id "^5.0.0"
|
|
@@ -6530,6 +6530,11 @@ is-in-ci@^0.1.0:
|
|
|
6530
6530
|
resolved "https://registry.npmjs.org/is-in-ci/-/is-in-ci-0.1.0.tgz"
|
|
6531
6531
|
integrity sha512-d9PXLEY0v1iJ64xLiQMJ51J128EYHAaOR4yZqQi8aHGfw6KgifM3/Viw1oZZ1GCVmb3gBuyhLyHj0HgR2DhSXQ==
|
|
6532
6532
|
|
|
6533
|
+
is-in-ssh@^1.0.0:
|
|
6534
|
+
version "1.0.0"
|
|
6535
|
+
resolved "https://registry.npmjs.org/is-in-ssh/-/is-in-ssh-1.0.0.tgz"
|
|
6536
|
+
integrity sha512-jYa6Q9rH90kR1vKB6NM7qqd1mge3Fx4Dhw5TVlK1MUBqhEOuCagrEHMevNuCcbECmXZ0ThXkRm+Ymr51HwEPAw==
|
|
6537
|
+
|
|
6533
6538
|
is-inside-container@^1.0.0:
|
|
6534
6539
|
version "1.0.0"
|
|
6535
6540
|
resolved "https://registry.npmjs.org/is-inside-container/-/is-inside-container-1.0.0.tgz"
|
|
@@ -8489,6 +8494,18 @@ open@^10.2.0:
|
|
|
8489
8494
|
is-inside-container "^1.0.0"
|
|
8490
8495
|
wsl-utils "^0.1.0"
|
|
8491
8496
|
|
|
8497
|
+
open@^11.0.0, open@^11.0.1:
|
|
8498
|
+
version "11.0.1"
|
|
8499
|
+
resolved "https://registry.npmjs.org/open/-/open-11.0.1.tgz"
|
|
8500
|
+
integrity sha512-NzwMUB6C1D0+Kd+9iMS/H4k+Ck3cTX6Ckyfr/gAGlmvSE1LUQZnEZvWBi4PYmMwH/S5SMeTXnE+9uAz8uF+pWw==
|
|
8501
|
+
dependencies:
|
|
8502
|
+
default-browser "^5.4.0"
|
|
8503
|
+
define-lazy-prop "^3.0.0"
|
|
8504
|
+
is-in-ssh "^1.0.0"
|
|
8505
|
+
is-inside-container "^1.0.0"
|
|
8506
|
+
powershell-utils "^0.2.0"
|
|
8507
|
+
wsl-utils "^1.0.0"
|
|
8508
|
+
|
|
8492
8509
|
optionator@^0.9.3:
|
|
8493
8510
|
version "0.9.4"
|
|
8494
8511
|
resolved "https://registry.npmjs.org/optionator/-/optionator-0.9.4.tgz"
|
|
@@ -8940,6 +8957,11 @@ powershell-utils@^0.1.0:
|
|
|
8940
8957
|
resolved "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.1.0.tgz"
|
|
8941
8958
|
integrity sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A==
|
|
8942
8959
|
|
|
8960
|
+
powershell-utils@^0.2.0:
|
|
8961
|
+
version "0.2.0"
|
|
8962
|
+
resolved "https://registry.npmjs.org/powershell-utils/-/powershell-utils-0.2.0.tgz"
|
|
8963
|
+
integrity sha512-ZlsFlG7MtSFCoc5xreOvBAozCJ6Pf06opgJjh9ONEv418xpZSAzNjstD36C6+JwOnfSqOW/9uDkqKjezTdxZhw==
|
|
8964
|
+
|
|
8943
8965
|
prelude-ls@^1.2.1:
|
|
8944
8966
|
version "1.2.1"
|
|
8945
8967
|
resolved "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz"
|
|
@@ -11075,6 +11097,14 @@ wsl-utils@^0.4.0:
|
|
|
11075
11097
|
is-wsl "^3.1.0"
|
|
11076
11098
|
powershell-utils "^0.1.0"
|
|
11077
11099
|
|
|
11100
|
+
wsl-utils@^1.0.0:
|
|
11101
|
+
version "1.0.0"
|
|
11102
|
+
resolved "https://registry.npmjs.org/wsl-utils/-/wsl-utils-1.0.0.tgz"
|
|
11103
|
+
integrity sha512-Hl0ZOAs672vg+06kfujwRhoS6/jehvULrlFkuF2dRu6pHgA8U06h3xqNIqNNU1LTXPcedxByAR4GS6pwQK0mgA==
|
|
11104
|
+
dependencies:
|
|
11105
|
+
is-wsl "^3.1.0"
|
|
11106
|
+
powershell-utils "^0.1.0"
|
|
11107
|
+
|
|
11078
11108
|
xml-naming@^0.3.0:
|
|
11079
11109
|
version "0.3.0"
|
|
11080
11110
|
resolved "https://registry.npmjs.org/xml-naming/-/xml-naming-0.3.0.tgz"
|
package/oclif.manifest.json
CHANGED
|
@@ -2449,7 +2449,8 @@
|
|
|
2449
2449
|
"Create a pipeline and associate it with a new GitHub repository:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo my-new-repo --repo-type github --repo-owner myorg --create-repo",
|
|
2450
2450
|
"Create a pipeline and create a new Bitbucket repository:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo my-new-repo --repo-type bitbucket --bitbucket-workspace myworkspace --bitbucket-project-key PROJ --create-repo",
|
|
2451
2451
|
"Create a pipeline and associate it with an existing Bitbucket repository:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo https://bitbucket.org/myworkspace/myrepo",
|
|
2452
|
-
"Create a pipeline with custom stage names instead of the default stages:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo https://github.com/myorg/myrepo --stage Dev --stage QA --stage Prod"
|
|
2452
|
+
"Create a pipeline with custom stage names instead of the default stages:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo https://github.com/myorg/myrepo --stage Dev --stage QA --stage Prod",
|
|
2453
|
+
"Create a pipeline and associate one or more projects with it:\n<%= config.bin %> <%= command.id %> --target-org my-devops-org --name \"Release Pipeline\" --repo https://github.com/myorg/myrepo --project-id 0Hn000000000001 --project-id 0Hn000000000002"
|
|
2453
2454
|
],
|
|
2454
2455
|
"flags": {
|
|
2455
2456
|
"json": {
|
|
@@ -2547,6 +2548,13 @@
|
|
|
2547
2548
|
"hasDynamicHelp": false,
|
|
2548
2549
|
"multiple": true,
|
|
2549
2550
|
"type": "option"
|
|
2551
|
+
},
|
|
2552
|
+
"project-id": {
|
|
2553
|
+
"name": "project-id",
|
|
2554
|
+
"summary": "ID of a project to associate with the pipeline. Repeat the flag to associate multiple projects.",
|
|
2555
|
+
"hasDynamicHelp": false,
|
|
2556
|
+
"multiple": true,
|
|
2557
|
+
"type": "option"
|
|
2550
2558
|
}
|
|
2551
2559
|
},
|
|
2552
2560
|
"hasDynamicHelp": true,
|
|
@@ -6998,5 +7006,5 @@
|
|
|
6998
7006
|
"requiresProject": true
|
|
6999
7007
|
}
|
|
7000
7008
|
},
|
|
7001
|
-
"version": "2.149.
|
|
7009
|
+
"version": "2.149.8"
|
|
7002
7010
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.149.
|
|
4
|
+
"version": "2.149.8",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -80,7 +80,7 @@
|
|
|
80
80
|
"@salesforce/plugin-community": "4.0.4",
|
|
81
81
|
"@salesforce/plugin-custom-metadata": "4.0.4",
|
|
82
82
|
"@salesforce/plugin-dev": "2.5.3",
|
|
83
|
-
"@salesforce/plugin-devops-center": "2.
|
|
83
|
+
"@salesforce/plugin-devops-center": "2.2.0",
|
|
84
84
|
"@salesforce/plugin-flow": "2.0.0",
|
|
85
85
|
"@salesforce/plugin-lightning-dev": "6.2.18",
|
|
86
86
|
"@salesforce/plugin-signups": "3.0.4",
|
|
@@ -159,16 +159,16 @@
|
|
|
159
159
|
"@oclif/plugin-which": "3.2.61",
|
|
160
160
|
"@salesforce/core": "^9.0.0",
|
|
161
161
|
"@salesforce/kit": "^4.0.0",
|
|
162
|
-
"@salesforce/plugin-agent": "2.0.
|
|
162
|
+
"@salesforce/plugin-agent": "2.0.3",
|
|
163
163
|
"@salesforce/plugin-apex": "4.1.0",
|
|
164
164
|
"@salesforce/plugin-api": "2.0.9",
|
|
165
|
-
"@salesforce/plugin-auth": "5.0.
|
|
165
|
+
"@salesforce/plugin-auth": "5.0.6",
|
|
166
166
|
"@salesforce/plugin-data": "5.1.5",
|
|
167
167
|
"@salesforce/plugin-deploy-retrieve": "4.1.2",
|
|
168
|
-
"@salesforce/plugin-info": "4.0.
|
|
168
|
+
"@salesforce/plugin-info": "4.0.9",
|
|
169
169
|
"@salesforce/plugin-limits": "4.0.3",
|
|
170
170
|
"@salesforce/plugin-marketplace": "2.0.5",
|
|
171
|
-
"@salesforce/plugin-org": "6.0.
|
|
171
|
+
"@salesforce/plugin-org": "6.0.9",
|
|
172
172
|
"@salesforce/plugin-packaging": "3.0.5",
|
|
173
173
|
"@salesforce/plugin-schema": "4.0.5",
|
|
174
174
|
"@salesforce/plugin-settings": "3.0.5",
|
|
@@ -177,7 +177,7 @@
|
|
|
177
177
|
"@salesforce/plugin-templates": "57.0.9",
|
|
178
178
|
"@salesforce/plugin-trust": "4.0.9",
|
|
179
179
|
"@salesforce/plugin-user": "5.0.1",
|
|
180
|
-
"@salesforce/sf-plugins-core": "13.0.
|
|
180
|
+
"@salesforce/sf-plugins-core": "13.0.3",
|
|
181
181
|
"ansis": "^3.12.0"
|
|
182
182
|
},
|
|
183
183
|
"pinnedDependencies": [
|