@salesforce/cli 2.49.4 → 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 +70 -158
- package/npm-shrinkwrap.json +1656 -711
- package/oclif.lock +159 -217
- package/oclif.manifest.json +1 -5
- package/package.json +14 -14
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
|
|
|
@@ -1992,7 +1904,7 @@ EXAMPLES
|
|
|
1992
1904
|
$ sf doctor --plugin @salesforce/plugin-source
|
|
1993
1905
|
```
|
|
1994
1906
|
|
|
1995
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.
|
|
1907
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.15/src/commands/doctor.ts)_
|
|
1996
1908
|
|
|
1997
1909
|
## `sf force data bulk delete`
|
|
1998
1910
|
|
|
@@ -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
|
|
|
@@ -2194,7 +2106,7 @@ EXAMPLES
|
|
|
2194
2106
|
$ sf info releasenotes display --version latest
|
|
2195
2107
|
```
|
|
2196
2108
|
|
|
2197
|
-
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.
|
|
2109
|
+
_See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.3.15/src/commands/info/releasenotes/display.ts)_
|
|
2198
2110
|
|
|
2199
2111
|
## `sf lightning generate app`
|
|
2200
2112
|
|
|
@@ -5784,7 +5696,7 @@ FLAG DESCRIPTIONS
|
|
|
5784
5696
|
If you specify this parameter, don’t specify --metadata or --source-dir.
|
|
5785
5697
|
```
|
|
5786
5698
|
|
|
5787
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5699
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/convert/mdapi.ts)_
|
|
5788
5700
|
|
|
5789
5701
|
## `sf project convert source`
|
|
5790
5702
|
|
|
@@ -5796,7 +5708,7 @@ USAGE
|
|
|
5796
5708
|
[-p <value>... | -x <value> | -m <value>...]
|
|
5797
5709
|
|
|
5798
5710
|
FLAGS
|
|
5799
|
-
-d, --output-dir=<value> [default:
|
|
5711
|
+
-d, --output-dir=<value> [default: metadataPackage_1719863672626] Output directory to store the Metadata
|
|
5800
5712
|
API–formatted files in.
|
|
5801
5713
|
-m, --metadata=<value>... Metadata component names to convert.
|
|
5802
5714
|
-n, --package-name=<value> Name of the package to associate with the metadata-formatted files.
|
|
@@ -5857,7 +5769,7 @@ FLAG DESCRIPTIONS
|
|
|
5857
5769
|
Override the api version used for api requests made by this command
|
|
5858
5770
|
```
|
|
5859
5771
|
|
|
5860
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5772
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/convert/source.ts)_
|
|
5861
5773
|
|
|
5862
5774
|
## `sf project convert source-behavior`
|
|
5863
5775
|
|
|
@@ -5866,14 +5778,14 @@ Enable a behavior of your project source files, and then update your Salesforce
|
|
|
5866
5778
|
```
|
|
5867
5779
|
USAGE
|
|
5868
5780
|
$ sf project convert source-behavior -b
|
|
5869
|
-
decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposeSharingRulesBeta|decomposeWorkflowBeta
|
|
5870
|
-
[--flags-dir <value>] [--dry-run] [--preserve-temp-dir] [-o <value>]
|
|
5781
|
+
decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposeSharingRulesBeta|decomposeWorkflowBeta|presetMap.d.ts|
|
|
5782
|
+
presetMap.js|presetMap.js.map [--json] [--flags-dir <value>] [--dry-run] [--preserve-temp-dir] [-o <value>]
|
|
5871
5783
|
|
|
5872
5784
|
FLAGS
|
|
5873
5785
|
-b, --behavior=<option> (required) Behavior to enable; the values correspond to the possible values of the
|
|
5874
5786
|
"sourceBehaviorOption" option in the "sfdx-project.json" file.
|
|
5875
5787
|
<options: decomposeCustomLabelsBeta|decomposePermissionSetBeta|decomposeSharingRulesBeta|dec
|
|
5876
|
-
omposeWorkflowBeta>
|
|
5788
|
+
omposeWorkflowBeta|presetMap.d.ts|presetMap.js|presetMap.js.map>
|
|
5877
5789
|
-o, --target-org=<value> Username or alias of the target org.
|
|
5878
5790
|
--dry-run Display what the command would do, but don't make any actual changes.
|
|
5879
5791
|
--preserve-temp-dir Don't delete the metadata API format temporary directory that this command creates. Useful
|
|
@@ -5914,7 +5826,7 @@ EXAMPLES
|
|
|
5914
5826
|
$ sf project convert source-behavior --behavior decomposeCustomLabelsBeta --dry-run --preserve-temp-dir
|
|
5915
5827
|
```
|
|
5916
5828
|
|
|
5917
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5829
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/convert/source-behavior.ts)_
|
|
5918
5830
|
|
|
5919
5831
|
## `sf project delete source`
|
|
5920
5832
|
|
|
@@ -6054,7 +5966,7 @@ FLAG DESCRIPTIONS
|
|
|
6054
5966
|
- Separate the test names with spaces: --tests Test1 Test2 "Test With Space"
|
|
6055
5967
|
```
|
|
6056
5968
|
|
|
6057
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
5969
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/delete/source.ts)_
|
|
6058
5970
|
|
|
6059
5971
|
## `sf project delete tracking`
|
|
6060
5972
|
|
|
@@ -6091,7 +6003,7 @@ EXAMPLES
|
|
|
6091
6003
|
$ sf project delete tracking --target-org my-scratch
|
|
6092
6004
|
```
|
|
6093
6005
|
|
|
6094
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6006
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/delete/tracking.ts)_
|
|
6095
6007
|
|
|
6096
6008
|
## `sf project deploy cancel`
|
|
6097
6009
|
|
|
@@ -6163,7 +6075,7 @@ FLAG DESCRIPTIONS
|
|
|
6163
6075
|
project deploy report".
|
|
6164
6076
|
```
|
|
6165
6077
|
|
|
6166
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6078
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/deploy/cancel.ts)_
|
|
6167
6079
|
|
|
6168
6080
|
## `sf project deploy preview`
|
|
6169
6081
|
|
|
@@ -6246,7 +6158,7 @@ FLAG DESCRIPTIONS
|
|
|
6246
6158
|
All child components are included. If you specify this flag, don’t specify --metadata or --source-dir.
|
|
6247
6159
|
```
|
|
6248
6160
|
|
|
6249
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6161
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/deploy/preview.ts)_
|
|
6250
6162
|
|
|
6251
6163
|
## `sf project deploy quick`
|
|
6252
6164
|
|
|
@@ -6339,7 +6251,7 @@ ERROR CODES
|
|
|
6339
6251
|
Canceling (69) The deploy is being canceled.
|
|
6340
6252
|
```
|
|
6341
6253
|
|
|
6342
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6254
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/deploy/quick.ts)_
|
|
6343
6255
|
|
|
6344
6256
|
## `sf project deploy report`
|
|
6345
6257
|
|
|
@@ -6431,7 +6343,7 @@ FLAG DESCRIPTIONS
|
|
|
6431
6343
|
--coverage-formatters lcov --coverage-formatters clover
|
|
6432
6344
|
```
|
|
6433
6345
|
|
|
6434
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6346
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/deploy/report.ts)_
|
|
6435
6347
|
|
|
6436
6348
|
## `sf project deploy resume`
|
|
6437
6349
|
|
|
@@ -6528,7 +6440,7 @@ ERROR CODES
|
|
|
6528
6440
|
Canceling (69) The deploy is being canceled.
|
|
6529
6441
|
```
|
|
6530
6442
|
|
|
6531
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6443
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/deploy/resume.ts)_
|
|
6532
6444
|
|
|
6533
6445
|
## `sf project deploy start`
|
|
6534
6446
|
|
|
@@ -6781,7 +6693,7 @@ ERROR CODES
|
|
|
6781
6693
|
Canceling (69) The deploy is being canceled.
|
|
6782
6694
|
```
|
|
6783
6695
|
|
|
6784
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6696
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/deploy/start.ts)_
|
|
6785
6697
|
|
|
6786
6698
|
## `sf project deploy validate`
|
|
6787
6699
|
|
|
@@ -6971,7 +6883,7 @@ ERROR CODES
|
|
|
6971
6883
|
Canceling (69) The deploy is being canceled.
|
|
6972
6884
|
```
|
|
6973
6885
|
|
|
6974
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
6886
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/deploy/validate.ts)_
|
|
6975
6887
|
|
|
6976
6888
|
## `sf project generate`
|
|
6977
6889
|
|
|
@@ -7153,7 +7065,7 @@ EXAMPLES
|
|
|
7153
7065
|
$ sf project generate manifest --from-org test@myorg.com --include-packages unlocked
|
|
7154
7066
|
```
|
|
7155
7067
|
|
|
7156
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7068
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/generate/manifest.ts)_
|
|
7157
7069
|
|
|
7158
7070
|
## `sf project list ignored`
|
|
7159
7071
|
|
|
@@ -7195,7 +7107,7 @@ EXAMPLES
|
|
|
7195
7107
|
$ sf project list ignored --source-dir package.xml
|
|
7196
7108
|
```
|
|
7197
7109
|
|
|
7198
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7110
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/list/ignored.ts)_
|
|
7199
7111
|
|
|
7200
7112
|
## `sf project reset tracking`
|
|
7201
7113
|
|
|
@@ -7244,7 +7156,7 @@ EXAMPLES
|
|
|
7244
7156
|
$ sf project reset tracking --revision 30
|
|
7245
7157
|
```
|
|
7246
7158
|
|
|
7247
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7159
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/reset/tracking.ts)_
|
|
7248
7160
|
|
|
7249
7161
|
## `sf project retrieve preview`
|
|
7250
7162
|
|
|
@@ -7298,7 +7210,7 @@ FLAG DESCRIPTIONS
|
|
|
7298
7210
|
production orgs.
|
|
7299
7211
|
```
|
|
7300
7212
|
|
|
7301
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7213
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/retrieve/preview.ts)_
|
|
7302
7214
|
|
|
7303
7215
|
## `sf project retrieve start`
|
|
7304
7216
|
|
|
@@ -7465,7 +7377,7 @@ ENVIRONMENT VARIABLES
|
|
|
7465
7377
|
SF_USE_PROGRESS_BAR Set to false to disable the progress bar when running the metadata deploy command.
|
|
7466
7378
|
```
|
|
7467
7379
|
|
|
7468
|
-
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.
|
|
7380
|
+
_See code: [@salesforce/plugin-deploy-retrieve](https://github.com/salesforcecli/plugin-deploy-retrieve/blob/3.9.12/src/commands/project/retrieve/start.ts)_
|
|
7469
7381
|
|
|
7470
7382
|
## `sf schema generate field`
|
|
7471
7383
|
|
|
@@ -7857,7 +7769,7 @@ EXAMPLES
|
|
|
7857
7769
|
$ sf update --available
|
|
7858
7770
|
```
|
|
7859
7771
|
|
|
7860
|
-
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.
|
|
7772
|
+
_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.4.6/src/commands/update.ts)_
|
|
7861
7773
|
|
|
7862
7774
|
## `sf version`
|
|
7863
7775
|
|