@salesforce/cli 2.49.5 → 2.49.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +46 -134
- package/npm-shrinkwrap.json +69 -99
- package/oclif.lock +18 -43
- package/oclif.manifest.json +1 -5
- package/package.json +4 -4
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.6 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.6",
|
|
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.6",
|
|
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",
|
|
@@ -5972,18 +5972,18 @@
|
|
|
5972
5972
|
}
|
|
5973
5973
|
},
|
|
5974
5974
|
"node_modules/@salesforce/apex-node": {
|
|
5975
|
-
"version": "
|
|
5976
|
-
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-
|
|
5977
|
-
"integrity": "sha512-
|
|
5975
|
+
"version": "7.0.3",
|
|
5976
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-7.0.3.tgz",
|
|
5977
|
+
"integrity": "sha512-lUeMmBHWCmV//u6A77Wvv/srp7xJyJuAdy6zZwpayd73a3gB6mh2DP8qCF/KdyuUTZd7IykLHncS+/rRkS8SUQ==",
|
|
5978
5978
|
"license": "BSD-3-Clause",
|
|
5979
5979
|
"dependencies": {
|
|
5980
|
-
"@jsforce/jsforce-node": "^3.2.
|
|
5981
|
-
"@salesforce/core": "^
|
|
5980
|
+
"@jsforce/jsforce-node": "^3.2.2",
|
|
5981
|
+
"@salesforce/core": "^8.0.3",
|
|
5982
5982
|
"@salesforce/kit": "^3.1.6",
|
|
5983
5983
|
"@types/istanbul-reports": "^3.0.4",
|
|
5984
5984
|
"bfj": "8.0.0",
|
|
5985
|
+
"fast-glob": "^3.3.2",
|
|
5985
5986
|
"faye": "1.4.0",
|
|
5986
|
-
"glob": "^10.3.16",
|
|
5987
5987
|
"istanbul-lib-coverage": "^3.2.2",
|
|
5988
5988
|
"istanbul-lib-report": "^3.0.1",
|
|
5989
5989
|
"istanbul-reports": "^3.1.7"
|
|
@@ -5992,35 +5992,6 @@
|
|
|
5992
5992
|
"node": ">=18.18.2"
|
|
5993
5993
|
}
|
|
5994
5994
|
},
|
|
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
5995
|
"node_modules/@salesforce/cli-plugins-testkit": {
|
|
6025
5996
|
"version": "5.3.17",
|
|
6026
5997
|
"resolved": "https://registry.npmjs.org/@salesforce/cli-plugins-testkit/-/cli-plugins-testkit-5.3.17.tgz",
|
|
@@ -6263,51 +6234,21 @@
|
|
|
6263
6234
|
}
|
|
6264
6235
|
},
|
|
6265
6236
|
"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
|
|
6237
|
+
"version": "3.2.3",
|
|
6238
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.2.3.tgz",
|
|
6239
|
+
"integrity": "sha512-sFGtNceQCTMYuw074H6kKIoP7AzV0m1SkIxEsJDPhpEKB3kMfoPNCcNmbJhsE0vIdpyvmiYlysCP5w4+bMjXTA==",
|
|
6269
6240
|
"license": "BSD-3-Clause",
|
|
6270
6241
|
"dependencies": {
|
|
6271
|
-
"@
|
|
6272
|
-
"@salesforce/
|
|
6273
|
-
"@salesforce/core": "^7.4.1",
|
|
6242
|
+
"@salesforce/apex-node": "^7.0.3",
|
|
6243
|
+
"@salesforce/core": "^8.1.0",
|
|
6274
6244
|
"@salesforce/kit": "^3.1.6",
|
|
6275
|
-
"@salesforce/sf-plugins-core": "^11.1.
|
|
6245
|
+
"@salesforce/sf-plugins-core": "^11.1.2",
|
|
6276
6246
|
"ansis": "^3.2.0"
|
|
6277
6247
|
},
|
|
6278
6248
|
"engines": {
|
|
6279
6249
|
"node": ">=18.0.0"
|
|
6280
6250
|
}
|
|
6281
6251
|
},
|
|
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
6252
|
"node_modules/@salesforce/plugin-auth": {
|
|
6312
6253
|
"version": "3.6.31",
|
|
6313
6254
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.31.tgz",
|
|
@@ -6362,9 +6303,9 @@
|
|
|
6362
6303
|
}
|
|
6363
6304
|
},
|
|
6364
6305
|
"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-
|
|
6306
|
+
"version": "3.5.3",
|
|
6307
|
+
"resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.3.tgz",
|
|
6308
|
+
"integrity": "sha512-5ugJdKe4lyNGcvXUgdEF11Tbn2JgQb3Dqtg+E20Lr3QlO9NznEnyxZM9k86desOerArHg5QLkDnr1vKa7iaaMg==",
|
|
6368
6309
|
"license": "BSD-3-Clause",
|
|
6369
6310
|
"dependencies": {
|
|
6370
6311
|
"@jsforce/jsforce-node": "^3.2.0",
|
|
@@ -6410,27 +6351,6 @@
|
|
|
6410
6351
|
"node": ">=18.0.0"
|
|
6411
6352
|
}
|
|
6412
6353
|
},
|
|
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
6354
|
"node_modules/@salesforce/plugin-info": {
|
|
6435
6355
|
"version": "3.3.15",
|
|
6436
6356
|
"resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.3.15.tgz",
|
|
@@ -6661,6 +6581,56 @@
|
|
|
6661
6581
|
"node": ">=18.0.0"
|
|
6662
6582
|
}
|
|
6663
6583
|
},
|
|
6584
|
+
"node_modules/@salesforce/plugin-source/node_modules/@salesforce/apex-node": {
|
|
6585
|
+
"version": "6.2.0",
|
|
6586
|
+
"resolved": "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-6.2.0.tgz",
|
|
6587
|
+
"integrity": "sha512-8sp5TChnKcXoPSKMieUVXeeuxnNv3bx6QlH7+a8s6ja0UVYfWVPJi1Wc9vL6dZuVM79LeDV96RDKnJ3o6FehXg==",
|
|
6588
|
+
"license": "BSD-3-Clause",
|
|
6589
|
+
"dependencies": {
|
|
6590
|
+
"@jsforce/jsforce-node": "^3.2.0",
|
|
6591
|
+
"@salesforce/core": "^7.5.0",
|
|
6592
|
+
"@salesforce/kit": "^3.1.6",
|
|
6593
|
+
"@types/istanbul-reports": "^3.0.4",
|
|
6594
|
+
"bfj": "8.0.0",
|
|
6595
|
+
"faye": "1.4.0",
|
|
6596
|
+
"glob": "^10.3.16",
|
|
6597
|
+
"istanbul-lib-coverage": "^3.2.2",
|
|
6598
|
+
"istanbul-lib-report": "^3.0.1",
|
|
6599
|
+
"istanbul-reports": "^3.1.7"
|
|
6600
|
+
},
|
|
6601
|
+
"engines": {
|
|
6602
|
+
"node": ">=18.18.2"
|
|
6603
|
+
}
|
|
6604
|
+
},
|
|
6605
|
+
"node_modules/@salesforce/plugin-source/node_modules/@salesforce/apex-node/node_modules/@salesforce/core": {
|
|
6606
|
+
"version": "7.5.0",
|
|
6607
|
+
"resolved": "https://registry.npmjs.org/@salesforce/core/-/core-7.5.0.tgz",
|
|
6608
|
+
"integrity": "sha512-mPg9Tj2Qqe/TY7q+CRNSeYYTV+dj/LflM7Fu/32EPLCEPGVIiSp/RaTFLTZwDcFX9BVYHOa2h6oliuO2Qnno+A==",
|
|
6609
|
+
"license": "BSD-3-Clause",
|
|
6610
|
+
"dependencies": {
|
|
6611
|
+
"@jsforce/jsforce-node": "^3.2.0",
|
|
6612
|
+
"@salesforce/kit": "^3.1.6",
|
|
6613
|
+
"@salesforce/schemas": "^1.9.0",
|
|
6614
|
+
"@salesforce/ts-types": "^2.0.10",
|
|
6615
|
+
"ajv": "^8.15.0",
|
|
6616
|
+
"change-case": "^4.1.2",
|
|
6617
|
+
"fast-levenshtein": "^3.0.0",
|
|
6618
|
+
"faye": "^1.4.0",
|
|
6619
|
+
"form-data": "^4.0.0",
|
|
6620
|
+
"js2xmlparser": "^4.0.1",
|
|
6621
|
+
"jsonwebtoken": "9.0.2",
|
|
6622
|
+
"jszip": "3.10.1",
|
|
6623
|
+
"pino": "^9.2.0",
|
|
6624
|
+
"pino-abstract-transport": "^1.2.0",
|
|
6625
|
+
"pino-pretty": "^11.2.1",
|
|
6626
|
+
"proper-lockfile": "^4.1.2",
|
|
6627
|
+
"semver": "^7.6.2",
|
|
6628
|
+
"ts-retry-promise": "^0.8.1"
|
|
6629
|
+
},
|
|
6630
|
+
"engines": {
|
|
6631
|
+
"node": ">=18.0.0"
|
|
6632
|
+
}
|
|
6633
|
+
},
|
|
6664
6634
|
"node_modules/@salesforce/plugin-source/node_modules/chalk": {
|
|
6665
6635
|
"version": "5.3.0",
|
|
6666
6636
|
"resolved": "https://registry.npmjs.org/chalk/-/chalk-5.3.0.tgz",
|
package/oclif.lock
CHANGED
|
@@ -2268,7 +2268,7 @@
|
|
|
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@^6.0.0"
|
|
2271
|
+
"@salesforce/apex-node@^6.0.0":
|
|
2272
2272
|
version "6.2.0"
|
|
2273
2273
|
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-6.2.0.tgz"
|
|
2274
2274
|
integrity sha512-8sp5TChnKcXoPSKMieUVXeeuxnNv3bx6QlH7+a8s6ja0UVYfWVPJi1Wc9vL6dZuVM79LeDV96RDKnJ3o6FehXg==
|
|
@@ -2284,18 +2284,18 @@
|
|
|
2284
2284
|
istanbul-lib-report "^3.0.1"
|
|
2285
2285
|
istanbul-reports "^3.1.7"
|
|
2286
2286
|
|
|
2287
|
-
"@salesforce/apex-node@^7.0.2":
|
|
2288
|
-
version "7.0.
|
|
2289
|
-
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-7.0.
|
|
2290
|
-
integrity sha512-
|
|
2287
|
+
"@salesforce/apex-node@^7.0.2", "@salesforce/apex-node@^7.0.3":
|
|
2288
|
+
version "7.0.3"
|
|
2289
|
+
resolved "https://registry.npmjs.org/@salesforce/apex-node/-/apex-node-7.0.3.tgz"
|
|
2290
|
+
integrity sha512-lUeMmBHWCmV//u6A77Wvv/srp7xJyJuAdy6zZwpayd73a3gB6mh2DP8qCF/KdyuUTZd7IykLHncS+/rRkS8SUQ==
|
|
2291
2291
|
dependencies:
|
|
2292
2292
|
"@jsforce/jsforce-node" "^3.2.2"
|
|
2293
2293
|
"@salesforce/core" "^8.0.3"
|
|
2294
2294
|
"@salesforce/kit" "^3.1.6"
|
|
2295
2295
|
"@types/istanbul-reports" "^3.0.4"
|
|
2296
2296
|
bfj "8.0.0"
|
|
2297
|
+
fast-glob "^3.3.2"
|
|
2297
2298
|
faye "1.4.0"
|
|
2298
|
-
glob "^10.3.16"
|
|
2299
2299
|
istanbul-lib-coverage "^3.2.2"
|
|
2300
2300
|
istanbul-lib-report "^3.0.1"
|
|
2301
2301
|
istanbul-reports "^3.1.7"
|
|
@@ -2316,30 +2316,6 @@
|
|
|
2316
2316
|
strip-ansi "6.0.1"
|
|
2317
2317
|
ts-retry-promise "^0.8.1"
|
|
2318
2318
|
|
|
2319
|
-
"@salesforce/core@^7.4.1":
|
|
2320
|
-
version "7.5.0"
|
|
2321
|
-
resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.5.0.tgz"
|
|
2322
|
-
integrity sha512-mPg9Tj2Qqe/TY7q+CRNSeYYTV+dj/LflM7Fu/32EPLCEPGVIiSp/RaTFLTZwDcFX9BVYHOa2h6oliuO2Qnno+A==
|
|
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
2319
|
"@salesforce/core@^7.5.0":
|
|
2344
2320
|
version "7.5.0"
|
|
2345
2321
|
resolved "https://registry.npmjs.org/@salesforce/core/-/core-7.5.0.tgz"
|
|
@@ -2452,16 +2428,15 @@
|
|
|
2452
2428
|
jszip "^3.10.1"
|
|
2453
2429
|
object-treeify "^2"
|
|
2454
2430
|
|
|
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
|
|
2431
|
+
"@salesforce/plugin-apex@3.2.3":
|
|
2432
|
+
version "3.2.3"
|
|
2433
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-apex/-/plugin-apex-3.2.3.tgz"
|
|
2434
|
+
integrity sha512-sFGtNceQCTMYuw074H6kKIoP7AzV0m1SkIxEsJDPhpEKB3kMfoPNCcNmbJhsE0vIdpyvmiYlysCP5w4+bMjXTA==
|
|
2459
2435
|
dependencies:
|
|
2460
|
-
"@
|
|
2461
|
-
"@salesforce/
|
|
2462
|
-
"@salesforce/core" "^7.4.1"
|
|
2436
|
+
"@salesforce/apex-node" "^7.0.3"
|
|
2437
|
+
"@salesforce/core" "^8.1.0"
|
|
2463
2438
|
"@salesforce/kit" "^3.1.6"
|
|
2464
|
-
"@salesforce/sf-plugins-core" "^11.1.
|
|
2439
|
+
"@salesforce/sf-plugins-core" "^11.1.2"
|
|
2465
2440
|
ansis "^3.2.0"
|
|
2466
2441
|
|
|
2467
2442
|
"@salesforce/plugin-auth@3.6.31":
|
|
@@ -2493,10 +2468,10 @@
|
|
|
2493
2468
|
debug "^4.3.4"
|
|
2494
2469
|
handlebars "^4.7.8"
|
|
2495
2470
|
|
|
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-
|
|
2471
|
+
"@salesforce/plugin-data@3.5.3":
|
|
2472
|
+
version "3.5.3"
|
|
2473
|
+
resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.5.3.tgz"
|
|
2474
|
+
integrity sha512-5ugJdKe4lyNGcvXUgdEF11Tbn2JgQb3Dqtg+E20Lr3QlO9NznEnyxZM9k86desOerArHg5QLkDnr1vKa7iaaMg==
|
|
2500
2475
|
dependencies:
|
|
2501
2476
|
"@jsforce/jsforce-node" "^3.2.0"
|
|
2502
2477
|
"@oclif/core" "^4"
|
|
@@ -2731,7 +2706,7 @@
|
|
|
2731
2706
|
resolved "https://registry.npmjs.org/@salesforce/schemas/-/schemas-1.9.0.tgz"
|
|
2732
2707
|
integrity sha512-LiN37zG5ODT6z70sL1fxF7BQwtCX9JOWofSU8iliSNIM+WDEeinnoFtVqPInRSNt8I0RiJxIKCrqstsmQRBNvA==
|
|
2733
2708
|
|
|
2734
|
-
"@salesforce/sf-plugins-core@^11.1.
|
|
2709
|
+
"@salesforce/sf-plugins-core@^11.1.1", "@salesforce/sf-plugins-core@^11.1.2", "@salesforce/sf-plugins-core@11.1.2":
|
|
2735
2710
|
version "11.1.2"
|
|
2736
2711
|
resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-11.1.2.tgz"
|
|
2737
2712
|
integrity sha512-8uM47OfW4ym9KXL/vMAcM9zIF2aEAkSCNins7Ww+QPGA4ssXP3MZKQM2Ncb5tzgvjZK4x0PGP+BAZ3aXUo0pdw==
|
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.6"
|
|
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.6",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bin": {
|
|
7
7
|
"sf": "./bin/run.js",
|
|
@@ -81,7 +81,7 @@
|
|
|
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
86
|
"@salesforce/sfdx-scanner": "4.3.0"
|
|
87
87
|
},
|
|
@@ -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",
|