@salesforce/cli 2.49.5 → 2.49.7
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 +46 -134
- package/npm-shrinkwrap.json +110 -167
- package/oclif.lock +40 -95
- package/oclif.manifest.json +1 -5
- package/package.json +6 -6
package/README.md
CHANGED
|
@@ -24,7 +24,7 @@ $ npm install -g @salesforce/cli
|
|
|
24
24
|
$ sf COMMAND
|
|
25
25
|
running command...
|
|
26
26
|
$ sf (--version|-v)
|
|
27
|
-
@salesforce/cli/2.49.
|
|
27
|
+
@salesforce/cli/2.49.7 linux-x64 node-v20.15.0
|
|
28
28
|
$ sf --help [COMMAND]
|
|
29
29
|
USAGE
|
|
30
30
|
$ sf COMMAND
|
|
@@ -64,10 +64,8 @@ See [architecture page](ARCHITECTURE.md) for diagrams of the Salesforce CLI.
|
|
|
64
64
|
- [`sf data delete bulk`](#sf-data-delete-bulk)
|
|
65
65
|
- [`sf data delete record`](#sf-data-delete-record)
|
|
66
66
|
- [`sf data delete resume`](#sf-data-delete-resume)
|
|
67
|
-
- [`sf data export beta tree`](#sf-data-export-beta-tree)
|
|
68
67
|
- [`sf data export tree`](#sf-data-export-tree)
|
|
69
68
|
- [`sf data get record`](#sf-data-get-record)
|
|
70
|
-
- [`sf data import beta tree`](#sf-data-import-beta-tree)
|
|
71
69
|
- [`sf data import tree`](#sf-data-import-tree)
|
|
72
70
|
- [`sf data query`](#sf-data-query)
|
|
73
71
|
- [`sf data query resume`](#sf-data-query-resume)
|
|
@@ -519,7 +517,7 @@ FLAG DESCRIPTIONS
|
|
|
519
517
|
directory.
|
|
520
518
|
```
|
|
521
519
|
|
|
522
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.
|
|
520
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.3/src/commands/apex/get/log.ts)_
|
|
523
521
|
|
|
524
522
|
## `sf apex get test`
|
|
525
523
|
|
|
@@ -573,7 +571,7 @@ EXAMPLES
|
|
|
573
571
|
me@myorg'
|
|
574
572
|
```
|
|
575
573
|
|
|
576
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.
|
|
574
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.3/src/commands/apex/get/test.ts)_
|
|
577
575
|
|
|
578
576
|
## `sf apex list log`
|
|
579
577
|
|
|
@@ -613,7 +611,7 @@ EXAMPLES
|
|
|
613
611
|
$ sf apex list log --target-org me@my.org
|
|
614
612
|
```
|
|
615
613
|
|
|
616
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.
|
|
614
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.3/src/commands/apex/list/log.ts)_
|
|
617
615
|
|
|
618
616
|
## `sf apex run`
|
|
619
617
|
|
|
@@ -660,7 +658,7 @@ EXAMPLES
|
|
|
660
658
|
$ sf apex run
|
|
661
659
|
```
|
|
662
660
|
|
|
663
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.
|
|
661
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.3/src/commands/apex/run.ts)_
|
|
664
662
|
|
|
665
663
|
## `sf apex run test`
|
|
666
664
|
|
|
@@ -801,7 +799,7 @@ FLAG DESCRIPTIONS
|
|
|
801
799
|
--tests Test1 --tests Test2
|
|
802
800
|
```
|
|
803
801
|
|
|
804
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.
|
|
802
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.3/src/commands/apex/run/test.ts)_
|
|
805
803
|
|
|
806
804
|
## `sf apex tail log`
|
|
807
805
|
|
|
@@ -844,7 +842,7 @@ EXAMPLES
|
|
|
844
842
|
$ sf apex tail log --color --skip-trace-flag
|
|
845
843
|
```
|
|
846
844
|
|
|
847
|
-
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.
|
|
845
|
+
_See code: [@salesforce/plugin-apex](https://github.com/salesforcecli/plugin-apex/blob/3.2.3/src/commands/apex/tail/log.ts)_
|
|
848
846
|
|
|
849
847
|
## `sf autocomplete [SHELL]`
|
|
850
848
|
|
|
@@ -1161,7 +1159,7 @@ EXAMPLES
|
|
|
1161
1159
|
$ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
|
|
1162
1160
|
```
|
|
1163
1161
|
|
|
1164
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1162
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/create/file.ts)_
|
|
1165
1163
|
|
|
1166
1164
|
## `sf data create record`
|
|
1167
1165
|
|
|
@@ -1217,7 +1215,7 @@ EXAMPLES
|
|
|
1217
1215
|
TracedEntityId=01p17000000R6bLAAS"
|
|
1218
1216
|
```
|
|
1219
1217
|
|
|
1220
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1218
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/create/record.ts)_
|
|
1221
1219
|
|
|
1222
1220
|
## `sf data delete bulk`
|
|
1223
1221
|
|
|
@@ -1275,7 +1273,7 @@ FLAG DESCRIPTIONS
|
|
|
1275
1273
|
and can be enabled only by a system administrator.
|
|
1276
1274
|
```
|
|
1277
1275
|
|
|
1278
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1276
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/delete/bulk.ts)_
|
|
1279
1277
|
|
|
1280
1278
|
## `sf data delete record`
|
|
1281
1279
|
|
|
@@ -1336,7 +1334,7 @@ EXAMPLES
|
|
|
1336
1334
|
$ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1337
1335
|
```
|
|
1338
1336
|
|
|
1339
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1337
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/delete/record.ts)_
|
|
1340
1338
|
|
|
1341
1339
|
## `sf data delete resume`
|
|
1342
1340
|
|
|
@@ -1375,65 +1373,7 @@ EXAMPLES
|
|
|
1375
1373
|
$ sf data delete resume --use-most-recent --target-org my-scratch
|
|
1376
1374
|
```
|
|
1377
1375
|
|
|
1378
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1379
|
-
|
|
1380
|
-
## `sf data export beta tree`
|
|
1381
|
-
|
|
1382
|
-
Export data from an org into one or more JSON files.
|
|
1383
|
-
|
|
1384
|
-
```
|
|
1385
|
-
USAGE
|
|
1386
|
-
$ sf data export beta tree -o <value> -q <value> [--json] [--flags-dir <value>] [--api-version <value>] [-p] [-x <value>]
|
|
1387
|
-
[-d <value>]
|
|
1388
|
-
|
|
1389
|
-
FLAGS
|
|
1390
|
-
-d, --output-dir=<value> Directory in which to generate the JSON files; default is current directory.
|
|
1391
|
-
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
1392
|
-
configuration variable is already set.
|
|
1393
|
-
-p, --plan Generate multiple sObject tree files and a plan definition file for aggregated import.
|
|
1394
|
-
-q, --query=<value> (required) SOQL query, or filepath of a file that contains the query, to retrieve records.
|
|
1395
|
-
-x, --prefix=<value> Prefix of generated files.
|
|
1396
|
-
--api-version=<value> Override the api version used for api requests made by this command
|
|
1397
|
-
|
|
1398
|
-
GLOBAL FLAGS
|
|
1399
|
-
--flags-dir=<value> Import flag values from a directory.
|
|
1400
|
-
--json Format output as json.
|
|
1401
|
-
|
|
1402
|
-
DESCRIPTION
|
|
1403
|
-
Export data from an org into one or more JSON files.
|
|
1404
|
-
|
|
1405
|
-
Specify a SOQL query, either directly at the command line or read from a file, to retrieve the data you want to
|
|
1406
|
-
export. The exported data is written to JSON files in sObject tree format, which is a collection of nested,
|
|
1407
|
-
parent-child records with a single root record. Use these JSON files to import data into an org with the "sf data
|
|
1408
|
-
import tree" command.
|
|
1409
|
-
|
|
1410
|
-
If your SOQL query references multiple objects, the command generates a single JSON file by default. You can specify
|
|
1411
|
-
the --plan flag to generate separate JSON files for each object and a plan definition file that aggregates them. You
|
|
1412
|
-
then specify just this plan definition file when you import the data into an org.
|
|
1413
|
-
|
|
1414
|
-
The SOQL query can return a maximum of 2,000 records. For more information, see the REST API Developer Guide.
|
|
1415
|
-
(https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm).
|
|
1416
|
-
|
|
1417
|
-
EXAMPLES
|
|
1418
|
-
Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command
|
|
1419
|
-
uses your default org:
|
|
1420
|
-
|
|
1421
|
-
$ sf data export beta tree --query "SELECT Id, Name, (SELECT Name, Address__c FROM Properties__r) FROM \
|
|
1422
|
-
Broker__c"
|
|
1423
|
-
|
|
1424
|
-
Export data using a SOQL query in the "query.txt" file and generate JSON files for each object and a plan that
|
|
1425
|
-
aggregates them:
|
|
1426
|
-
|
|
1427
|
-
$ sf data export beta tree --query query.txt --plan
|
|
1428
|
-
|
|
1429
|
-
Prepend "export-demo" before each generated file and generate the files in the "export-out" directory; run the
|
|
1430
|
-
command on the org with alias "my-scratch":
|
|
1431
|
-
|
|
1432
|
-
$ sf data export beta tree --query query.txt --plan --prefix export-demo --output-dir export-out --target-org \
|
|
1433
|
-
my-scratch
|
|
1434
|
-
```
|
|
1435
|
-
|
|
1436
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/export/beta/tree.ts)_
|
|
1376
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/delete/resume.ts)_
|
|
1437
1377
|
|
|
1438
1378
|
## `sf data export tree`
|
|
1439
1379
|
|
|
@@ -1474,12 +1414,13 @@ DESCRIPTION
|
|
|
1474
1414
|
|
|
1475
1415
|
ALIASES
|
|
1476
1416
|
$ sf force data tree export
|
|
1417
|
+
$ sf data export beta tree
|
|
1477
1418
|
|
|
1478
1419
|
EXAMPLES
|
|
1479
1420
|
Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command
|
|
1480
1421
|
uses your default org:
|
|
1481
1422
|
|
|
1482
|
-
$ sf data export tree --query "SELECT Id, Name, (SELECT Name,
|
|
1423
|
+
$ sf data export tree --query "SELECT Id, Name, (SELECT Name, Address**c FROM Properties**r) FROM Broker\_\_c"
|
|
1483
1424
|
|
|
1484
1425
|
Export data using a SOQL query in the "query.txt" file and generate JSON files for each object and a plan that
|
|
1485
1426
|
aggregates them:
|
|
@@ -1493,7 +1434,7 @@ EXAMPLES
|
|
|
1493
1434
|
my-scratch
|
|
1494
1435
|
```
|
|
1495
1436
|
|
|
1496
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1437
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/export/tree.ts)_
|
|
1497
1438
|
|
|
1498
1439
|
## `sf data get record`
|
|
1499
1440
|
|
|
@@ -1557,51 +1498,7 @@ EXAMPLES
|
|
|
1557
1498
|
$ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
|
|
1558
1499
|
```
|
|
1559
1500
|
|
|
1560
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1561
|
-
|
|
1562
|
-
## `sf data import beta tree`
|
|
1563
|
-
|
|
1564
|
-
Import data from one or more JSON files into an org.
|
|
1565
|
-
|
|
1566
|
-
```
|
|
1567
|
-
USAGE
|
|
1568
|
-
$ sf data import beta tree -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-f <value>...] [-p
|
|
1569
|
-
<value>]
|
|
1570
|
-
|
|
1571
|
-
FLAGS
|
|
1572
|
-
-f, --files=<value>... Comma-separated and in-order JSON files that contain the records, in sObject tree format,
|
|
1573
|
-
that you want to insert.
|
|
1574
|
-
-o, --target-org=<value> (required) Username or alias of the target org. Not required if the `target-org`
|
|
1575
|
-
configuration variable is already set.
|
|
1576
|
-
-p, --plan=<value> Plan definition file to insert multiple data files.
|
|
1577
|
-
--api-version=<value> Override the api version used for api requests made by this command
|
|
1578
|
-
|
|
1579
|
-
GLOBAL FLAGS
|
|
1580
|
-
--flags-dir=<value> Import flag values from a directory.
|
|
1581
|
-
--json Format output as json.
|
|
1582
|
-
|
|
1583
|
-
DESCRIPTION
|
|
1584
|
-
Import data from one or more JSON files into an org.
|
|
1585
|
-
|
|
1586
|
-
The JSON files that contain the data are in sObject tree format, which is a collection of nested, parent-child records
|
|
1587
|
-
with a single root record. Use the "sf data export tree" command to generate these JSON files.
|
|
1588
|
-
|
|
1589
|
-
If you used the --plan flag when exporting the data to generate a plan definition file, use the --plan flag to
|
|
1590
|
-
reference the file when you import. If you're not using a plan, use the --files flag to list the files. If you specify
|
|
1591
|
-
multiple JSON files that depend on each other in a parent-child relationship, be sure you list them in the correct
|
|
1592
|
-
order.
|
|
1593
|
-
|
|
1594
|
-
EXAMPLES
|
|
1595
|
-
Import the records contained in two JSON files into the org with alias "my-scratch":
|
|
1596
|
-
|
|
1597
|
-
$ sf data import beta tree --files Contact.json,Account.json --target-org my-scratch
|
|
1598
|
-
|
|
1599
|
-
Import records using a plan definition file into your default org:
|
|
1600
|
-
|
|
1601
|
-
$ sf data import beta tree --plan Account-Contact-plan.json
|
|
1602
|
-
```
|
|
1603
|
-
|
|
1604
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.2/src/commands/data/import/beta/tree.ts)_
|
|
1501
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/get/record.ts)_
|
|
1605
1502
|
|
|
1606
1503
|
## `sf data import tree`
|
|
1607
1504
|
|
|
@@ -1609,7 +1506,7 @@ Import data from one or more JSON files into an org.
|
|
|
1609
1506
|
|
|
1610
1507
|
```
|
|
1611
1508
|
USAGE
|
|
1612
|
-
$ sf data import tree -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-f <value>...
|
|
1509
|
+
$ sf data import tree -o <value> [--json] [--flags-dir <value>] [--api-version <value>] [-f <value>...] [-p <value>]
|
|
1613
1510
|
|
|
1614
1511
|
FLAGS
|
|
1615
1512
|
-f, --files=<value>... Comma-separated and in-order JSON files that contain the records, in sObject tree format,
|
|
@@ -1634,12 +1531,9 @@ DESCRIPTION
|
|
|
1634
1531
|
multiple JSON files that depend on each other in a parent-child relationship, be sure you list them in the correct
|
|
1635
1532
|
order.
|
|
1636
1533
|
|
|
1637
|
-
The sObject Tree API supports requests that contain up to 200 records. For more information, see the REST API
|
|
1638
|
-
Developer Guide.
|
|
1639
|
-
(https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/resources_composite_sobject_tree.htm)
|
|
1640
|
-
|
|
1641
1534
|
ALIASES
|
|
1642
1535
|
$ sf force data tree import
|
|
1536
|
+
$ sf data import beta tree
|
|
1643
1537
|
|
|
1644
1538
|
EXAMPLES
|
|
1645
1539
|
Import the records contained in two JSON files into the org with alias "my-scratch":
|
|
@@ -1649,9 +1543,27 @@ EXAMPLES
|
|
|
1649
1543
|
Import records using a plan definition file into your default org:
|
|
1650
1544
|
|
|
1651
1545
|
$ sf data import tree --plan Account-Contact-plan.json
|
|
1546
|
+
|
|
1547
|
+
FLAG DESCRIPTIONS
|
|
1548
|
+
-p, --plan=<value> Plan definition file to insert multiple data files.
|
|
1549
|
+
|
|
1550
|
+
Unlike when you use the `--files` flag, the files listed in the plan definition file **can** contain more then 200
|
|
1551
|
+
records. When the CLI executes the import, it automatically batches the records to comply with the 200 record limit
|
|
1552
|
+
set by the API.
|
|
1553
|
+
|
|
1554
|
+
The order in which you list the files in the plan definition file matters. Specifically, records with lookups to
|
|
1555
|
+
records in another file should be listed AFTER that file. For example, let's say you're loading Account and Contact
|
|
1556
|
+
records, and the contacts have references to those accounts. Be sure you list the Accounts file before the Contacts
|
|
1557
|
+
file.
|
|
1558
|
+
|
|
1559
|
+
The plan definition file has the following schema:
|
|
1560
|
+
|
|
1561
|
+
- items(object) - SObject Type: Definition of records to be insert per SObject Type
|
|
1562
|
+
- sobject(string) - Name of SObject: Child file references must have SObject roots of this type
|
|
1563
|
+
- files(array) - Files: An array of files paths to load
|
|
1652
1564
|
```
|
|
1653
1565
|
|
|
1654
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1566
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/import/tree.ts)_
|
|
1655
1567
|
|
|
1656
1568
|
## `sf data query`
|
|
1657
1569
|
|
|
@@ -1715,7 +1627,7 @@ EXAMPLES
|
|
|
1715
1627
|
$ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
|
|
1716
1628
|
```
|
|
1717
1629
|
|
|
1718
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1630
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/query.ts)_
|
|
1719
1631
|
|
|
1720
1632
|
## `sf data query resume`
|
|
1721
1633
|
|
|
@@ -1753,7 +1665,7 @@ EXAMPLES
|
|
|
1753
1665
|
$ sf data query resume --bulk-query-id 7500x000005BdFzXXX
|
|
1754
1666
|
```
|
|
1755
1667
|
|
|
1756
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1668
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/query/resume.ts)_
|
|
1757
1669
|
|
|
1758
1670
|
## `sf data resume`
|
|
1759
1671
|
|
|
@@ -1790,7 +1702,7 @@ EXAMPLES
|
|
|
1790
1702
|
$ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
|
|
1791
1703
|
```
|
|
1792
1704
|
|
|
1793
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1705
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/resume.ts)_
|
|
1794
1706
|
|
|
1795
1707
|
## `sf data update record`
|
|
1796
1708
|
|
|
@@ -1852,7 +1764,7 @@ EXAMPLES
|
|
|
1852
1764
|
"ExpirationDate=2017-12-01T00:58:04.000+0000"
|
|
1853
1765
|
```
|
|
1854
1766
|
|
|
1855
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1767
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/update/record.ts)_
|
|
1856
1768
|
|
|
1857
1769
|
## `sf data upsert bulk`
|
|
1858
1770
|
|
|
@@ -1905,7 +1817,7 @@ EXAMPLES
|
|
|
1905
1817
|
my-scratch
|
|
1906
1818
|
```
|
|
1907
1819
|
|
|
1908
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1820
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/upsert/bulk.ts)_
|
|
1909
1821
|
|
|
1910
1822
|
## `sf data upsert resume`
|
|
1911
1823
|
|
|
@@ -1944,7 +1856,7 @@ EXAMPLES
|
|
|
1944
1856
|
$ sf data upsert resume --use-most-recent --target-org my-scratch
|
|
1945
1857
|
```
|
|
1946
1858
|
|
|
1947
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1859
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/data/upsert/resume.ts)_
|
|
1948
1860
|
|
|
1949
1861
|
## `sf doctor`
|
|
1950
1862
|
|
|
@@ -2039,7 +1951,7 @@ EXAMPLES
|
|
|
2039
1951
|
$ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
|
|
2040
1952
|
```
|
|
2041
1953
|
|
|
2042
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1954
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/force/data/bulk/delete.ts)_
|
|
2043
1955
|
|
|
2044
1956
|
## `sf force data bulk status`
|
|
2045
1957
|
|
|
@@ -2076,7 +1988,7 @@ EXAMPLES
|
|
|
2076
1988
|
$ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
|
|
2077
1989
|
```
|
|
2078
1990
|
|
|
2079
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
1991
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/force/data/bulk/status.ts)_
|
|
2080
1992
|
|
|
2081
1993
|
## `sf force data bulk upsert`
|
|
2082
1994
|
|
|
@@ -2134,7 +2046,7 @@ EXAMPLES
|
|
|
2134
2046
|
--target-org my-scratch
|
|
2135
2047
|
```
|
|
2136
2048
|
|
|
2137
|
-
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.
|
|
2049
|
+
_See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.5.3/src/commands/force/data/bulk/upsert.ts)_
|
|
2138
2050
|
|
|
2139
2051
|
## `sf help [COMMAND]`
|
|
2140
2052
|
|
package/npm-shrinkwrap.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
|
-
"version": "2.49.
|
|
3
|
+
"version": "2.49.7",
|
|
4
4
|
"lockfileVersion": 3,
|
|
5
5
|
"requires": true,
|
|
6
6
|
"packages": {
|
|
7
7
|
"": {
|
|
8
8
|
"name": "@salesforce/cli",
|
|
9
|
-
"version": "2.49.
|
|
9
|
+
"version": "2.49.7",
|
|
10
10
|
"hasInstallScript": true,
|
|
11
11
|
"license": "BSD-3-Clause",
|
|
12
12
|
"dependencies": {
|
|
@@ -24,9 +24,9 @@
|
|
|
24
24
|
"@oclif/plugin-which": "3.2.5",
|
|
25
25
|
"@salesforce/core": "^8.0.2",
|
|
26
26
|
"@salesforce/kit": "^3.1.6",
|
|
27
|
-
"@salesforce/plugin-apex": "3.2.
|
|
27
|
+
"@salesforce/plugin-apex": "3.2.3",
|
|
28
28
|
"@salesforce/plugin-auth": "3.6.31",
|
|
29
|
-
"@salesforce/plugin-data": "3.5.
|
|
29
|
+
"@salesforce/plugin-data": "3.5.3",
|
|
30
30
|
"@salesforce/plugin-deploy-retrieve": "3.9.12",
|
|
31
31
|
"@salesforce/plugin-info": "3.3.15",
|
|
32
32
|
"@salesforce/plugin-limits": "3.3.16",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"@salesforce/plugin-schema": "3.3.17",
|
|
37
37
|
"@salesforce/plugin-settings": "2.3.7",
|
|
38
38
|
"@salesforce/plugin-sobject": "1.4.16",
|
|
39
|
-
"@salesforce/plugin-source": "3.
|
|
39
|
+
"@salesforce/plugin-source": "3.5.1",
|
|
40
40
|
"@salesforce/plugin-telemetry": "3.6.1",
|
|
41
41
|
"@salesforce/plugin-templates": "56.3.1",
|
|
42
42
|
"@salesforce/plugin-trust": "3.7.13",
|
|
@@ -3982,6 +3982,30 @@
|
|
|
3982
3982
|
"node": ">=v14"
|
|
3983
3983
|
}
|
|
3984
3984
|
},
|
|
3985
|
+
"node_modules/@commitlint/config-validator/node_modules/ajv": {
|
|
3986
|
+
"version": "8.16.0",
|
|
3987
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
|
3988
|
+
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
|
3989
|
+
"dev": true,
|
|
3990
|
+
"license": "MIT",
|
|
3991
|
+
"dependencies": {
|
|
3992
|
+
"fast-deep-equal": "^3.1.3",
|
|
3993
|
+
"json-schema-traverse": "^1.0.0",
|
|
3994
|
+
"require-from-string": "^2.0.2",
|
|
3995
|
+
"uri-js": "^4.4.1"
|
|
3996
|
+
},
|
|
3997
|
+
"funding": {
|
|
3998
|
+
"type": "github",
|
|
3999
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
4000
|
+
}
|
|
4001
|
+
},
|
|
4002
|
+
"node_modules/@commitlint/config-validator/node_modules/json-schema-traverse": {
|
|
4003
|
+
"version": "1.0.0",
|
|
4004
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
4005
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
4006
|
+
"dev": true,
|
|
4007
|
+
"license": "MIT"
|
|
4008
|
+
},
|
|
3985
4009
|
"node_modules/@commitlint/ensure": {
|
|
3986
4010
|
"version": "17.8.1",
|
|
3987
4011
|
"resolved": "https://registry.npmjs.org/@commitlint/ensure/-/ensure-17.8.1.tgz",
|
|
@@ -4441,23 +4465,6 @@
|
|
|
4441
4465
|
"url": "https://opencollective.com/eslint"
|
|
4442
4466
|
}
|
|
4443
4467
|
},
|
|
4444
|
-
"node_modules/@eslint/eslintrc/node_modules/ajv": {
|
|
4445
|
-
"version": "6.12.6",
|
|
4446
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
4447
|
-
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
4448
|
-
"dev": true,
|
|
4449
|
-
"license": "MIT",
|
|
4450
|
-
"dependencies": {
|
|
4451
|
-
"fast-deep-equal": "^3.1.1",
|
|
4452
|
-
"fast-json-stable-stringify": "^2.0.0",
|
|
4453
|
-
"json-schema-traverse": "^0.4.1",
|
|
4454
|
-
"uri-js": "^4.2.2"
|
|
4455
|
-
},
|
|
4456
|
-
"funding": {
|
|
4457
|
-
"type": "github",
|
|
4458
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
4459
|
-
}
|
|
4460
|
-
},
|
|
4461
4468
|
"node_modules/@eslint/eslintrc/node_modules/brace-expansion": {
|
|
4462
4469
|
"version": "1.1.11",
|
|
4463
4470
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -4469,13 +4476,6 @@
|
|
|
4469
4476
|
"concat-map": "0.0.1"
|
|
4470
4477
|
}
|
|
4471
4478
|
},
|
|
4472
|
-
"node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": {
|
|
4473
|
-
"version": "0.4.1",
|
|
4474
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
4475
|
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
4476
|
-
"dev": true,
|
|
4477
|
-
"license": "MIT"
|
|
4478
|
-
},
|
|
4479
4479
|
"node_modules/@eslint/eslintrc/node_modules/minimatch": {
|
|
4480
4480
|
"version": "3.1.2",
|
|
4481
4481
|
"resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz",
|
|
@@ -4774,6 +4774,7 @@
|
|
|
4774
4774
|
"version": "8.0.2",
|
|
4775
4775
|
"resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz",
|
|
4776
4776
|
"integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==",
|
|
4777
|
+
"dev": true,
|
|
4777
4778
|
"license": "ISC",
|
|
4778
4779
|
"dependencies": {
|
|
4779
4780
|
"string-width": "^5.1.2",
|
|
@@ -4791,6 +4792,7 @@
|
|
|
4791
4792
|
"version": "6.0.1",
|
|
4792
4793
|
"resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
|
|
4793
4794
|
"integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
|
|
4795
|
+
"dev": true,
|
|
4794
4796
|
"license": "MIT",
|
|
4795
4797
|
"engines": {
|
|
4796
4798
|
"node": ">=12"
|
|
@@ -4803,6 +4805,7 @@
|
|
|
4803
4805
|
"version": "6.2.1",
|
|
4804
4806
|
"resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz",
|
|
4805
4807
|
"integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==",
|
|
4808
|
+
"dev": true,
|
|
4806
4809
|
"license": "MIT",
|
|
4807
4810
|
"engines": {
|
|
4808
4811
|
"node": ">=12"
|
|
@@ -4815,12 +4818,14 @@
|
|
|
4815
4818
|
"version": "9.2.2",
|
|
4816
4819
|
"resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz",
|
|
4817
4820
|
"integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==",
|
|
4821
|
+
"dev": true,
|
|
4818
4822
|
"license": "MIT"
|
|
4819
4823
|
},
|
|
4820
4824
|
"node_modules/@isaacs/cliui/node_modules/string-width": {
|
|
4821
4825
|
"version": "5.1.2",
|
|
4822
4826
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz",
|
|
4823
4827
|
"integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==",
|
|
4828
|
+
"dev": true,
|
|
4824
4829
|
"license": "MIT",
|
|
4825
4830
|
"dependencies": {
|
|
4826
4831
|
"eastasianwidth": "^0.2.0",
|
|
@@ -4838,6 +4843,7 @@
|
|
|
4838
4843
|
"version": "7.1.0",
|
|
4839
4844
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
|
|
4840
4845
|
"integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
|
|
4846
|
+
"dev": true,
|
|
4841
4847
|
"license": "MIT",
|
|
4842
4848
|
"dependencies": {
|
|
4843
4849
|
"ansi-regex": "^6.0.1"
|
|
@@ -4853,6 +4859,7 @@
|
|
|
4853
4859
|
"version": "8.1.0",
|
|
4854
4860
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz",
|
|
4855
4861
|
"integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==",
|
|
4862
|
+
"dev": true,
|
|
4856
4863
|
"license": "MIT",
|
|
4857
4864
|
"dependencies": {
|
|
4858
4865
|
"ansi-styles": "^6.1.0",
|
|
@@ -5965,6 +5972,7 @@
|
|
|
5965
5972
|
"version": "0.11.0",
|
|
5966
5973
|
"resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz",
|
|
5967
5974
|
"integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==",
|
|
5975
|
+
"dev": true,
|
|
5968
5976
|
"license": "MIT",
|
|
5969
5977
|
"optional": true,
|
|
5970
5978
|
"engines": {
|
|
@@ -5972,18 +5980,18 @@
|
|
|
5972
5980
|
}
|
|
5973
5981
|
},
|
|
5974
5982
|
"node_modules/@salesforce/apex-node": {
|
|
5975
|
-
"version": "
|
|
5976
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-
|
|
5977
|
-
"integrity": "sha512-
|
|
5983
|
+
"version": "7.0.3",
|
|
5984
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-7.0.3.tgz",
|
|
5985
|
+
"integrity": "sha512-lUeMmBHWCmV//u6A77Wvv/srp7xJyJuAdy6zZwpayd73a3gB6mh2DP8qCF/KdyuUTZd7IykLHncS+/rRkS8SUQ==",
|
|
5978
5986
|
"license": "BSD-3-Clause",
|
|
5979
5987
|
"dependencies": {
|
|
5980
|
-
"@jsforce/jsforce-node": "^3.2.
|
|
5981
|
-
"@salesforce/core": "^
|
|
5988
|
+
"@jsforce/jsforce-node": "^3.2.2",
|
|
5989
|
+
"@salesforce/core": "^8.0.3",
|
|
5982
5990
|
"@salesforce/kit": "^3.1.6",
|
|
5983
5991
|
"@types/istanbul-reports": "^3.0.4",
|
|
5984
5992
|
"bfj": "8.0.0",
|
|
5993
|
+
"fast-glob": "^3.3.2",
|
|
5985
5994
|
"faye": "1.4.0",
|
|
5986
|
-
"glob": "^10.3.16",
|
|
5987
5995
|
"istanbul-lib-coverage": "^3.2.2",
|
|
5988
5996
|
"istanbul-lib-report": "^3.0.1",
|
|
5989
5997
|
"istanbul-reports": "^3.1.7"
|
|
@@ -5992,35 +6000,6 @@
|
|
|
5992
6000
|
"node": ">=18.18.2"
|
|
5993
6001
|
}
|
|
5994
6002
|
},
|
|
5995
|
-
"node_modules/@salesforce/apex-node/node_modules/@salesforce/core": {
|
|
5996
|
-
"version": "7.5.0",
|
|
5997
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.5.0.tgz",
|
|
5998
|
-
"integrity": "sha512-mPg9Tj2Qqe/TY7q+CRNSeYYTV+dj/LflM7Fu/32EPLCEPGVIiSp/RaTFLTZwDcFX9BVYHOa2h6oliuO2Qnno+A==",
|
|
5999
|
-
"license": "BSD-3-Clause",
|
|
6000
|
-
"dependencies": {
|
|
6001
|
-
"@jsforce/jsforce-node": "^3.2.0",
|
|
6002
|
-
"@salesforce/kit": "^3.1.6",
|
|
6003
|
-
"@salesforce/schemas": "^1.9.0",
|
|
6004
|
-
"@salesforce/ts-types": "^2.0.10",
|
|
6005
|
-
"ajv": "^8.15.0",
|
|
6006
|
-
"change-case": "^4.1.2",
|
|
6007
|
-
"fast-levenshtein": "^3.0.0",
|
|
6008
|
-
"faye": "^1.4.0",
|
|
6009
|
-
"form-data": "^4.0.0",
|
|
6010
|
-
"js2xmlparser": "^4.0.1",
|
|
6011
|
-
"jsonwebtoken": "9.0.2",
|
|
6012
|
-
"jszip": "3.10.1",
|
|
6013
|
-
"pino": "^9.2.0",
|
|
6014
|
-
"pino-abstract-transport": "^1.2.0",
|
|
6015
|
-
"pino-pretty": "^11.2.1",
|
|
6016
|
-
"proper-lockfile": "^4.1.2",
|
|
6017
|
-
"semver": "^7.6.2",
|
|
6018
|
-
"ts-retry-promise": "^0.8.1"
|
|
6019
|
-
},
|
|
6020
|
-
"engines": {
|
|
6021
|
-
"node": ">=18.0.0"
|
|
6022
|
-
}
|
|
6023
|
-
},
|
|
6024
6003
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
6025
6004
|
"version": "5.3.17",
|
|
6026
6005
|
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.17.tgz",
|
|
@@ -6133,9 +6112,9 @@
|
|
|
6133
6112
|
}
|
|
6134
6113
|
},
|
|
6135
6114
|
"node_modules/@salesforce/core": {
|
|
6136
|
-
"version": "8.1.
|
|
6137
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.1.
|
|
6138
|
-
"integrity": "sha512-
|
|
6115
|
+
"version": "8.1.1",
|
|
6116
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-8.1.1.tgz",
|
|
6117
|
+
"integrity": "sha512-PQ58kz0oRk/cjGhmiRj8W+x0Eg2mrWagrA4xMKaXjBAgSgU+V39BaO9IC1G2cAMGy53JJRBO5G876ala4gD44w==",
|
|
6139
6118
|
"license": "BSD-3-Clause",
|
|
6140
6119
|
"dependencies": {
|
|
6141
6120
|
"@jsforce/jsforce-node": "^3.2.1",
|
|
@@ -6161,6 +6140,28 @@
|
|
|
6161
6140
|
"node": ">=18.0.0"
|
|
6162
6141
|
}
|
|
6163
6142
|
},
|
|
6143
|
+
"node_modules/@salesforce/core/node_modules/ajv": {
|
|
6144
|
+
"version": "8.16.0",
|
|
6145
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz",
|
|
6146
|
+
"integrity": "sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==",
|
|
6147
|
+
"license": "MIT",
|
|
6148
|
+
"dependencies": {
|
|
6149
|
+
"fast-deep-equal": "^3.1.3",
|
|
6150
|
+
"json-schema-traverse": "^1.0.0",
|
|
6151
|
+
"require-from-string": "^2.0.2",
|
|
6152
|
+
"uri-js": "^4.4.1"
|
|
6153
|
+
},
|
|
6154
|
+
"funding": {
|
|
6155
|
+
"type": "github",
|
|
6156
|
+
"url": "https://github.com/sponsors/epoberezkin"
|
|
6157
|
+
}
|
|
6158
|
+
},
|
|
6159
|
+
"node_modules/@salesforce/core/node_modules/json-schema-traverse": {
|
|
6160
|
+
"version": "1.0.0",
|
|
6161
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz",
|
|
6162
|
+
"integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==",
|
|
6163
|
+
"license": "MIT"
|
|
6164
|
+
},
|
|
6164
6165
|
"node_modules/@salesforce/dev-config": {
|
|
6165
6166
|
"version": "4.1.0",
|
|
6166
6167
|
"resolved": "https://registry.npmjs.org/@salesforce/dev-config/-/dev-config-4.1.0.tgz",
|
|
@@ -6263,51 +6264,21 @@
|
|
|
6263
6264
|
}
|
|
6264
6265
|
},
|
|
6265
6266
|
"node_modules/@salesforce/plugin-apex": {
|
|
6266
|
-
"version": "3.2.
|
|
6267
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.2.
|
|
6268
|
-
"integrity": "sha512
|
|
6267
|
+
"version": "3.2.3",
|
|
6268
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.2.3.tgz",
|
|
6269
|
+
"integrity": "sha512-sFGtNceQCTMYuw074H6kKIoP7AzV0m1SkIxEsJDPhpEKB3kMfoPNCcNmbJhsE0vIdpyvmiYlysCP5w4+bMjXTA==",
|
|
6269
6270
|
"license": "BSD-3-Clause",
|
|
6270
6271
|
"dependencies": {
|
|
6271
|
-
"@
|
|
6272
|
-
"@salesforce/
|
|
6273
|
-
"@salesforce/core": "^7.4.1",
|
|
6272
|
+
"@salesforce/apex-node": "^7.0.3",
|
|
6273
|
+
"@salesforce/core": "^8.1.0",
|
|
6274
6274
|
"@salesforce/kit": "^3.1.6",
|
|
6275
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
6275
|
+
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
6276
6276
|
"ansis": "^3.2.0"
|
|
6277
6277
|
},
|
|
6278
6278
|
"engines": {
|
|
6279
6279
|
"node": ">=18.0.0"
|
|
6280
6280
|
}
|
|
6281
6281
|
},
|
|
6282
|
-
"node_modules/@salesforce/plugin-apex/node_modules/@salesforce/core": {
|
|
6283
|
-
"version": "7.5.0",
|
|
6284
|
-
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.5.0.tgz",
|
|
6285
|
-
"integrity": "sha512-mPg9Tj2Qqe/TY7q+CRNSeYYTV+dj/LflM7Fu/32EPLCEPGVIiSp/RaTFLTZwDcFX9BVYHOa2h6oliuO2Qnno+A==",
|
|
6286
|
-
"license": "BSD-3-Clause",
|
|
6287
|
-
"dependencies": {
|
|
6288
|
-
"@jsforce/jsforce-node": "^3.2.0",
|
|
6289
|
-
"@salesforce/kit": "^3.1.6",
|
|
6290
|
-
"@salesforce/schemas": "^1.9.0",
|
|
6291
|
-
"@salesforce/ts-types": "^2.0.10",
|
|
6292
|
-
"ajv": "^8.15.0",
|
|
6293
|
-
"change-case": "^4.1.2",
|
|
6294
|
-
"fast-levenshtein": "^3.0.0",
|
|
6295
|
-
"faye": "^1.4.0",
|
|
6296
|
-
"form-data": "^4.0.0",
|
|
6297
|
-
"js2xmlparser": "^4.0.1",
|
|
6298
|
-
"jsonwebtoken": "9.0.2",
|
|
6299
|
-
"jszip": "3.10.1",
|
|
6300
|
-
"pino": "^9.2.0",
|
|
6301
|
-
"pino-abstract-transport": "^1.2.0",
|
|
6302
|
-
"pino-pretty": "^11.2.1",
|
|
6303
|
-
"proper-lockfile": "^4.1.2",
|
|
6304
|
-
"semver": "^7.6.2",
|
|
6305
|
-
"ts-retry-promise": "^0.8.1"
|
|
6306
|
-
},
|
|
6307
|
-
"engines": {
|
|
6308
|
-
"node": ">=18.0.0"
|
|
6309
|
-
}
|
|
6310
|
-
},
|
|
6311
6282
|
"node_modules/@salesforce/plugin-auth": {
|
|
6312
6283
|
"version": "3.6.31",
|
|
6313
6284
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.31.tgz",
|
|
@@ -6362,9 +6333,9 @@
|
|
|
6362
6333
|
}
|
|
6363
6334
|
},
|
|
6364
6335
|
"node_modules/@salesforce/plugin-data": {
|
|
6365
|
-
"version": "3.5.
|
|
6366
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.
|
|
6367
|
-
"integrity": "sha512-
|
|
6336
|
+
"version": "3.5.3",
|
|
6337
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.3.tgz",
|
|
6338
|
+
"integrity": "sha512-5ugJdKe4lyNGcvXUgdEF11Tbn2JgQb3Dqtg+E20Lr3QlO9NznEnyxZM9k86desOerArHg5QLkDnr1vKa7iaaMg==",
|
|
6368
6339
|
"license": "BSD-3-Clause",
|
|
6369
6340
|
"dependencies": {
|
|
6370
6341
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
@@ -6410,27 +6381,6 @@
|
|
|
6410
6381
|
"node": ">=18.0.0"
|
|
6411
6382
|
}
|
|
6412
6383
|
},
|
|
6413
|
-
"node_modules/@salesforce/plugin-deploy-retrieve/node_modules/@salesforce/apex-node": {
|
|
6414
|
-
"version": "7.0.2",
|
|
6415
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-7.0.2.tgz",
|
|
6416
|
-
"integrity": "sha512-dk7DnbTXXX4s107Qcov+lNk0IwN9+Wr8WnkK1HDvKyNMdoTEcS2kXbdsNJuS4wKHomArfhGOjBUiRJSIxYrQ+A==",
|
|
6417
|
-
"license": "BSD-3-Clause",
|
|
6418
|
-
"dependencies": {
|
|
6419
|
-
"@jsforce/jsforce-node": "^3.2.2",
|
|
6420
|
-
"@salesforce/core": "^8.0.3",
|
|
6421
|
-
"@salesforce/kit": "^3.1.6",
|
|
6422
|
-
"@types/istanbul-reports": "^3.0.4",
|
|
6423
|
-
"bfj": "8.0.0",
|
|
6424
|
-
"faye": "1.4.0",
|
|
6425
|
-
"glob": "^10.3.16",
|
|
6426
|
-
"istanbul-lib-coverage": "^3.2.2",
|
|
6427
|
-
"istanbul-lib-report": "^3.0.1",
|
|
6428
|
-
"istanbul-reports": "^3.1.7"
|
|
6429
|
-
},
|
|
6430
|
-
"engines": {
|
|
6431
|
-
"node": ">=18.18.2"
|
|
6432
|
-
}
|
|
6433
|
-
},
|
|
6434
6384
|
"node_modules/@salesforce/plugin-info": {
|
|
6435
6385
|
"version": "3.3.15",
|
|
6436
6386
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.15.tgz",
|
|
@@ -6639,17 +6589,17 @@
|
|
|
6639
6589
|
}
|
|
6640
6590
|
},
|
|
6641
6591
|
"node_modules/@salesforce/plugin-source": {
|
|
6642
|
-
"version": "3.
|
|
6643
|
-
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.
|
|
6644
|
-
"integrity": "sha512-
|
|
6592
|
+
"version": "3.5.1",
|
|
6593
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.1.tgz",
|
|
6594
|
+
"integrity": "sha512-7oTbq9GifEbXCaTW67RJLP+zqJ7WDrL5LR+S9K52fFeCUvkGWUMFs6bmMlFRxoQjLaH7gF4hdBKf6ZWyxpVzTA==",
|
|
6645
6595
|
"license": "BSD-3-Clause",
|
|
6646
6596
|
"dependencies": {
|
|
6647
6597
|
"@oclif/core": "^4",
|
|
6648
|
-
"@salesforce/apex-node": "^
|
|
6649
|
-
"@salesforce/core": "^8.
|
|
6598
|
+
"@salesforce/apex-node": "^7.0.3",
|
|
6599
|
+
"@salesforce/core": "^8.1.1",
|
|
6650
6600
|
"@salesforce/kit": "^3.1.6",
|
|
6651
6601
|
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
6652
|
-
"@salesforce/source-deploy-retrieve": "^12.
|
|
6602
|
+
"@salesforce/source-deploy-retrieve": "^12.1.4",
|
|
6653
6603
|
"@salesforce/source-tracking": "^7.0.1",
|
|
6654
6604
|
"@salesforce/ts-types": "^2.0.10",
|
|
6655
6605
|
"chalk": "^5.3.0",
|
|
@@ -8841,15 +8791,16 @@
|
|
|
8841
8791
|
}
|
|
8842
8792
|
},
|
|
8843
8793
|
"node_modules/ajv": {
|
|
8844
|
-
"version": "
|
|
8845
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-
|
|
8846
|
-
"integrity": "sha512-
|
|
8794
|
+
"version": "6.12.6",
|
|
8795
|
+
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
8796
|
+
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
8797
|
+
"dev": true,
|
|
8847
8798
|
"license": "MIT",
|
|
8848
8799
|
"dependencies": {
|
|
8849
|
-
"fast-deep-equal": "^3.1.
|
|
8850
|
-
"json-
|
|
8851
|
-
"
|
|
8852
|
-
"uri-js": "^4.
|
|
8800
|
+
"fast-deep-equal": "^3.1.1",
|
|
8801
|
+
"fast-json-stable-stringify": "^2.0.0",
|
|
8802
|
+
"json-schema-traverse": "^0.4.1",
|
|
8803
|
+
"uri-js": "^4.2.2"
|
|
8853
8804
|
},
|
|
8854
8805
|
"funding": {
|
|
8855
8806
|
"type": "github",
|
|
@@ -10892,6 +10843,7 @@
|
|
|
10892
10843
|
"version": "7.0.3",
|
|
10893
10844
|
"resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
|
|
10894
10845
|
"integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
|
|
10846
|
+
"dev": true,
|
|
10895
10847
|
"license": "MIT",
|
|
10896
10848
|
"dependencies": {
|
|
10897
10849
|
"path-key": "^3.1.0",
|
|
@@ -10906,12 +10858,14 @@
|
|
|
10906
10858
|
"version": "2.0.0",
|
|
10907
10859
|
"resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
|
|
10908
10860
|
"integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==",
|
|
10861
|
+
"dev": true,
|
|
10909
10862
|
"license": "ISC"
|
|
10910
10863
|
},
|
|
10911
10864
|
"node_modules/cross-spawn/node_modules/which": {
|
|
10912
10865
|
"version": "2.0.2",
|
|
10913
10866
|
"resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
|
|
10914
10867
|
"integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
|
|
10868
|
+
"dev": true,
|
|
10915
10869
|
"license": "ISC",
|
|
10916
10870
|
"dependencies": {
|
|
10917
10871
|
"isexe": "^2.0.0"
|
|
@@ -11571,6 +11525,7 @@
|
|
|
11571
11525
|
"version": "0.2.0",
|
|
11572
11526
|
"resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz",
|
|
11573
11527
|
"integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==",
|
|
11528
|
+
"dev": true,
|
|
11574
11529
|
"license": "MIT"
|
|
11575
11530
|
},
|
|
11576
11531
|
"node_modules/ecdsa-sig-formatter": {
|
|
@@ -12262,23 +12217,6 @@
|
|
|
12262
12217
|
"url": "https://opencollective.com/eslint"
|
|
12263
12218
|
}
|
|
12264
12219
|
},
|
|
12265
|
-
"node_modules/eslint/node_modules/ajv": {
|
|
12266
|
-
"version": "6.12.6",
|
|
12267
|
-
"resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
|
|
12268
|
-
"integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
|
|
12269
|
-
"dev": true,
|
|
12270
|
-
"license": "MIT",
|
|
12271
|
-
"dependencies": {
|
|
12272
|
-
"fast-deep-equal": "^3.1.1",
|
|
12273
|
-
"fast-json-stable-stringify": "^2.0.0",
|
|
12274
|
-
"json-schema-traverse": "^0.4.1",
|
|
12275
|
-
"uri-js": "^4.2.2"
|
|
12276
|
-
},
|
|
12277
|
-
"funding": {
|
|
12278
|
-
"type": "github",
|
|
12279
|
-
"url": "https://github.com/sponsors/epoberezkin"
|
|
12280
|
-
}
|
|
12281
|
-
},
|
|
12282
12220
|
"node_modules/eslint/node_modules/brace-expansion": {
|
|
12283
12221
|
"version": "1.1.11",
|
|
12284
12222
|
"resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
|
|
@@ -12333,13 +12271,6 @@
|
|
|
12333
12271
|
"node": ">=10.13.0"
|
|
12334
12272
|
}
|
|
12335
12273
|
},
|
|
12336
|
-
"node_modules/eslint/node_modules/json-schema-traverse": {
|
|
12337
|
-
"version": "0.4.1",
|
|
12338
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
12339
|
-
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
12340
|
-
"dev": true,
|
|
12341
|
-
"license": "MIT"
|
|
12342
|
-
},
|
|
12343
12274
|
"node_modules/eslint/node_modules/locate-path": {
|
|
12344
12275
|
"version": "6.0.0",
|
|
12345
12276
|
"resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz",
|
|
@@ -13323,6 +13254,7 @@
|
|
|
13323
13254
|
"version": "10.4.1",
|
|
13324
13255
|
"resolved": "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz",
|
|
13325
13256
|
"integrity": "sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==",
|
|
13257
|
+
"dev": true,
|
|
13326
13258
|
"license": "ISC",
|
|
13327
13259
|
"dependencies": {
|
|
13328
13260
|
"foreground-child": "^3.1.0",
|
|
@@ -13357,6 +13289,7 @@
|
|
|
13357
13289
|
"version": "3.1.1",
|
|
13358
13290
|
"resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz",
|
|
13359
13291
|
"integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==",
|
|
13292
|
+
"dev": true,
|
|
13360
13293
|
"license": "ISC",
|
|
13361
13294
|
"dependencies": {
|
|
13362
13295
|
"cross-spawn": "^7.0.0",
|
|
@@ -13373,6 +13306,7 @@
|
|
|
13373
13306
|
"version": "4.1.0",
|
|
13374
13307
|
"resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz",
|
|
13375
13308
|
"integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==",
|
|
13309
|
+
"dev": true,
|
|
13376
13310
|
"license": "ISC",
|
|
13377
13311
|
"engines": {
|
|
13378
13312
|
"node": ">=14"
|
|
@@ -14919,6 +14853,7 @@
|
|
|
14919
14853
|
"version": "3.1.2",
|
|
14920
14854
|
"resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-3.1.2.tgz",
|
|
14921
14855
|
"integrity": "sha512-kWmLKn2tRtfYMF/BakihVVRzBKOxz4gJMiL2Rj91WnAB5TPZumSH99R/Yf1qE1u4uRimvCSJfm6hnxohXeEXjQ==",
|
|
14856
|
+
"dev": true,
|
|
14922
14857
|
"license": "BlueOak-1.0.0",
|
|
14923
14858
|
"dependencies": {
|
|
14924
14859
|
"@isaacs/cliui": "^8.0.2"
|
|
@@ -15073,9 +15008,10 @@
|
|
|
15073
15008
|
}
|
|
15074
15009
|
},
|
|
15075
15010
|
"node_modules/json-schema-traverse": {
|
|
15076
|
-
"version": "
|
|
15077
|
-
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-
|
|
15078
|
-
"integrity": "sha512-
|
|
15011
|
+
"version": "0.4.1",
|
|
15012
|
+
"resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
|
|
15013
|
+
"integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
|
|
15014
|
+
"dev": true,
|
|
15079
15015
|
"license": "MIT"
|
|
15080
15016
|
},
|
|
15081
15017
|
"node_modules/json-stable-stringify-without-jsonify": {
|
|
@@ -16215,6 +16151,7 @@
|
|
|
16215
16151
|
"version": "7.1.2",
|
|
16216
16152
|
"resolved": "https://registry.npmjs.org/minipass/-/minipass-7.1.2.tgz",
|
|
16217
16153
|
"integrity": "sha512-qOOzS1cBTWYF4BH8fVePDBOO9iptMnGUEZwNc/cMWnTV2nVLZ7VoNWEPHkYczZA0pdoA7dl6e7FL659nX9S2aw==",
|
|
16154
|
+
"dev": true,
|
|
16218
16155
|
"license": "ISC",
|
|
16219
16156
|
"engines": {
|
|
16220
16157
|
"node": ">=16 || 14 >=14.17"
|
|
@@ -20532,6 +20469,7 @@
|
|
|
20532
20469
|
"version": "1.11.1",
|
|
20533
20470
|
"resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.11.1.tgz",
|
|
20534
20471
|
"integrity": "sha512-Xa4Nw17FS9ApQFJ9umLiJS4orGjm7ZzwUrwamcGQuHSzDyth9boKDaycYdDcZDuqYATXw4HFXgaqWTctW/v1HA==",
|
|
20472
|
+
"dev": true,
|
|
20535
20473
|
"license": "BlueOak-1.0.0",
|
|
20536
20474
|
"dependencies": {
|
|
20537
20475
|
"lru-cache": "^10.2.0",
|
|
@@ -21949,6 +21887,7 @@
|
|
|
21949
21887
|
"version": "2.0.0",
|
|
21950
21888
|
"resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
|
|
21951
21889
|
"integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
|
|
21890
|
+
"dev": true,
|
|
21952
21891
|
"license": "MIT",
|
|
21953
21892
|
"dependencies": {
|
|
21954
21893
|
"shebang-regex": "^3.0.0"
|
|
@@ -21961,6 +21900,7 @@
|
|
|
21961
21900
|
"version": "3.0.0",
|
|
21962
21901
|
"resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
|
|
21963
21902
|
"integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
|
|
21903
|
+
"dev": true,
|
|
21964
21904
|
"license": "MIT",
|
|
21965
21905
|
"engines": {
|
|
21966
21906
|
"node": ">=8"
|
|
@@ -22838,6 +22778,7 @@
|
|
|
22838
22778
|
"version": "4.2.3",
|
|
22839
22779
|
"resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz",
|
|
22840
22780
|
"integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==",
|
|
22781
|
+
"dev": true,
|
|
22841
22782
|
"license": "MIT",
|
|
22842
22783
|
"dependencies": {
|
|
22843
22784
|
"emoji-regex": "^8.0.0",
|
|
@@ -22921,6 +22862,7 @@
|
|
|
22921
22862
|
"version": "6.0.1",
|
|
22922
22863
|
"resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz",
|
|
22923
22864
|
"integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==",
|
|
22865
|
+
"dev": true,
|
|
22924
22866
|
"license": "MIT",
|
|
22925
22867
|
"dependencies": {
|
|
22926
22868
|
"ansi-regex": "^5.0.1"
|
|
@@ -24257,6 +24199,7 @@
|
|
|
24257
24199
|
"version": "7.0.0",
|
|
24258
24200
|
"resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
|
|
24259
24201
|
"integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
|
|
24202
|
+
"dev": true,
|
|
24260
24203
|
"license": "MIT",
|
|
24261
24204
|
"dependencies": {
|
|
24262
24205
|
"ansi-styles": "^4.0.0",
|
package/oclif.lock
CHANGED
|
@@ -2268,34 +2268,18 @@
|
|
|
2268
2268
|
resolved "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz"
|
|
2269
2269
|
integrity sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==
|
|
2270
2270
|
|
|
2271
|
-
"@salesforce/apex-node@^
|
|
2272
|
-
version "
|
|
2273
|
-
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-
|
|
2274
|
-
integrity sha512-
|
|
2275
|
-
dependencies:
|
|
2276
|
-
"@jsforce/jsforce-node" "^3.2.0"
|
|
2277
|
-
"@salesforce/core" "^7.5.0"
|
|
2278
|
-
"@salesforce/kit" "^3.1.6"
|
|
2279
|
-
"@types/istanbul-reports" "^3.0.4"
|
|
2280
|
-
bfj "8.0.0"
|
|
2281
|
-
faye "1.4.0"
|
|
2282
|
-
glob "^10.3.16"
|
|
2283
|
-
istanbul-lib-coverage "^3.2.2"
|
|
2284
|
-
istanbul-lib-report "^3.0.1"
|
|
2285
|
-
istanbul-reports "^3.1.7"
|
|
2286
|
-
|
|
2287
|
-
"@salesforce/apex-node@^7.0.2":
|
|
2288
|
-
version "7.0.2"
|
|
2289
|
-
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-7.0.2.tgz"
|
|
2290
|
-
integrity sha512-dk7DnbTXXX4s107Qcov+lNk0IwN9+Wr8WnkK1HDvKyNMdoTEcS2kXbdsNJuS4wKHomArfhGOjBUiRJSIxYrQ+A==
|
|
2271
|
+
"@salesforce/apex-node@^7.0.2", "@salesforce/apex-node@^7.0.3":
|
|
2272
|
+
version "7.0.3"
|
|
2273
|
+
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-7.0.3.tgz"
|
|
2274
|
+
integrity sha512-lUeMmBHWCmV//u6A77Wvv/srp7xJyJuAdy6zZwpayd73a3gB6mh2DP8qCF/KdyuUTZd7IykLHncS+/rRkS8SUQ==
|
|
2291
2275
|
dependencies:
|
|
2292
2276
|
"@jsforce/jsforce-node" "^3.2.2"
|
|
2293
2277
|
"@salesforce/core" "^8.0.3"
|
|
2294
2278
|
"@salesforce/kit" "^3.1.6"
|
|
2295
2279
|
"@types/istanbul-reports" "^3.0.4"
|
|
2296
2280
|
bfj "8.0.0"
|
|
2281
|
+
fast-glob "^3.3.2"
|
|
2297
2282
|
faye "1.4.0"
|
|
2298
|
-
glob "^10.3.16"
|
|
2299
2283
|
istanbul-lib-coverage "^3.2.2"
|
|
2300
2284
|
istanbul-lib-report "^3.0.1"
|
|
2301
2285
|
istanbul-reports "^3.1.7"
|
|
@@ -2316,58 +2300,10 @@
|
|
|
2316
2300
|
strip-ansi "6.0.1"
|
|
2317
2301
|
ts-retry-promise "^0.8.1"
|
|
2318
2302
|
|
|
2319
|
-
"@salesforce/core@^
|
|
2320
|
-
version "
|
|
2321
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-
|
|
2322
|
-
integrity sha512-
|
|
2323
|
-
dependencies:
|
|
2324
|
-
"@jsforce/jsforce-node" "^3.2.0"
|
|
2325
|
-
"@salesforce/kit" "^3.1.6"
|
|
2326
|
-
"@salesforce/schemas" "^1.9.0"
|
|
2327
|
-
"@salesforce/ts-types" "^2.0.10"
|
|
2328
|
-
ajv "^8.15.0"
|
|
2329
|
-
change-case "^4.1.2"
|
|
2330
|
-
fast-levenshtein "^3.0.0"
|
|
2331
|
-
faye "^1.4.0"
|
|
2332
|
-
form-data "^4.0.0"
|
|
2333
|
-
js2xmlparser "^4.0.1"
|
|
2334
|
-
jsonwebtoken "9.0.2"
|
|
2335
|
-
jszip "3.10.1"
|
|
2336
|
-
pino "^9.2.0"
|
|
2337
|
-
pino-abstract-transport "^1.2.0"
|
|
2338
|
-
pino-pretty "^11.2.1"
|
|
2339
|
-
proper-lockfile "^4.1.2"
|
|
2340
|
-
semver "^7.6.2"
|
|
2341
|
-
ts-retry-promise "^0.8.1"
|
|
2342
|
-
|
|
2343
|
-
"@salesforce/core@^7.5.0":
|
|
2344
|
-
version "7.5.0"
|
|
2345
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.5.0.tgz"
|
|
2346
|
-
integrity sha512-mPg9Tj2Qqe/TY7q+CRNSeYYTV+dj/LflM7Fu/32EPLCEPGVIiSp/RaTFLTZwDcFX9BVYHOa2h6oliuO2Qnno+A==
|
|
2347
|
-
dependencies:
|
|
2348
|
-
"@jsforce/jsforce-node" "^3.2.0"
|
|
2349
|
-
"@salesforce/kit" "^3.1.6"
|
|
2350
|
-
"@salesforce/schemas" "^1.9.0"
|
|
2351
|
-
"@salesforce/ts-types" "^2.0.10"
|
|
2352
|
-
ajv "^8.15.0"
|
|
2353
|
-
change-case "^4.1.2"
|
|
2354
|
-
fast-levenshtein "^3.0.0"
|
|
2355
|
-
faye "^1.4.0"
|
|
2356
|
-
form-data "^4.0.0"
|
|
2357
|
-
js2xmlparser "^4.0.1"
|
|
2358
|
-
jsonwebtoken "9.0.2"
|
|
2359
|
-
jszip "3.10.1"
|
|
2360
|
-
pino "^9.2.0"
|
|
2361
|
-
pino-abstract-transport "^1.2.0"
|
|
2362
|
-
pino-pretty "^11.2.1"
|
|
2363
|
-
proper-lockfile "^4.1.2"
|
|
2364
|
-
semver "^7.6.2"
|
|
2365
|
-
ts-retry-promise "^0.8.1"
|
|
2366
|
-
|
|
2367
|
-
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.2", "@salesforce/core@^8.0.3", "@salesforce/core@^8.0.5", "@salesforce/core@^8.1.0":
|
|
2368
|
-
version "8.1.0"
|
|
2369
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.1.0.tgz"
|
|
2370
|
-
integrity sha512-oItr8cdeMe67glJN3dP1Gh/kasD0DUT6S6RfcLTH32wwuZNQAwMXNgBOCvlskr8nxPZ+YSSw7CVuqYMUmCtUXA==
|
|
2303
|
+
"@salesforce/core@^8.0.1", "@salesforce/core@^8.0.2", "@salesforce/core@^8.0.3", "@salesforce/core@^8.0.5", "@salesforce/core@^8.1.0", "@salesforce/core@^8.1.1":
|
|
2304
|
+
version "8.1.1"
|
|
2305
|
+
resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.1.1.tgz"
|
|
2306
|
+
integrity sha512-PQ58kz0oRk/cjGhmiRj8W+x0Eg2mrWagrA4xMKaXjBAgSgU+V39BaO9IC1G2cAMGy53JJRBO5G876ala4gD44w==
|
|
2371
2307
|
dependencies:
|
|
2372
2308
|
"@jsforce/jsforce-node" "^3.2.1"
|
|
2373
2309
|
"@salesforce/kit" "^3.1.6"
|
|
@@ -2452,16 +2388,15 @@
|
|
|
2452
2388
|
jszip "^3.10.1"
|
|
2453
2389
|
object-treeify "^2"
|
|
2454
2390
|
|
|
2455
|
-
"@salesforce/plugin-apex@3.2.
|
|
2456
|
-
version "3.2.
|
|
2457
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.2.
|
|
2458
|
-
integrity sha512
|
|
2391
|
+
"@salesforce/plugin-apex@3.2.3":
|
|
2392
|
+
version "3.2.3"
|
|
2393
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.2.3.tgz"
|
|
2394
|
+
integrity sha512-sFGtNceQCTMYuw074H6kKIoP7AzV0m1SkIxEsJDPhpEKB3kMfoPNCcNmbJhsE0vIdpyvmiYlysCP5w4+bMjXTA==
|
|
2459
2395
|
dependencies:
|
|
2460
|
-
"@
|
|
2461
|
-
"@salesforce/
|
|
2462
|
-
"@salesforce/core" "^7.4.1"
|
|
2396
|
+
"@salesforce/apex-node" "^7.0.3"
|
|
2397
|
+
"@salesforce/core" "^8.1.0"
|
|
2463
2398
|
"@salesforce/kit" "^3.1.6"
|
|
2464
|
-
"@salesforce/sf-plugins-core" "^11.1.
|
|
2399
|
+
"@salesforce/sf-plugins-core" "^11.1.2"
|
|
2465
2400
|
ansis "^3.2.0"
|
|
2466
2401
|
|
|
2467
2402
|
"@salesforce/plugin-auth@3.6.31":
|
|
@@ -2493,10 +2428,10 @@
|
|
|
2493
2428
|
debug "^4.3.4"
|
|
2494
2429
|
handlebars "^4.7.8"
|
|
2495
2430
|
|
|
2496
|
-
"@salesforce/plugin-data@3.5.
|
|
2497
|
-
version "3.5.
|
|
2498
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.
|
|
2499
|
-
integrity sha512-
|
|
2431
|
+
"@salesforce/plugin-data@3.5.3":
|
|
2432
|
+
version "3.5.3"
|
|
2433
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.3.tgz"
|
|
2434
|
+
integrity sha512-5ugJdKe4lyNGcvXUgdEF11Tbn2JgQb3Dqtg+E20Lr3QlO9NznEnyxZM9k86desOerArHg5QLkDnr1vKa7iaaMg==
|
|
2500
2435
|
dependencies:
|
|
2501
2436
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
2502
2437
|
"@oclif/core" "^4"
|
|
@@ -2653,17 +2588,17 @@
|
|
|
2653
2588
|
fast-xml-parser "^4.4.0"
|
|
2654
2589
|
js2xmlparser "^4.0.2"
|
|
2655
2590
|
|
|
2656
|
-
"@salesforce/plugin-source@3.
|
|
2657
|
-
version "3.
|
|
2658
|
-
resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.
|
|
2659
|
-
integrity sha512-
|
|
2591
|
+
"@salesforce/plugin-source@3.5.1":
|
|
2592
|
+
version "3.5.1"
|
|
2593
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.5.1.tgz"
|
|
2594
|
+
integrity sha512-7oTbq9GifEbXCaTW67RJLP+zqJ7WDrL5LR+S9K52fFeCUvkGWUMFs6bmMlFRxoQjLaH7gF4hdBKf6ZWyxpVzTA==
|
|
2660
2595
|
dependencies:
|
|
2661
2596
|
"@oclif/core" "^4"
|
|
2662
|
-
"@salesforce/apex-node" "^
|
|
2663
|
-
"@salesforce/core" "^8.
|
|
2597
|
+
"@salesforce/apex-node" "^7.0.3"
|
|
2598
|
+
"@salesforce/core" "^8.1.1"
|
|
2664
2599
|
"@salesforce/kit" "^3.1.6"
|
|
2665
2600
|
"@salesforce/sf-plugins-core" "^11.1.2"
|
|
2666
|
-
"@salesforce/source-deploy-retrieve" "^12.
|
|
2601
|
+
"@salesforce/source-deploy-retrieve" "^12.1.4"
|
|
2667
2602
|
"@salesforce/source-tracking" "^7.0.1"
|
|
2668
2603
|
"@salesforce/ts-types" "^2.0.10"
|
|
2669
2604
|
chalk "^5.3.0"
|
|
@@ -2731,7 +2666,7 @@
|
|
|
2731
2666
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz"
|
|
2732
2667
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
2733
2668
|
|
|
2734
|
-
"@salesforce/sf-plugins-core@^11.1.
|
|
2669
|
+
"@salesforce/sf-plugins-core@^11.1.1", "@salesforce/sf-plugins-core@^11.1.2", "@salesforce/sf-plugins-core@11.1.2":
|
|
2735
2670
|
version "11.1.2"
|
|
2736
2671
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.2.tgz"
|
|
2737
2672
|
integrity sha512-8uM47OfW4ym9KXL/vMAcM9zIF2aEAkSCNins7Ww+QPGA4ssXP3MZKQM2Ncb5tzgvjZK4x0PGP+BAZ3aXUo0pdw==
|
|
@@ -3873,7 +3808,17 @@ ajv@^6.12.4:
|
|
|
3873
3808
|
json-schema-traverse "^0.4.1"
|
|
3874
3809
|
uri-js "^4.2.2"
|
|
3875
3810
|
|
|
3876
|
-
ajv@^8.11.0
|
|
3811
|
+
ajv@^8.11.0:
|
|
3812
|
+
version "8.16.0"
|
|
3813
|
+
resolved "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz"
|
|
3814
|
+
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
|
|
3815
|
+
dependencies:
|
|
3816
|
+
fast-deep-equal "^3.1.3"
|
|
3817
|
+
json-schema-traverse "^1.0.0"
|
|
3818
|
+
require-from-string "^2.0.2"
|
|
3819
|
+
uri-js "^4.4.1"
|
|
3820
|
+
|
|
3821
|
+
ajv@^8.16.0:
|
|
3877
3822
|
version "8.16.0"
|
|
3878
3823
|
resolved "https://registry.npmjs.org/ajv/-/ajv-8.16.0.tgz"
|
|
3879
3824
|
integrity sha512-F0twR8U1ZU67JIEtekUcLkXkoO5mMMmgGD8sK/xUFzJ805jxHQl92hImFAqqXMyMYjSPOyUPAwHYhB72g5sTXw==
|
|
@@ -6449,7 +6394,7 @@ glob-parent@^6.0.2:
|
|
|
6449
6394
|
dependencies:
|
|
6450
6395
|
is-glob "^4.0.3"
|
|
6451
6396
|
|
|
6452
|
-
glob@^10.2.2, glob@^10.3.10, glob@^10.
|
|
6397
|
+
glob@^10.2.2, glob@^10.3.10, glob@^10.4.1:
|
|
6453
6398
|
version "10.4.1"
|
|
6454
6399
|
resolved "https://registry.npmjs.org/glob/-/glob-10.4.1.tgz"
|
|
6455
6400
|
integrity sha512-2jelhlq3E4ho74ZyVLN03oKdAZVUa6UDZzFLVH1H7dnoax+y9qyaq8zBkfDIggjniU19z0wU18y16jMB2eyVIw==
|
package/oclif.manifest.json
CHANGED
|
@@ -3828,7 +3828,6 @@
|
|
|
3828
3828
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3829
3829
|
"pluginName": "@salesforce/plugin-signups",
|
|
3830
3830
|
"pluginType": "jit",
|
|
3831
|
-
"state": "beta",
|
|
3832
3831
|
"strict": true,
|
|
3833
3832
|
"summary": "Create a snapshot of a scratch org.",
|
|
3834
3833
|
"enableJsonFlag": true,
|
|
@@ -3954,7 +3953,6 @@
|
|
|
3954
3953
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
3955
3954
|
"pluginName": "@salesforce/plugin-signups",
|
|
3956
3955
|
"pluginType": "jit",
|
|
3957
|
-
"state": "beta",
|
|
3958
3956
|
"strict": true,
|
|
3959
3957
|
"summary": "Get details about a scratch org snapshot.",
|
|
3960
3958
|
"enableJsonFlag": true,
|
|
@@ -4214,7 +4212,6 @@
|
|
|
4214
4212
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
4215
4213
|
"pluginName": "@salesforce/plugin-signups",
|
|
4216
4214
|
"pluginType": "jit",
|
|
4217
|
-
"state": "beta",
|
|
4218
4215
|
"strict": true,
|
|
4219
4216
|
"summary": "Delete a scratch org snapshot.",
|
|
4220
4217
|
"enableJsonFlag": true,
|
|
@@ -4427,7 +4424,6 @@
|
|
|
4427
4424
|
"pluginAlias": "@salesforce/plugin-signups",
|
|
4428
4425
|
"pluginName": "@salesforce/plugin-signups",
|
|
4429
4426
|
"pluginType": "jit",
|
|
4430
|
-
"state": "beta",
|
|
4431
4427
|
"strict": true,
|
|
4432
4428
|
"summary": "List scratch org snapshots.",
|
|
4433
4429
|
"enableJsonFlag": true,
|
|
@@ -5337,5 +5333,5 @@
|
|
|
5337
5333
|
]
|
|
5338
5334
|
}
|
|
5339
5335
|
},
|
|
5340
|
-
"version": "2.49.
|
|
5336
|
+
"version": "2.49.7"
|
|
5341
5337
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/cli",
|
|
3
3
|
"description": "The Salesforce CLI",
|
|
4
|
-
"version": "2.49.
|
|
4
|
+
"version": "2.49.7",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -81,9 +81,9 @@
|
|
|
81
81
|
"@salesforce/plugin-devops-center": "1.2.18",
|
|
82
82
|
"@salesforce/plugin-env": "3.0.32",
|
|
83
83
|
"@salesforce/plugin-functions": "1.23.0",
|
|
84
|
-
"@salesforce/plugin-signups": "2.
|
|
84
|
+
"@salesforce/plugin-signups": "2.4.0",
|
|
85
85
|
"@salesforce/sfdx-plugin-lwc-test": "1.2.0",
|
|
86
|
-
"@salesforce/sfdx-scanner": "4.3.
|
|
86
|
+
"@salesforce/sfdx-scanner": "4.3.2"
|
|
87
87
|
},
|
|
88
88
|
"devPlugins": [
|
|
89
89
|
"@oclif/plugin-command-snapshot",
|
|
@@ -152,9 +152,9 @@
|
|
|
152
152
|
"@oclif/plugin-which": "3.2.5",
|
|
153
153
|
"@salesforce/core": "^8.0.2",
|
|
154
154
|
"@salesforce/kit": "^3.1.6",
|
|
155
|
-
"@salesforce/plugin-apex": "3.2.
|
|
155
|
+
"@salesforce/plugin-apex": "3.2.3",
|
|
156
156
|
"@salesforce/plugin-auth": "3.6.31",
|
|
157
|
-
"@salesforce/plugin-data": "3.5.
|
|
157
|
+
"@salesforce/plugin-data": "3.5.3",
|
|
158
158
|
"@salesforce/plugin-deploy-retrieve": "3.9.12",
|
|
159
159
|
"@salesforce/plugin-info": "3.3.15",
|
|
160
160
|
"@salesforce/plugin-limits": "3.3.16",
|
|
@@ -164,7 +164,7 @@
|
|
|
164
164
|
"@salesforce/plugin-schema": "3.3.17",
|
|
165
165
|
"@salesforce/plugin-settings": "2.3.7",
|
|
166
166
|
"@salesforce/plugin-sobject": "1.4.16",
|
|
167
|
-
"@salesforce/plugin-source": "3.
|
|
167
|
+
"@salesforce/plugin-source": "3.5.1",
|
|
168
168
|
"@salesforce/plugin-telemetry": "3.6.1",
|
|
169
169
|
"@salesforce/plugin-templates": "56.3.1",
|
|
170
170
|
"@salesforce/plugin-trust": "3.7.13",
|