@salesforce/cli 2.72.18 → 2.72.20

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 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.72.18 linux-x64 node-v22.12.0
27
+ @salesforce/cli/2.72.20 linux-x64 node-v22.12.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -1336,7 +1336,7 @@ EXAMPLES
1336
1336
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
1337
1337
  ```
1338
1338
 
1339
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/bulk/results.ts)_
1339
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/bulk/results.ts)_
1340
1340
 
1341
1341
  ## `sf data create file`
1342
1342
 
@@ -1385,7 +1385,7 @@ EXAMPLES
1385
1385
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
1386
1386
  ```
1387
1387
 
1388
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/create/file.ts)_
1388
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/create/file.ts)_
1389
1389
 
1390
1390
  ## `sf data create record`
1391
1391
 
@@ -1441,7 +1441,7 @@ EXAMPLES
1441
1441
  TracedEntityId=01p17000000R6bLAAS"
1442
1442
  ```
1443
1443
 
1444
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/create/record.ts)_
1444
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/create/record.ts)_
1445
1445
 
1446
1446
  ## `sf data delete bulk`
1447
1447
 
@@ -1502,7 +1502,7 @@ FLAG DESCRIPTIONS
1502
1502
  and can be enabled only by a system administrator.
1503
1503
  ```
1504
1504
 
1505
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/delete/bulk.ts)_
1505
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/delete/bulk.ts)_
1506
1506
 
1507
1507
  ## `sf data delete record`
1508
1508
 
@@ -1563,7 +1563,7 @@ EXAMPLES
1563
1563
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1564
1564
  ```
1565
1565
 
1566
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/delete/record.ts)_
1566
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/delete/record.ts)_
1567
1567
 
1568
1568
  ## `sf data delete resume`
1569
1569
 
@@ -1602,7 +1602,7 @@ EXAMPLES
1602
1602
  $ sf data delete resume --use-most-recent --target-org my-scratch
1603
1603
  ```
1604
1604
 
1605
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/delete/resume.ts)_
1605
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/delete/resume.ts)_
1606
1606
 
1607
1607
  ## `sf data export bulk`
1608
1608
 
@@ -1676,7 +1676,7 @@ EXAMPLES
1676
1676
  --result-format json --async
1677
1677
  ```
1678
1678
 
1679
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/export/bulk.ts)_
1679
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/export/bulk.ts)_
1680
1680
 
1681
1681
  ## `sf data export resume`
1682
1682
 
@@ -1712,7 +1712,7 @@ EXAMPLES
1712
1712
  $ sf data export resume --use-most-recent --target-org my-scratch
1713
1713
  ```
1714
1714
 
1715
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/export/resume.ts)_
1715
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/export/resume.ts)_
1716
1716
 
1717
1717
  ## `sf data export tree`
1718
1718
 
@@ -1753,7 +1753,6 @@ DESCRIPTION
1753
1753
 
1754
1754
  ALIASES
1755
1755
  $ sf force data tree export
1756
- $ sf data export beta tree
1757
1756
 
1758
1757
  EXAMPLES
1759
1758
  Export records retrieved with the specified SOQL query into a single JSON file in the current directory; the command
@@ -1773,7 +1772,7 @@ EXAMPLES
1773
1772
  my-scratch
1774
1773
  ```
1775
1774
 
1776
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/export/tree.ts)_
1775
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/export/tree.ts)_
1777
1776
 
1778
1777
  ## `sf data get record`
1779
1778
 
@@ -1837,7 +1836,7 @@ EXAMPLES
1837
1836
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1838
1837
  ```
1839
1838
 
1840
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/get/record.ts)_
1839
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/get/record.ts)_
1841
1840
 
1842
1841
  ## `sf data import bulk`
1843
1842
 
@@ -1895,7 +1894,7 @@ EXAMPLES
1895
1894
  $ sf data import bulk --file accounts.csv --sobject Account --async
1896
1895
  ```
1897
1896
 
1898
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/import/bulk.ts)_
1897
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/import/bulk.ts)_
1899
1898
 
1900
1899
  ## `sf data import resume`
1901
1900
 
@@ -1931,7 +1930,7 @@ EXAMPLES
1931
1930
  $ sf data import resume --use-most-recent --target-org my-scratch
1932
1931
  ```
1933
1932
 
1934
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/import/resume.ts)_
1933
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/import/resume.ts)_
1935
1934
 
1936
1935
  ## `sf data import tree`
1937
1936
 
@@ -1966,7 +1965,6 @@ DESCRIPTION
1966
1965
 
