@salesforce/cli 2.72.17 → 2.72.19

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.17 linux-x64 node-v22.12.0
27
+ @salesforce/cli/2.72.19 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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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.7/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
 
@@ -3202,7 +3200,7 @@ FLAG DESCRIPTIONS
3202
3200
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
3203
3201
  ```
3204
3202
 
3205
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/create/sandbox.ts)_
3203
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/create/sandbox.ts)_
3206
3204
 
3207
3205
  ## `sf org create scratch`
3208
3206
 
@@ -3356,7 +3354,7 @@ FLAG DESCRIPTIONS
3356
3354
  Omit this flag to have Salesforce generate a unique username for your org.
3357
3355
  ```
3358
3356
 
3359
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/create/scratch.ts)_
3357
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/create/scratch.ts)_
3360
3358
 
3361
3359
  ## `sf org create user`
3362
3360
 
@@ -3510,7 +3508,7 @@ EXAMPLES
3510
3508
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
3511
3509
  ```
3512
3510
 
3513
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/delete/sandbox.ts)_
3511
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/delete/sandbox.ts)_
3514
3512
 
3515
3513
  ## `sf org delete scratch`
3516
3514
 
@@ -3554,7 +3552,7 @@ EXAMPLES
3554
3552
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
3555
3553
  ```
3556
3554
 
3557
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/delete/scratch.ts)_
3555
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/delete/scratch.ts)_
3558
3556
 
3559
3557
  ## `sf org disable tracking`
3560
3558
 
@@ -3593,7 +3591,7 @@ EXAMPLES
3593
3591
  $ sf org disable tracking
3594
3592
  ```
3595
3593
 
3596
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/disable/tracking.ts)_
3594
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/disable/tracking.ts)_
3597
3595
 
3598
3596
  ## `sf org display`
3599
3597
 
@@ -3638,7 +3636,7 @@ EXAMPLES
3638
3636
  $ sf org display --target-org TestOrg1 --verbose
3639
3637
  ```
3640
3638
 
3641
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/display.ts)_
3639
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/display.ts)_
3642
3640
 
3643
3641
  ## `sf org display user`
3644
3642
 
@@ -3719,7 +3717,7 @@ EXAMPLES
3719
3717
  $ sf org enable tracking
3720
3718
  ```
3721
3719
 
3722
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/enable/tracking.ts)_
3720
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/enable/tracking.ts)_
3723
3721
 
3724
3722
  ## `sf org generate password`
3725
3723
 
@@ -3825,7 +3823,7 @@ EXAMPLES
3825
3823
  $ sf org list --clean
3826
3824
  ```
3827
3825
 
3828
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/list.ts)_
3826
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/list.ts)_
3829
3827
 
3830
3828
  ## `sf org list auth`
3831
3829
 
@@ -3964,7 +3962,7 @@ FLAG DESCRIPTIONS
3964
3962
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
3965
3963
  ```
3966
3964
 
3967
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/list/metadata.ts)_
3965
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/list/metadata.ts)_
3968
3966
 
3969
3967
  ## `sf org list metadata-types`
3970
3968
 
@@ -4019,7 +4017,7 @@ FLAG DESCRIPTIONS
4019
4017
  Override the api version used for api requests made by this command
4020
4018
  ```
4021
4019
 
4022
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/list/metadata-types.ts)_
4020
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/list/metadata-types.ts)_
4023
4021
 
4024
4022
  ## `sf org list sobject record-counts`
4025
4023
 
@@ -4602,7 +4600,7 @@ EXAMPLES
4602
4600
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
4603
4601
  ```
4604
4602
 
4605
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/open.ts)_
4603
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/open.ts)_
4606
4604
 
4607
4605
  ## `sf org open agent`
4608
4606
 
@@ -4653,7 +4651,7 @@ EXAMPLES
4653
4651
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
4654
4652
  ```
4655
4653
 
4656
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/open/agent.ts)_
4654
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/open/agent.ts)_
4657
4655
 
4658
4656
  ## `sf org refresh sandbox`
4659
4657
 
@@ -4730,7 +4728,7 @@ FLAG DESCRIPTIONS
4730
4728
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
4731
4729
  ```
4732
4730
 
4733
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/refresh/sandbox.ts)_
4731
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/refresh/sandbox.ts)_
4734
4732
 
4735
4733
  ## `sf org resume sandbox`
4736
4734
 
@@ -4793,7 +4791,7 @@ FLAG DESCRIPTIONS
4793
4791
  returns the job ID. To resume checking the sandbox creation, rerun this command.
4794
4792
  ```