1967
1966
  ALIASES
1968
1967
  $ sf force data tree import
1969
- $ sf data import beta tree
1970
1968
 
1971
1969
  EXAMPLES
1972
1970
  Import the records contained in two JSON files into the org with alias "my-scratch":
@@ -1996,7 +1994,7 @@ FLAG DESCRIPTIONS
1996
1994
  - files(array) - Files: An array of files paths to load
1997
1995
  ```
1998
1996
 
1999
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/import/tree.ts)_
1997
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/import/tree.ts)_
2000
1998
 
2001
1999
  ## `sf data query`
2002
2000
 
@@ -2062,7 +2060,7 @@ EXAMPLES
2062
2060
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
2063
2061
  ```
2064
2062
 
2065
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/query.ts)_
2063
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/query.ts)_
2066
2064
 
2067
2065
  ## `sf data query resume`
2068
2066
 
@@ -2099,7 +2097,7 @@ EXAMPLES
2099
2097
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
2100
2098
  ```
2101
2099
 
2102
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/query/resume.ts)_
2100
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/query/resume.ts)_
2103
2101
 
2104
2102
  ## `sf data resume`
2105
2103
 
@@ -2136,7 +2134,7 @@ EXAMPLES
2136
2134
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
2137
2135
  ```
2138
2136
 
2139
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/resume.ts)_
2137
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/resume.ts)_
2140
2138
 
2141
2139
  ## `sf data search`
2142
2140
 
@@ -2186,7 +2184,7 @@ EXAMPLES
2186
2184
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
2187
2185
  ```
2188
2186
 
2189
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/search.ts)_
2187
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/search.ts)_
2190
2188
 
2191
2189
  ## `sf data update bulk`
2192
2190
 
@@ -2247,7 +2245,7 @@ EXAMPLES
2247
2245
  $ sf data update bulk --file accounts.csv --sobject Account --async
2248
2246
  ```
2249
2247
 
2250
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/update/bulk.ts)_
2248
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/update/bulk.ts)_
2251
2249
 
2252
2250
  ## `sf data update record`
2253
2251
 
@@ -2309,7 +2307,7 @@ EXAMPLES
2309
2307
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
2310
2308
  ```
2311
2309
 
2312
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/update/record.ts)_
2310
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/update/record.ts)_
2313
2311
 
2314
2312
  ## `sf data update resume`
2315
2313
 
@@ -2345,7 +2343,7 @@ EXAMPLES
2345
2343
  $ sf data update resume --use-most-recent --target-org my-scratch
2346
2344
  ```
2347
2345
 
2348
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/update/resume.ts)_
2346
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/update/resume.ts)_
2349
2347
 
2350
2348
  ## `sf data upsert bulk`
2351
2349
 
@@ -2404,7 +2402,7 @@ EXAMPLES
2404
2402
  my-scratch
2405
2403
  ```
2406
2404
 
2407
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/upsert/bulk.ts)_
2405
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/upsert/bulk.ts)_
2408
2406
 
2409
2407
  ## `sf data upsert resume`
2410
2408
 
@@ -2443,7 +2441,7 @@ EXAMPLES
2443
2441
  $ sf data upsert resume --use-most-recent --target-org my-scratch
2444
2442
  ```
2445
2443
 
2446
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/data/upsert/resume.ts)_
2444
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/data/upsert/resume.ts)_
2447
2445
 
2448
2446
  ## `sf doctor`
2449
2447
 
@@ -2538,7 +2536,7 @@ EXAMPLES
2538
2536
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
2539
2537
  ```
2540
2538
 
2541
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/force/data/bulk/delete.ts)_
2539
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/force/data/bulk/delete.ts)_
2542
2540
 
2543
2541
  ## `sf force data bulk status`
2544
2542
 
@@ -2575,7 +2573,7 @@ EXAMPLES
2575
2573
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
2576
2574
  ```
2577
2575
 
2578
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/force/data/bulk/status.ts)_
2576
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/force/data/bulk/status.ts)_
2579
2577
 
2580
2578
  ## `sf force data bulk upsert`
2581
2579
 
@@ -2633,7 +2631,7 @@ EXAMPLES
2633
2631
  --target-org my-scratch
2634
2632
  ```
2635
2633
 
2636
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.13.9/src/commands/force/data/bulk/upsert.ts)_
2634
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.1/src/commands/force/data/bulk/upsert.ts)_
2637
2635
 
2638
2636
  ## `sf help [COMMAND]`
2639
2637