4795
4793
 
4796
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/resume/sandbox.ts)_
4794
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/resume/sandbox.ts)_
4797
4795
 
4798
4796
  ## `sf org resume scratch`
4799
4797
 
@@ -4840,7 +4838,7 @@ FLAG DESCRIPTIONS
4840
4838
  The job ID is valid for 24 hours after you start the scratch org creation.
4841
4839
  ```
4842
4840
 
4843
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.14/src/commands/org/resume/scratch.ts)_
4841
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.16/src/commands/org/resume/scratch.ts)_
4844
4842
 
4845
4843
  ## `sf package create`
4846
4844
 
@@ -1,17 +1,17 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.72.17",
3
+ "version": "2.72.19",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.72.17",
9
+ "version": "2.72.19",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.2.0",
14
+ "@oclif/core": "4.2.1",
15
15
  "@oclif/plugin-autocomplete": "3.2.16",
16
16
  "@oclif/plugin-commands": "4.1.15",
17
17
  "@oclif/plugin-help": "6.2.20",
@@ -27,12 +27,12 @@
27
27
  "@salesforce/plugin-apex": "3.6.8",
28
28
  "@salesforce/plugin-api": "1.3.2",
29
29
  "@salesforce/plugin-auth": "3.6.85",
30
- "@salesforce/plugin-data": "3.13.7",
30
+ "@salesforce/plugin-data": "4.0.1",
31
31
  "@salesforce/plugin-deploy-retrieve": "3.16.6",
32
32
  "@salesforce/plugin-info": "3.4.30",
33
33
  "@salesforce/plugin-limits": "3.3.43",
34
34
  "@salesforce/plugin-marketplace": "1.3.7",
35
- "@salesforce/plugin-org": "5.2.14",
35
+ "@salesforce/plugin-org": "5.2.16",
36
36
  "@salesforce/plugin-packaging": "2.9.10",
37
37
  "@salesforce/plugin-schema": "3.3.45",
38
38
  "@salesforce/plugin-settings": "2.4.9",
@@ -41,7 +41,7 @@
41
41
  "@salesforce/plugin-templates": "56.3.34",
42
42
  "@salesforce/plugin-trust": "3.7.53",
43
43
  "@salesforce/plugin-user": "3.6.5",
44
- "@salesforce/sf-plugins-core": "12.1.1",
44
+ "@salesforce/sf-plugins-core": "12.1.2",
45
45
  "ansis": "^3.3.0"
46
46
  },
47
47
  "bin": {
@@ -3874,13 +3874,13 @@
3874
3874
  }
3875
3875
  },
3876
3876
  "node_modules/@oclif/core": {
3877
- "version": "4.2.0",
3878
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.0.tgz",
3879
- "integrity": "sha512-ETM2N/GL7W37Kv1Afv1j1Gh77CynS2ubEPP+p+MnjUXEjghNe7+bKAWhPkHnBuFAVFAqdv0qMpUAjxKLbsmbJw==",
3877
+ "version": "4.2.1",
3878
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.2.1.tgz",
3879
+ "integrity": "sha512-oznLlFCXuOpRSfsBUv2YxNXwD0hZc4l37Vmue+1v6T1IgXD10DXNlGNxm20C24t7MgrXdvrbmnajTdzer3Xrbw==",
3880
3880
  "license": "MIT",
3881
3881
  "dependencies": {
3882
3882
  "ansi-escapes": "^4.3.2",
3883
- "ansis": "^3.3.2",
3883
+ "ansis": "^3.5.2",
3884
3884
  "clean-stack": "^3.0.1",
3885
3885
  "cli-spinners": "^2.9.2",
3886
3886
  "debug": "^4.4.0",
@@ -5238,18 +5238,18 @@
5238
5238
  }
5239
5239
  },
5240
5240
  "node_modules/@salesforce/plugin-data": {
5241
- "version": "3.13.7",
5242
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.13.7.tgz",
5243
- "integrity": "sha512-gTc015vX6QadJLyOp4YxvuO3UH3z+qMpiStBTAMxnL6EIS2B/R6ws6YMP2K/Vi61kAg5h1mq5sCDK1NSZwHBtg==",
5241
+ "version": "4.0.1",
5242
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.1.tgz",
5243
+ "integrity": "sha512-xs7UU58Gk0Wxa7x2dOgl6w04Kkl3cMT8AE/zeC4f5Y76YBnDEW7CBAV30Uhuulbgzybd6oUs2NxO64OId2ZEuw==",
5244
5244
  "license": "BSD-3-Clause",
5245
5245
  "dependencies": {
5246
5246
  "@jsforce/jsforce-node": "^3.6.3",
5247
- "@oclif/multi-stage-output": "^0.8.0",
5247
+ "@oclif/multi-stage-output": "^0.8.1",
5248
5248
  "@salesforce/core": "^8.6.1",
5249
5249
  "@salesforce/kit": "^3.2.2",
5250
5250
  "@salesforce/sf-plugins-core": "^12.1.1",
5251
5251
  "@salesforce/ts-types": "^2.0.11",
5252
- "ansis": "^3.4.0",
5252
+ "ansis": "^3.6.0",
5253
5253
  "change-case": "^5.4.4",
5254
5254
  "csv-parse": "^5.6.0",
5255
5255
  "csv-stringify": "^6.5.2",
@@ -5336,19 +5336,19 @@
5336
5336
  }
5337
5337
  },
5338
5338
  "node_modules/@salesforce/plugin-org": {
5339
- "version": "5.2.14",
5340
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.14.tgz",
5341
- "integrity": "sha512-9azNcUWpZdIqEF0beDPoRKmH1spx8MT5WLH6mHJgU5wbKQ+Y3bMZcE5cJoaMRuijjWM4iK8XV/UIB44tsclczA==",
5339
+ "version": "5.2.16",
5340
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.16.tgz",
5341
+ "integrity": "sha512-Cp5RR6sji8afGp+F7EDIToLK3nX/3NBKDdQivr2QLn97mLqrAuEaDvn9FdxGWxUFMHE3tI4+cDqcuRUEbOhqSA==",
5342
5342
  "license": "BSD-3-Clause",
5343
5343
  "dependencies": {
5344
- "@oclif/core": "^4.0.34",
5344
+ "@oclif/core": "^4.2.0",
5345
5345
  "@oclif/multi-stage-output": "^0.8.1",
5346
5346
  "@salesforce/core": "^8.6.4",
5347
5347
  "@salesforce/kit": "^3.2.3",
5348
5348
  "@salesforce/sf-plugins-core": "^12.1.1",
5349
5349
  "@salesforce/source-deploy-retrieve": "^12.10.3",
5350
5350
  "@salesforce/ts-types": "^2.0.12",
5351
- "ansis": "^3.4.0",
5351
+ "ansis": "^3.5.2",
5352
5352
  "change-case": "^5.4.4",
5353
5353
  "is-wsl": "^3.1.0",
5354
5354
  "open": "^10.1.0",
@@ -5719,15 +5719,15 @@
5719
5719
  "license": "ISC"
5720
5720
  },
5721
5721
  "node_modules/@salesforce/sf-plugins-core": {
5722
- "version": "12.1.1",
5723
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.1.tgz",
5724
- "integrity": "sha512-88Vna77gYLj1b9X/aduCsl/5KFthhoM43+o30+0UEAWf93xED1nahmbw7jcJJoiTkaSzLZq08vZfh6X24AyWqg==",
5722
+ "version": "12.1.2",
5723
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz",
5724
+ "integrity": "sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==",
5725
5725
  "license": "BSD-3-Clause",
5726
5726
  "dependencies": {
5727
5727
  "@inquirer/confirm": "^3.1.22",
5728
5728
  "@inquirer/password": "^2.2.0",
5729
5729
  "@oclif/core": "^4.0.34",
5730
- "@oclif/table": "^0.3.2",
5730
+ "@oclif/table": "^0.4.0",
5731
5731
  "@salesforce/core": "^8.5.1",
5732
5732
  "@salesforce/kit": "^3.2.3",
5733
5733
  "@salesforce/ts-types": "^2.0.12",
@@ -5739,6 +5739,94 @@
5739
5739
  "node": ">=18.0.0"
5740
5740
  }
5741
5741
  },
5742
+ "node_modules/@salesforce/sf-plugins-core/node_modules/@oclif/table": {
5743
+ "version": "0.4.0",
5744
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.4.0.tgz",
5745
+ "integrity": "sha512-cXmZDb0VcxIk8o5cvd8J4CUtMGJeTuEDC8wQmlZC55Dl9FHcWE9TdZxksWLLp4w0qKP0YfJCFSvfGPMeMPyO5Q==",
5746
+ "license": "MIT",
5747
+ "dependencies": {
5748
+ "@oclif/core": "^4",
5749
+ "@types/react": "^18.3.12",
5750
+ "change-case": "^5.4.4",
5751
+ "cli-truncate": "^4.0.0",
5752
+ "ink": "^5.1.0",
5753
+ "natural-orderby": "^3.0.2",
5754
+ "object-hash": "^3.0.0",
5755
+ "react": "^18.3.1",
5756
+ "strip-ansi": "^7.1.0",
5757
+ "wrap-ansi": "^9.0.0"
5758
+ },
5759
+ "engines": {
5760
+ "node": ">=18.0.0"
5761
+ }
5762
+ },
5763
+ "node_modules/@salesforce/sf-plugins-core/node_modules/ansi-regex": {
5764
+ "version": "6.0.1",
5765
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz",
5766
+ "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==",
5767
+ "license": "MIT",
5768
+ "engines": {
5769
+ "node": ">=12"
5770
+ },
5771
+ "funding": {
5772
+ "url": "https://github.com/chalk/ansi-regex?sponsor=1"
5773
+ }
5774
+ },
5775
+ "node_modules/@salesforce/sf-plugins-core/node_modules/emoji-regex": {
5776
+ "version": "10.3.0",
5777
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-10.3.0.tgz",
5778
+ "integrity": "sha512-QpLs9D9v9kArv4lfDEgg1X/gN5XLnf/A6l9cs8SPZLRZR3ZkY9+kwIQTxm+fsSej5UMYGE8fdoaZVIBlqG0XTw==",
5779
+ "license": "MIT"
5780
+ },
5781
+ "node_modules/@salesforce/sf-plugins-core/node_modules/string-width": {
5782
+ "version": "7.2.0",
5783
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-7.2.0.tgz",
5784
+ "integrity": "sha512-tsaTIkKW9b4N+AEj+SVA+WhJzV7/zMhcSu78mLKWSk7cXMOSHsBKFWUs0fWwq8QyK3MgJBQRX6Gbi4kYbdvGkQ==",
5785
+ "license": "MIT",
5786
+ "dependencies": {
5787
+ "emoji-regex": "^10.3.0",
5788
+ "get-east-asian-width": "^1.0.0",
5789
+ "strip-ansi": "^7.1.0"
5790
+ },
5791
+ "engines": {
5792
+ "node": ">=18"
5793
+ },
5794
+ "funding": {
5795
+ "url": "https://github.com/sponsors/sindresorhus"
5796
+ }
5797
+ },
5798
+ "node_modules/@salesforce/sf-plugins-core/node_modules/strip-ansi": {
5799
+ "version": "7.1.0",
5800
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz",
5801
+ "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==",
5802
+ "license": "MIT",
5803
+ "dependencies": {
5804
+ "ansi-regex": "^6.0.1"
5805
+ },
5806
+ "engines": {
5807
+ "node": ">=12"
5808
+ },
5809
+ "funding": {
5810
+ "url": "https://github.com/chalk/strip-ansi?sponsor=1"
5811
+ }
5812
+ },
5813
+ "node_modules/@salesforce/sf-plugins-core/node_modules/wrap-ansi": {
5814
+ "version": "9.0.0",
5815
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-9.0.0.tgz",
5816
+ "integrity": "sha512-G8ura3S+3Z2G+mkgNRq8dqaFZAuxfsxpBB8OCTGRTCtp+l/v9nbFNmCUP1BZMts3G1142MsZfn6eeUKrr4PD1Q==",
5817
+ "license": "MIT",
5818
+ "dependencies": {
5819
+ "ansi-styles": "^6.2.1",
5820
+ "string-width": "^7.0.0",
5821
+ "strip-ansi": "^7.1.0"
5822
+ },
5823
+ "engines": {
5824
+ "node": ">=18"
5825
+ },
5826
+ "funding": {
5827
+ "url": "https://github.com/chalk/wrap-ansi?sponsor=1"
5828
+ }
5829
+ },
5742
5830
  "node_modules/@salesforce/source-deploy-retrieve": {
5743
5831
  "version": "12.10.3",
5744
5832
  "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.10.3.tgz",
@@ -7837,9 +7925,9 @@
7837
7925
  "license": "MIT"
7838
7926
  },
7839
7927
  "node_modules/ansis": {
7840
- "version": "3.5.2",
7841
- "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.5.2.tgz",
7842
- "integrity": "sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==",
7928
+ "version": "3.6.0",
7929
+ "resolved": "https://registry.npmjs.org/ansis/-/ansis-3.6.0.tgz",
7930
+ "integrity": "sha512-8KluYVZM+vx19f5rInhdEBdIAjvBp7ASzyF/DoStcDpMJ3JOM55ybvUcs9nMRVP8XN2K3ABBdO7zCXezvrT0pg==",
7843
7931
  "license": "ISC",
7844
7932
  "engines": {
7845
7933
  "node": ">=16"
package/oclif.lock CHANGED
@@ -1700,13 +1700,13 @@
1700
1700
  proc-log "^5.0.0"
1701
1701
  which "^5.0.0"
1702
1702
 
1703
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@4.2.0":
1704
- version "4.2.0"
1705
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.0.tgz"
1706
- integrity sha512-ETM2N/GL7W37Kv1Afv1j1Gh77CynS2ubEPP+p+MnjUXEjghNe7+bKAWhPkHnBuFAVFAqdv0qMpUAjxKLbsmbJw==
1703
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.0.34", "@oclif/core@^4.2.0", "@oclif/core@4.2.1":
1704
+ version "4.2.1"
1705
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.1.tgz"
1706
+ integrity sha512-oznLlFCXuOpRSfsBUv2YxNXwD0hZc4l37Vmue+1v6T1IgXD10DXNlGNxm20C24t7MgrXdvrbmnajTdzer3Xrbw==
1707
1707
  dependencies:
1708
1708
  ansi-escapes "^4.3.2"
1709
- ansis "^3.3.2"
1709
+ ansis "^3.5.2"
1710
1710
  clean-stack "^3.0.1"
1711
1711
  cli-spinners "^2.9.2"
1712
1712
  debug "^4.4.0"
@@ -1859,7 +1859,7 @@
1859
1859
  "@oclif/core" "^4"
1860
1860
  ansis "^3.5.2"
1861
1861
 
1862
- "@oclif/table@^0.3.2", "@oclif/table@^0.3.9":
1862
+ "@oclif/table@^0.3.9":
1863
1863
  version "0.3.9"
1864
1864
  resolved "https://registry.npmjs.org/@oclif/table/-/table-0.3.9.tgz"
1865
1865
  integrity sha512-JjWIg6kZ4of8D9++9xAkc39CWCBayPlrzI7NCEqtu8GxV39YALCNl8462JoSGcasPl85IQ9N7jiTSMFkIK7hfA==
@@ -1875,6 +1875,22 @@
1875
1875
  strip-ansi "^7.1.0"
1876
1876
  wrap-ansi "^9.0.0"
1877
1877
 
1878
+ "@oclif/table@^0.4.0":
1879
+ version "0.4.0"
1880
+ resolved "https://registry.npmjs.org/@oclif/table/-/table-0.4.0.tgz"
1881
+ integrity sha512-cXmZDb0VcxIk8o5cvd8J4CUtMGJeTuEDC8wQmlZC55Dl9FHcWE9TdZxksWLLp4w0qKP0YfJCFSvfGPMeMPyO5Q==
1882
+ dependencies:
1883
+ "@oclif/core" "^4"
1884
+ "@types/react" "^18.3.12"
1885
+ change-case "^5.4.4"
1886
+ cli-truncate "^4.0.0"
1887
+ ink "^5.1.0"
1888
+ natural-orderby "^3.0.2"
1889
+ object-hash "^3.0.0"
1890
+ react "^18.3.1"
1891
+ strip-ansi "^7.1.0"
1892
+ wrap-ansi "^9.0.0"
1893
+
1878
1894
  "@octokit/auth-token@^3.0.0":
1879
1895
  version "3.0.4"
1880
1896
  resolved "https://registry.npmjs.org/@octokit/auth-token/-/auth-token-3.0.4.tgz"
@@ -2211,18 +2227,18 @@
2211
2227
  debug "^4.3.7"
2212
2228
  handlebars "^4.7.8"
2213
2229
 
2214
- "@salesforce/plugin-data@3.13.7":
2215
- version "3.13.7"
2216
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.13.7.tgz"
2217
- integrity sha512-gTc015vX6QadJLyOp4YxvuO3UH3z+qMpiStBTAMxnL6EIS2B/R6ws6YMP2K/Vi61kAg5h1mq5sCDK1NSZwHBtg==
2230
+ "@salesforce/plugin-data@4.0.1":
2231
+ version "4.0.1"
2232
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.1.tgz"
2233
+ integrity sha512-xs7UU58Gk0Wxa7x2dOgl6w04Kkl3cMT8AE/zeC4f5Y76YBnDEW7CBAV30Uhuulbgzybd6oUs2NxO64OId2ZEuw==
2218
2234
  dependencies:
2219
2235
  "@jsforce/jsforce-node" "^3.6.3"
2220
- "@oclif/multi-stage-output" "^0.8.0"
2236
+ "@oclif/multi-stage-output" "^0.8.1"
2221
2237
  "@salesforce/core" "^8.6.1"
2222
2238
  "@salesforce/kit" "^3.2.2"
2223
2239
  "@salesforce/sf-plugins-core" "^12.1.1"
2224
2240
  "@salesforce/ts-types" "^2.0.11"
2225
- ansis "^3.4.0"
2241
+ ansis "^3.6.0"
2226
2242
  change-case "^5.4.4"
2227
2243
  csv-parse "^5.6.0"
2228
2244
  csv-stringify "^6.5.2"
@@ -2284,19 +2300,19 @@
2284
2300
  got "^13.0.0"
2285
2301
  proxy-agent "^6.4.0"
2286
2302
 
2287
- "@salesforce/plugin-org@5.2.14":
2288
- version "5.2.14"
2289
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.14.tgz"
2290
- integrity sha512-9azNcUWpZdIqEF0beDPoRKmH1spx8MT5WLH6mHJgU5wbKQ+Y3bMZcE5cJoaMRuijjWM4iK8XV/UIB44tsclczA==
2303
+ "@salesforce/plugin-org@5.2.16":
2304
+ version "5.2.16"
2305
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.16.tgz"
2306
+ integrity sha512-Cp5RR6sji8afGp+F7EDIToLK3nX/3NBKDdQivr2QLn97mLqrAuEaDvn9FdxGWxUFMHE3tI4+cDqcuRUEbOhqSA==
2291
2307
  dependencies:
2292
- "@oclif/core" "^4.0.34"
2308
+ "@oclif/core" "^4.2.0"
2293
2309
  "@oclif/multi-stage-output" "^0.8.1"
2294
2310
  "@salesforce/core" "^8.6.4"
2295
2311
  "@salesforce/kit" "^3.2.3"
2296
2312
  "@salesforce/sf-plugins-core" "^12.1.1"
2297
2313
  "@salesforce/source-deploy-retrieve" "^12.10.3"
2298
2314
  "@salesforce/ts-types" "^2.0.12"
2299
- ansis "^3.4.0"
2315
+ ansis "^3.5.2"
2300
2316
  change-case "^5.4.4"
2301
2317
  is-wsl "^3.1.0"
2302
2318
  open "^10.1.0"
@@ -2454,15 +2470,15 @@
2454
2470
  string-width "^7.2.0"
2455
2471
  terminal-link "^3.0.0"
2456
2472
 
2457
- "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.1.0", "@salesforce/sf-plugins-core@^12.1.1", "@salesforce/sf-plugins-core@12.1.1":
2458
- version "12.1.1"
2459
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.1.tgz"
2460
- integrity sha512-88Vna77gYLj1b9X/aduCsl/5KFthhoM43+o30+0UEAWf93xED1nahmbw7jcJJoiTkaSzLZq08vZfh6X24AyWqg==
2473
+ "@salesforce/sf-plugins-core@^12", "@salesforce/sf-plugins-core@^12.0.11", "@salesforce/sf-plugins-core@^12.0.13", "@salesforce/sf-plugins-core@^12.1.0", "@salesforce/sf-plugins-core@^12.1.1", "@salesforce/sf-plugins-core@12.1.2":
2474
+ version "12.1.2"
2475
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz"
2476
+ integrity sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==
2461
2477
  dependencies:
2462
2478
  "@inquirer/confirm" "^3.1.22"
2463
2479
  "@inquirer/password" "^2.2.0"
2464
2480
  "@oclif/core" "^4.0.34"
2465
- "@oclif/table" "^0.3.2"
2481
+ "@oclif/table" "^0.4.0"
2466
2482
  "@salesforce/core" "^8.5.1"
2467
2483
  "@salesforce/kit" "^3.2.3"
2468
2484
  "@salesforce/ts-types" "^2.0.12"
@@ -3677,10 +3693,10 @@ ansicolors@~0.3.2:
3677
3693
  resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
3678
3694
  integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
3679
3695
 
3680
- ansis@^3.2.0, ansis@^3.3.0, ansis@^3.3.1, ansis@^3.3.2, ansis@^3.4.0, ansis@^3.5.2:
3681
- version "3.5.2"
3682
- resolved "https://registry.npmjs.org/ansis/-/ansis-3.5.2.tgz"
3683
- integrity sha512-5uGcUZRbORJeEppVdWfZOSybTMz+Ou+84HepgK081Yk5+pPMMzWf/XGxiAT6bfBqCghRB4MwBtYn0CHqINRVag==
3696
+ ansis@^3.2.0, ansis@^3.3.0, ansis@^3.3.1, ansis@^3.3.2, ansis@^3.4.0, ansis@^3.5.2, ansis@^3.6.0:
3697
+ version "3.6.0"
3698
+ resolved "https://registry.npmjs.org/ansis/-/ansis-3.6.0.tgz"
3699
+ integrity sha512-8KluYVZM+vx19f5rInhdEBdIAjvBp7ASzyF/DoStcDpMJ3JOM55ybvUcs9nMRVP8XN2K3ABBdO7zCXezvrT0pg==
3684
3700
 
3685
3701
  anymatch@~3.1.2:
3686
3702
  version "3.1.3"
@@ -5370,5 +5370,5 @@
5370
5370
  ]
5371
5371
  }
5372
5372
  },
5373
- "version": "2.72.17"
5373
+ "version": "2.72.19"
5374
5374
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.72.17",
4
+ "version": "2.72.19",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -144,7 +144,7 @@
144
144
  },
145
145
  "dependencies": {
146
146
  "@inquirer/select": "^2.3.5",
147
- "@oclif/core": "4.2.0",
147
+ "@oclif/core": "4.2.1",
148
148
  "@oclif/plugin-autocomplete": "3.2.16",
149
149
  "@oclif/plugin-commands": "4.1.15",
150
150
  "@oclif/plugin-help": "6.2.20",
@@ -160,12 +160,12 @@
160
160
  "@salesforce/plugin-apex": "3.6.8",
161
161
  "@salesforce/plugin-api": "1.3.2",
162
162
  "@salesforce/plugin-auth": "3.6.85",
163
- "@salesforce/plugin-data": "3.13.7",
163
+ "@salesforce/plugin-data": "4.0.1",
164
164
  "@salesforce/plugin-deploy-retrieve": "3.16.6",
165
165
  "@salesforce/plugin-info": "3.4.30",
166
166
  "@salesforce/plugin-limits": "3.3.43",
167
167
  "@salesforce/plugin-marketplace": "1.3.7",
168
- "@salesforce/plugin-org": "5.2.14",
168
+ "@salesforce/plugin-org": "5.2.16",
169
169
  "@salesforce/plugin-packaging": "2.9.10",
170
170
  "@salesforce/plugin-schema": "3.3.45",
171
171
  "@salesforce/plugin-settings": "2.4.9",
@@ -174,7 +174,7 @@
174
174
  "@salesforce/plugin-templates": "56.3.34",
175
175
  "@salesforce/plugin-trust": "3.7.53",
176
176
  "@salesforce/plugin-user": "3.6.5",
177
- "@salesforce/sf-plugins-core": "12.1.1",
177
+ "@salesforce/sf-plugins-core": "12.1.2",
178
178
  "ansis": "^3.3.0"
179
179
  },
180
180
  "pinnedDependencies": [