@salesforce/cli 2.75.2 → 2.75.3

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.75.2 linux-x64 node-v22.13.0
27
+ @salesforce/cli/2.75.3 linux-x64 node-v22.13.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/4.0.4/src/commands/data/bulk/results.ts)_
1339
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/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/4.0.4/src/commands/data/create/file.ts)_
1388
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/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/4.0.4/src/commands/data/create/record.ts)_
1444
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/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/4.0.4/src/commands/data/delete/bulk.ts)_
1505
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/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/4.0.4/src/commands/data/delete/record.ts)_
1566
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/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/4.0.4/src/commands/data/delete/resume.ts)_
1605
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/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/4.0.4/src/commands/data/export/bulk.ts)_
1679
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/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/4.0.4/src/commands/data/export/resume.ts)_
1715
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/export/resume.ts)_
1716
1716
 
1717
1717
  ## `sf data export tree`
1718
1718
 
@@ -1772,7 +1772,7 @@ EXAMPLES
1772
1772
  my-scratch
1773
1773
  ```
1774
1774
 
1775
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/export/tree.ts)_
1775
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/export/tree.ts)_
1776
1776
 
1777
1777
  ## `sf data get record`
1778
1778
 
@@ -1836,7 +1836,7 @@ EXAMPLES
1836
1836
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1837
1837
  ```
1838
1838
 
1839
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/get/record.ts)_
1839
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/get/record.ts)_
1840
1840
 
1841
1841
  ## `sf data import bulk`
1842
1842
 
@@ -1894,7 +1894,7 @@ EXAMPLES
1894
1894
  $ sf data import bulk --file accounts.csv --sobject Account --async
1895
1895
  ```
1896
1896
 
1897
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/import/bulk.ts)_
1897
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/import/bulk.ts)_
1898
1898
 
1899
1899
  ## `sf data import resume`
1900
1900
 
@@ -1930,7 +1930,7 @@ EXAMPLES
1930
1930
  $ sf data import resume --use-most-recent --target-org my-scratch
1931
1931
  ```
1932
1932
 
1933
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/import/resume.ts)_
1933
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/import/resume.ts)_
1934
1934
 
1935
1935
  ## `sf data import tree`
1936
1936
 
@@ -1994,7 +1994,7 @@ FLAG DESCRIPTIONS
1994
1994
  - files(array) - Files: An array of files paths to load
1995
1995
  ```
1996
1996
 
1997
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/import/tree.ts)_
1997
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/import/tree.ts)_
1998
1998
 
1999
1999
  ## `sf data query`
2000
2000
 
@@ -2060,7 +2060,7 @@ EXAMPLES
2060
2060
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
2061
2061
  ```
2062
2062
 
2063
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/query.ts)_
2063
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/query.ts)_
2064
2064
 
2065
2065
  ## `sf data query resume`
2066
2066
 
@@ -2097,7 +2097,7 @@ EXAMPLES
2097
2097
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
2098
2098
  ```
2099
2099
 
2100
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/query/resume.ts)_
2100
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/query/resume.ts)_
2101
2101
 
2102
2102
  ## `sf data resume`
2103
2103
 
@@ -2134,7 +2134,7 @@ EXAMPLES
2134
2134
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
2135
2135
  ```
2136
2136
 
2137
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/resume.ts)_
2137
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/resume.ts)_
2138
2138
 
2139
2139
  ## `sf data search`
2140
2140
 
@@ -2184,7 +2184,7 @@ EXAMPLES
2184
2184
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
2185
2185
  ```
2186
2186
 
2187
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/search.ts)_
2187
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/search.ts)_
2188
2188
 
2189
2189
  ## `sf data update bulk`
2190
2190
 
@@ -2245,7 +2245,7 @@ EXAMPLES
2245
2245
  $ sf data update bulk --file accounts.csv --sobject Account --async
2246
2246
  ```
2247
2247
 
2248
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/update/bulk.ts)_
2248
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/update/bulk.ts)_
2249
2249
 
2250
2250
  ## `sf data update record`
2251
2251
 
@@ -2307,7 +2307,7 @@ EXAMPLES
2307
2307
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
2308
2308
  ```
2309
2309
 
2310
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/update/record.ts)_
2310
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/update/record.ts)_
2311
2311
 
2312
2312
  ## `sf data update resume`
2313
2313
 
@@ -2343,7 +2343,7 @@ EXAMPLES
2343
2343
  $ sf data update resume --use-most-recent --target-org my-scratch
2344
2344
  ```
2345
2345
 
2346
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/update/resume.ts)_
2346
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/update/resume.ts)_
2347
2347
 
2348
2348
  ## `sf data upsert bulk`
2349
2349
 
@@ -2402,7 +2402,7 @@ EXAMPLES
2402
2402
  my-scratch
2403
2403
  ```
2404
2404
 
2405
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/upsert/bulk.ts)_
2405
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/upsert/bulk.ts)_
2406
2406
 
2407
2407
  ## `sf data upsert resume`
2408
2408
 
@@ -2441,7 +2441,7 @@ EXAMPLES
2441
2441
  $ sf data upsert resume --use-most-recent --target-org my-scratch
2442
2442
  ```
2443
2443
 
2444
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/data/upsert/resume.ts)_
2444
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/data/upsert/resume.ts)_
2445
2445
 
2446
2446
  ## `sf doctor`
2447
2447
 
@@ -2489,7 +2489,7 @@ EXAMPLES
2489
2489
  $ sf doctor --plugin @salesforce/plugin-source
2490
2490
  ```
2491
2491
 
2492
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.32/src/commands/doctor.ts)_
2492
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.34/src/commands/doctor.ts)_
2493
2493
 
2494
2494
  ## `sf force data bulk delete`
2495
2495
 
@@ -2536,7 +2536,7 @@ EXAMPLES
2536
2536
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
2537
2537
  ```
2538
2538
 
2539
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/force/data/bulk/delete.ts)_
2539
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/force/data/bulk/delete.ts)_
2540
2540
 
2541
2541
  ## `sf force data bulk status`
2542
2542
 
@@ -2573,7 +2573,7 @@ EXAMPLES
2573
2573
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
2574
2574
  ```
2575
2575
 
2576
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/force/data/bulk/status.ts)_
2576
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/force/data/bulk/status.ts)_
2577
2577
 
2578
2578
  ## `sf force data bulk upsert`
2579
2579
 
@@ -2631,7 +2631,7 @@ EXAMPLES
2631
2631
  --target-org my-scratch
2632
2632
  ```
2633
2633
 
2634
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.4/src/commands/force/data/bulk/upsert.ts)_
2634
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.6/src/commands/force/data/bulk/upsert.ts)_
2635
2635
 
2636
2636
  ## `sf help [COMMAND]`
2637
2637
 
@@ -2651,7 +2651,7 @@ DESCRIPTION
2651
2651
  Display help for sf.
2652
2652
  ```
2653
2653
 
2654
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.22/src/commands/help.ts)_
2654
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.23/src/commands/help.ts)_
2655
2655
 
2656
2656
  ## `sf info releasenotes display`
2657
2657
 
@@ -2691,7 +2691,7 @@ EXAMPLES
2691
2691
  $ sf info releasenotes display --version latest
2692
2692
  ```
2693
2693
 
2694
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.32/src/commands/info/releasenotes/display.ts)_
2694
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.34/src/commands/info/releasenotes/display.ts)_
2695
2695
 
2696
2696
  ## `sf lightning generate app`
2697
2697
 
@@ -3200,7 +3200,7 @@ FLAG DESCRIPTIONS
3200
3200
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
3201
3201
  ```
3202
3202
 
3203
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/create/sandbox.ts)_
3203
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/create/sandbox.ts)_
3204
3204
 
3205
3205
  ## `sf org create scratch`
3206
3206
 
@@ -3354,7 +3354,7 @@ FLAG DESCRIPTIONS
3354
3354
  Omit this flag to have Salesforce generate a unique username for your org.
3355
3355
  ```
3356
3356
 
3357
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/create/scratch.ts)_
3357
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/create/scratch.ts)_
3358
3358
 
3359
3359
  ## `sf org create user`
3360
3360
 
@@ -3508,7 +3508,7 @@ EXAMPLES
3508
3508
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
3509
3509
  ```
3510
3510
 
3511
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/delete/sandbox.ts)_
3511
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/delete/sandbox.ts)_
3512
3512
 
3513
3513
  ## `sf org delete scratch`
3514
3514
 
@@ -3552,7 +3552,7 @@ EXAMPLES
3552
3552
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
3553
3553
  ```
3554
3554
 
3555
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/delete/scratch.ts)_
3555
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/delete/scratch.ts)_
3556
3556
 
3557
3557
  ## `sf org disable tracking`
3558
3558
 
@@ -3591,7 +3591,7 @@ EXAMPLES
3591
3591
  $ sf org disable tracking
3592
3592
  ```
3593
3593
 
3594
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/disable/tracking.ts)_
3594
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/disable/tracking.ts)_
3595
3595
 
3596
3596
  ## `sf org display`
3597
3597
 
@@ -3636,7 +3636,7 @@ EXAMPLES
3636
3636
  $ sf org display --target-org TestOrg1 --verbose
3637
3637
  ```
3638
3638
 
3639
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/display.ts)_
3639
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/display.ts)_
3640
3640
 
3641
3641
  ## `sf org display user`
3642
3642
 
@@ -3717,7 +3717,7 @@ EXAMPLES
3717
3717
  $ sf org enable tracking
3718
3718
  ```
3719
3719
 
3720
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/enable/tracking.ts)_
3720
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/enable/tracking.ts)_
3721
3721
 
3722
3722
  ## `sf org generate password`
3723
3723
 
@@ -3823,7 +3823,7 @@ EXAMPLES
3823
3823
  $ sf org list --clean
3824
3824
  ```
3825
3825
 
3826
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/list.ts)_
3826
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/list.ts)_
3827
3827
 
3828
3828
  ## `sf org list auth`
3829
3829
 
@@ -3962,7 +3962,7 @@ FLAG DESCRIPTIONS
3962
3962
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
3963
3963
  ```
3964
3964
 
3965
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/list/metadata.ts)_
3965
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/list/metadata.ts)_
3966
3966
 
3967
3967
  ## `sf org list metadata-types`
3968
3968
 
@@ -4017,7 +4017,7 @@ FLAG DESCRIPTIONS
4017
4017
  Override the api version used for api requests made by this command
4018
4018
  ```
4019
4019
 
4020
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/list/metadata-types.ts)_
4020
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/list/metadata-types.ts)_
4021
4021
 
4022
4022
  ## `sf org list sobject record-counts`
4023
4023
 
@@ -4600,7 +4600,7 @@ EXAMPLES
4600
4600
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
4601
4601
  ```
4602
4602
 
4603
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/open.ts)_
4603
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/open.ts)_
4604
4604
 
4605
4605
  ## `sf org open agent`
4606
4606
 
@@ -4651,7 +4651,7 @@ EXAMPLES
4651
4651
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --name Coral_Cloud_Agent
4652
4652
  ```
4653
4653
 
4654
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/open/agent.ts)_
4654
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/open/agent.ts)_
4655
4655
 
4656
4656
  ## `sf org refresh sandbox`
4657
4657
 
@@ -4728,7 +4728,7 @@ FLAG DESCRIPTIONS
4728
4728
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
4729
4729
  ```
4730
4730
 
4731
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/refresh/sandbox.ts)_
4731
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/refresh/sandbox.ts)_
4732
4732
 
4733
4733
  ## `sf org resume sandbox`
4734
4734
 
@@ -4791,7 +4791,7 @@ FLAG DESCRIPTIONS
4791
4791
  returns the job ID. To resume checking the sandbox creation, rerun this command.
4792
4792
  ```
4793
4793
 
4794
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/resume/sandbox.ts)_
4794
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/resume/sandbox.ts)_
4795
4795
 
4796
4796
  ## `sf org resume scratch`
4797
4797
 
@@ -4838,7 +4838,7 @@ FLAG DESCRIPTIONS
4838
4838
  The job ID is valid for 24 hours after you start the scratch org creation.
4839
4839
  ```
4840
4840
 
4841
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.23/src/commands/org/resume/scratch.ts)_
4841
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.2.24/src/commands/org/resume/scratch.ts)_
4842
4842
 
4843
4843
  ## `sf package create`
4844
4844
 
@@ -6085,7 +6085,7 @@ EXAMPLES
6085
6085
  $ sf plugins
6086
6086
  ```
6087
6087
 
6088
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/index.ts)_
6088
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.27/src/commands/plugins/index.ts)_
6089
6089
 
6090
6090
  ## `sf plugins discover`
6091
6091
 
@@ -6130,7 +6130,7 @@ EXAMPLES
6130
6130
  $ sf plugins inspect @salesforce/plugin-packaging
6131
6131
  ```
6132
6132
 
6133
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/inspect.ts)_
6133
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.27/src/commands/plugins/inspect.ts)_
6134
6134
 
6135
6135
  ## `sf plugins install PLUGIN`
6136
6136
 
@@ -6179,7 +6179,7 @@ EXAMPLES
6179
6179
  $ sf plugins install someuser/someplugin
6180
6180
  ```
6181
6181
 
6182
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/install.ts)_
6182
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.27/src/commands/plugins/install.ts)_
6183
6183
 
6184
6184
  ## `sf plugins link PATH`
6185
6185
 
@@ -6210,7 +6210,7 @@ EXAMPLES
6210
6210
  $ sf plugins link @salesforce/plugin-packaging
6211
6211
  ```
6212
6212
 
6213
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/link.ts)_
6213
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.27/src/commands/plugins/link.ts)_
6214
6214
 
6215
6215
  ## `sf plugins reset`
6216
6216
 
@@ -6225,7 +6225,7 @@ FLAGS
6225
6225
  --reinstall Reinstall all plugins after uninstalling.
6226
6226
  ```
6227
6227
 
6228
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/reset.ts)_
6228
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.27/src/commands/plugins/reset.ts)_
6229
6229
 
6230
6230
  ## `sf plugins trust verify`
6231
6231
 
@@ -6282,7 +6282,7 @@ EXAMPLES
6282
6282
  $ sf plugins uninstall @salesforce/plugin-packaging
6283
6283
  ```
6284
6284
 
6285
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/uninstall.ts)_
6285
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.27/src/commands/plugins/uninstall.ts)_
6286
6286
 
6287
6287
  ## `sf plugins update`
6288
6288
 
@@ -6300,7 +6300,7 @@ DESCRIPTION
6300
6300
  Update installed plugins.
6301
6301
  ```
6302
6302
 
6303
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.26/src/commands/plugins/update.ts)_
6303
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.27/src/commands/plugins/update.ts)_
6304
6304
 
6305
6305
  ## `sf project convert mdapi`
6306
6306
 
@@ -8467,7 +8467,7 @@ EXAMPLES
8467
8467
  $ sf update --available
8468
8468
  ```
8469
8469
 
8470
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.26/src/commands/update.ts)_
8470
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.6.27/src/commands/update.ts)_
8471
8471
 
8472
8472
  ## `sf version`
8473
8473
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.75.2",
3
+ "version": "2.75.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.75.2",
9
+ "version": "2.75.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -14,11 +14,11 @@
14
14
  "@oclif/core": "4.2.4",
15
15
  "@oclif/plugin-autocomplete": "3.2.18",
16
16
  "@oclif/plugin-commands": "4.1.18",
17
- "@oclif/plugin-help": "6.2.22",
18
- "@oclif/plugin-not-found": "3.2.37",
19
- "@oclif/plugin-plugins": "5.4.26",
17
+ "@oclif/plugin-help": "6.2.23",
18
+ "@oclif/plugin-not-found": "3.2.38",
19
+ "@oclif/plugin-plugins": "5.4.27",
20
20
  "@oclif/plugin-search": "1.2.19",
21
- "@oclif/plugin-update": "4.6.26",
21
+ "@oclif/plugin-update": "4.6.27",
22
22
  "@oclif/plugin-version": "2.2.21",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.31",
24
24
  "@oclif/plugin-which": "3.2.26",
@@ -27,12 +27,12 @@
27
27
  "@salesforce/plugin-apex": "3.6.8",
28
28
  "@salesforce/plugin-api": "1.3.3",
29
29
  "@salesforce/plugin-auth": "3.6.90",
30
- "@salesforce/plugin-data": "4.0.4",
30
+ "@salesforce/plugin-data": "4.0.6",
31
31
  "@salesforce/plugin-deploy-retrieve": "3.17.7",
32
- "@salesforce/plugin-info": "3.4.32",
32
+ "@salesforce/plugin-info": "3.4.34",
33
33
  "@salesforce/plugin-limits": "3.3.44",
34
34
  "@salesforce/plugin-marketplace": "1.3.7",
35
- "@salesforce/plugin-org": "5.2.23",
35
+ "@salesforce/plugin-org": "5.2.24",
36
36
  "@salesforce/plugin-packaging": "2.9.12",
37
37
  "@salesforce/plugin-schema": "3.3.46",
38
38
  "@salesforce/plugin-settings": "2.4.10",
@@ -41,7 +41,7 @@
41
41
  "@salesforce/plugin-templates": "56.3.35",
42
42
  "@salesforce/plugin-trust": "3.7.59",
43
43
  "@salesforce/plugin-user": "3.6.6",
44
- "@salesforce/sf-plugins-core": "12.1.2",
44
+ "@salesforce/sf-plugins-core": "12.1.3",
45
45
  "ansis": "^3.3.0"
46
46
  },
47
47
  "bin": {
@@ -4912,9 +4912,9 @@
4912
4912
  }
4913
4913
  },
4914
4914
  "node_modules/@oclif/plugin-help": {
4915
- "version": "6.2.22",
4916
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.22.tgz",
4917
- "integrity": "sha512-h4DxdEqlHFT310OUB3bDAZ8/ZDyOdyq3r1lLxaPcGWxHPt4mC3OLgYYMz95E+PmxvVd8kz2gzP3nHGO22ziCUw==",
4915
+ "version": "6.2.23",
4916
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.23.tgz",
4917
+ "integrity": "sha512-BA0h1fbheN74cdrITKIwqfsRtnw/G+oysHbn+IsqWcsecgy5HZwI37/cCRLXZSZQndsgoYAhqvVpyleXv3g83A==",
4918
4918
  "license": "MIT",
4919
4919
  "dependencies": {
4920
4920
  "@oclif/core": "^4"
@@ -4924,9 +4924,9 @@
4924
4924
  }
4925
4925
  },
4926
4926
  "node_modules/@oclif/plugin-not-found": {
4927
- "version": "3.2.37",
4928
- "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.37.tgz",
4929
- "integrity": "sha512-+mPderF9TfxGYGfMBxcVn5J7ruUEyPv4I0rElhVewpwTnphxbHOqyaXIoiZ6bSxB0kAVdVH5jPUaVjyR2fOr3Q==",
4927
+ "version": "3.2.38",
4928
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.38.tgz",
4929
+ "integrity": "sha512-04jklrnR2gszbMrSpM9Dwv5RNx05eo8+d7goNbvWbbj7UxDT3RZrjAEYtYuu8ng7pRVFQO7fX4+eVnFbpuCPMg==",
4930
4930
  "license": "MIT",
4931
4931
  "dependencies": {
4932
4932
  "@inquirer/prompts": "^7.2.3",
@@ -4939,12 +4939,12 @@
4939
4939
  }
4940
4940
  },
4941
4941
  "node_modules/@oclif/plugin-plugins": {
4942
- "version": "5.4.26",
4943
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.26.tgz",
4944
- "integrity": "sha512-GJugxOim0ybZgp2/0BjWwWKQZWuQY2dk4PS2LtLuEaw766boe0YA+YJrovPGJUokXWcmnXvbci5b2fCRcWk8gg==",
4942
+ "version": "5.4.27",
4943
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.27.tgz",
4944
+ "integrity": "sha512-0EL+PuEER4KwCkzTvnKQpNOXc6kY4Mg/TjNTs24Vc76NLVqynM/ve0dsfU/GPXUuv77j/+yPbGvuPEacNnKewA==",
4945
4945
  "license": "MIT",
4946
4946
  "dependencies": {
4947
- "@oclif/core": "^4.2.3",
4947
+ "@oclif/core": "^4.2.4",
4948
4948
  "ansis": "^3.5.2",
4949
4949
  "debug": "^4.4.0",
4950
4950
  "npm": "^10.9.2",
@@ -5068,9 +5068,9 @@
5068
5068
  }
5069
5069
  },
5070
5070
  "node_modules/@oclif/plugin-update": {
5071
- "version": "4.6.26",
5072
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.26.tgz",
5073
- "integrity": "sha512-IZPEgx2Byy0b99JlL1Ps50vM86euAFQey65RMteXGzZqQaa3uPxP4WA9HBgMuk3xVCw/XG/1axfyvoC3pYeMKg==",
5071
+ "version": "4.6.27",
5072
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.27.tgz",
5073
+ "integrity": "sha512-fnzEdvzsPBZ52xEN08nU4KXHfurEVxIrWkfJm61VhmIDmqLT8XC5F0zzXYi6vP2tRl55FRH0j8Vz9Yl0mFpiyw==",
5074
5074
  "license": "MIT",
5075
5075
  "dependencies": {
5076
5076
  "@inquirer/select": "^2.5.0",
@@ -5978,18 +5978,18 @@
5978
5978
  }
5979
5979
  },
5980
5980
  "node_modules/@salesforce/plugin-data": {
5981
- "version": "4.0.4",
5982
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.4.tgz",
5983
- "integrity": "sha512-Vqb11j12rKQnu3lHVv7rw3+50NTlIdMaU/zuMrLV+f2bi1slaYXOflEQeWgzusnUoporRzMr2D/ko59E4bK8hw==",
5981
+ "version": "4.0.6",
5982
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.6.tgz",
5983
+ "integrity": "sha512-VaCXz10Sm8P8MaAQ5yPSJaGI6wwX0Q7wMDsBCdtmc6Sqe3OBDiNPNJrzjrmy6MRIrJxxJqliUKYftsniTikhjQ==",
5984
5984
  "license": "BSD-3-Clause",
5985
5985
  "dependencies": {
5986
5986
  "@jsforce/jsforce-node": "^3.6.4",
5987
5987
  "@oclif/multi-stage-output": "^0.8.5",
5988
- "@salesforce/core": "^8.6.1",
5988
+ "@salesforce/core": "^8.8.2",
5989
5989
  "@salesforce/kit": "^3.2.2",
5990
5990
  "@salesforce/sf-plugins-core": "^12.1.2",
5991
5991
  "@salesforce/ts-types": "^2.0.11",
5992
- "ansis": "^3.6.0",
5992
+ "ansis": "^3.9.0",
5993
5993
  "change-case": "^5.4.4",
5994
5994
  "csv-parse": "^5.6.0",
5995
5995
  "csv-stringify": "^6.5.2",
@@ -6024,9 +6024,9 @@
6024
6024
  }
6025
6025
  },
6026
6026
  "node_modules/@salesforce/plugin-info": {
6027
- "version": "3.4.32",
6028
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.32.tgz",
6029
- "integrity": "sha512-vBLb7H1nhdpaev9Ef4ytfJj6irlhjO9Kmz+1EXGxkRmlfqWZO/Kfb5tb2RCM33twDEw7HKGgZzoAjJ6DsWkp8A==",
6027
+ "version": "3.4.34",
6028
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.34.tgz",
6029
+ "integrity": "sha512-avelK4+LlgL88uun1JfBmuvvQqEM73Ohdla+2Bq60I9lRtas09RPjSUwND2+FgXN1OxmSqCeoTRC8t7riSu/iQ==",
6030
6030
  "license": "BSD-3-Clause",
6031
6031
  "dependencies": {
6032
6032
  "@inquirer/input": "^2.3.0",
@@ -6076,13 +6076,13 @@
6076
6076
  }
6077
6077
  },
6078
6078
  "node_modules/@salesforce/plugin-org": {
6079
- "version": "5.2.23",
6080
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.23.tgz",
6081
- "integrity": "sha512-+DOxt5bh3NJdDmR2CHOHJmzVtJFAZ7desik4tjc1QZrXPzmvaZbmYW+1wndXCpz54LbK2vfv1OmZmKKhXFLruA==",
6079
+ "version": "5.2.24",
6080
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.24.tgz",
6081
+ "integrity": "sha512-OnhDTk/ULjV7AJAqNJVS8x8WLL4n/Jvm4wIVCCuNyIFd27pH/zp4z1TnxUpONFeTTYX50zDsJ71e1fRePVlGHQ==",
6082
6082
  "license": "BSD-3-Clause",
6083
6083
  "dependencies": {
6084
6084
  "@oclif/core": "^4.2.3",
6085
- "@oclif/multi-stage-output": "^0.8.1",
6085
+ "@oclif/multi-stage-output": "^0.8.5",
6086
6086
  "@salesforce/core": "^8.6.4",
6087
6087
  "@salesforce/kit": "^3.2.3",
6088
6088
  "@salesforce/sf-plugins-core": "^12.1.2",
@@ -6459,14 +6459,14 @@
6459
6459
  "license": "ISC"
6460
6460
  },
6461
6461
  "node_modules/@salesforce/sf-plugins-core": {
6462
- "version": "12.1.2",
6463
- "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz",
6464
- "integrity": "sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==",
6462
+ "version": "12.1.3",
6463
+ "resolved": "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz",
6464
+ "integrity": "sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw==",
6465
6465
  "license": "BSD-3-Clause",
6466
6466
  "dependencies": {
6467
6467
  "@inquirer/confirm": "^3.1.22",
6468
6468
  "@inquirer/password": "^2.2.0",
6469
- "@oclif/core": "^4.0.34",
6469
+ "@oclif/core": "^4.2.4",
6470
6470
  "@oclif/table": "^0.4.0",
6471
6471
  "@salesforce/core": "^8.5.1",
6472
6472
  "@salesforce/kit": "^3.2.3",
package/oclif.lock CHANGED
@@ -2018,7 +2018,7 @@
2018
2018
  proc-log "^5.0.0"
2019
2019
  which "^5.0.0"
2020
2020
 
2021
- "@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.3", "@oclif/core@^4.2.4", "@oclif/core@4.2.4":
2021
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.0.31", "@oclif/core@^4.2.0", "@oclif/core@^4.2.3", "@oclif/core@^4.2.4", "@oclif/core@4.2.4":
2022
2022
  version "4.2.4"
2023
2023
  resolved "https://registry.npmjs.org/@oclif/core/-/core-4.2.4.tgz"
2024
2024
  integrity sha512-JDqdhX6fBbijY3ouubfmX7yFBXy95YSpiAVk0TAaXXCoSqoo/2WMcV2Ufv2V+8zriafPU/rvKgI+ZE07/7HwfQ==
@@ -2042,7 +2042,7 @@
2042
2042
  wordwrap "^1.0.0"
2043
2043
  wrap-ansi "^7.0.0"
2044
2044
 
2045
- "@oclif/multi-stage-output@^0.8.1", "@oclif/multi-stage-output@^0.8.5":
2045
+ "@oclif/multi-stage-output@^0.8.5":
2046
2046
  version "0.8.5"
2047
2047
  resolved "https://registry.npmjs.org/@oclif/multi-stage-output/-/multi-stage-output-0.8.5.tgz"
2048
2048
  integrity sha512-+iv4cK8WRJbLNL5f7gLU+tvqbReDofpG0qNss6tbJDbQUK3YmyEWrE2DnMPi7afJW6iwoG/uOwFRTs+9TpGg1A==
@@ -2090,29 +2090,29 @@
2090
2090
  lodash "^4.17.21"
2091
2091
  object-treeify "^4.0.1"
2092
2092
 
2093
- "@oclif/plugin-help@^6.2.21", "@oclif/plugin-help@6.2.22":
2094
- version "6.2.22"
2095
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.22.tgz"
2096
- integrity sha512-h4DxdEqlHFT310OUB3bDAZ8/ZDyOdyq3r1lLxaPcGWxHPt4mC3OLgYYMz95E+PmxvVd8kz2gzP3nHGO22ziCUw==
2093
+ "@oclif/plugin-help@^6.2.21", "@oclif/plugin-help@6.2.23":
2094
+ version "6.2.23"
2095
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.23.tgz"
2096
+ integrity sha512-BA0h1fbheN74cdrITKIwqfsRtnw/G+oysHbn+IsqWcsecgy5HZwI37/cCRLXZSZQndsgoYAhqvVpyleXv3g83A==
2097
2097
  dependencies:
2098
2098
  "@oclif/core" "^4"
2099
2099
 
2100
- "@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.37":
2101
- version "3.2.37"
2102
- resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.37.tgz"
2103
- integrity sha512-+mPderF9TfxGYGfMBxcVn5J7ruUEyPv4I0rElhVewpwTnphxbHOqyaXIoiZ6bSxB0kAVdVH5jPUaVjyR2fOr3Q==
2100
+ "@oclif/plugin-not-found@^3.2.32", "@oclif/plugin-not-found@3.2.38":
2101
+ version "3.2.38"
2102
+ resolved "https://registry.npmjs.org/@oclif/plugin-not-found/-/plugin-not-found-3.2.38.tgz"
2103
+ integrity sha512-04jklrnR2gszbMrSpM9Dwv5RNx05eo8+d7goNbvWbbj7UxDT3RZrjAEYtYuu8ng7pRVFQO7fX4+eVnFbpuCPMg==
2104
2104
  dependencies:
2105
2105
  "@inquirer/prompts" "^7.2.3"
2106
2106
  "@oclif/core" "^4"
2107
2107
  ansis "^3.8.1"
2108
2108
  fast-levenshtein "^3.0.0"
2109
2109
 
2110
- "@oclif/plugin-plugins@5.4.26":
2111
- version "5.4.26"
2112
- resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.26.tgz"
2113
- integrity sha512-GJugxOim0ybZgp2/0BjWwWKQZWuQY2dk4PS2LtLuEaw766boe0YA+YJrovPGJUokXWcmnXvbci5b2fCRcWk8gg==
2110
+ "@oclif/plugin-plugins@5.4.27":
2111
+ version "5.4.27"
2112
+ resolved "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-5.4.27.tgz"
2113
+ integrity sha512-0EL+PuEER4KwCkzTvnKQpNOXc6kY4Mg/TjNTs24Vc76NLVqynM/ve0dsfU/GPXUuv77j/+yPbGvuPEacNnKewA==
2114
2114
  dependencies:
2115
- "@oclif/core" "^4.2.3"
2115
+ "@oclif/core" "^4.2.4"
2116
2116
  ansis "^3.5.2"
2117
2117
  debug "^4.4.0"
2118
2118
  npm "^10.9.2"
@@ -2133,10 +2133,10 @@
2133
2133
  ansi-escapes "^7.0.0"
2134
2134
  inquirer-autocomplete-standalone "^0.8.1"
2135
2135
 
2136
- "@oclif/plugin-update@4.6.26":
2137
- version "4.6.26"
2138
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.26.tgz"
2139
- integrity sha512-IZPEgx2Byy0b99JlL1Ps50vM86euAFQey65RMteXGzZqQaa3uPxP4WA9HBgMuk3xVCw/XG/1axfyvoC3pYeMKg==
2136
+ "@oclif/plugin-update@4.6.27":
2137
+ version "4.6.27"
2138
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.6.27.tgz"
2139
+ integrity sha512-fnzEdvzsPBZ52xEN08nU4KXHfurEVxIrWkfJm61VhmIDmqLT8XC5F0zzXYi6vP2tRl55FRH0j8Vz9Yl0mFpiyw==
2140
2140
  dependencies:
2141
2141
  "@inquirer/select" "^2.5.0"
2142
2142
  "@oclif/core" "^4"
@@ -2386,7 +2386,7 @@
2386
2386
  strip-ansi "6.0.1"
2387
2387
  ts-retry-promise "^0.8.1"
2388
2388
 
2389
- "@salesforce/core@^8.2.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.6.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.2":
2389
+ "@salesforce/core@^8.2.3", "@salesforce/core@^8.5.1", "@salesforce/core@^8.6.2", "@salesforce/core@^8.6.4", "@salesforce/core@^8.8.0", "@salesforce/core@^8.8.1", "@salesforce/core@^8.8.2":
2390
2390
  version "8.8.2"
2391
2391
  resolved "https://registry.npmjs.org/@salesforce/core/-/core-8.8.2.tgz"
2392
2392
  integrity sha512-EOH75R2Nr2tg7b3gbyzRNwZPfZ/dZOpmMKmFHKL9oCtUI59+N4IkVljg6dpKYypVKuJJTzjI7T2ibnA8/cluZg==
@@ -2529,18 +2529,18 @@
2529
2529
  debug "^4.3.7"
2530
2530
  handlebars "^4.7.8"
2531
2531
 
2532
- "@salesforce/plugin-data@4.0.4":
2533
- version "4.0.4"
2534
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.4.tgz"
2535
- integrity sha512-Vqb11j12rKQnu3lHVv7rw3+50NTlIdMaU/zuMrLV+f2bi1slaYXOflEQeWgzusnUoporRzMr2D/ko59E4bK8hw==
2532
+ "@salesforce/plugin-data@4.0.6":
2533
+ version "4.0.6"
2534
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.6.tgz"
2535
+ integrity sha512-VaCXz10Sm8P8MaAQ5yPSJaGI6wwX0Q7wMDsBCdtmc6Sqe3OBDiNPNJrzjrmy6MRIrJxxJqliUKYftsniTikhjQ==
2536
2536
  dependencies:
2537
2537
  "@jsforce/jsforce-node" "^3.6.4"
2538
2538
  "@oclif/multi-stage-output" "^0.8.5"
2539
- "@salesforce/core" "^8.6.1"
2539
+ "@salesforce/core" "^8.8.2"
2540
2540
  "@salesforce/kit" "^3.2.2"
2541
2541
  "@salesforce/sf-plugins-core" "^12.1.2"
2542
2542
  "@salesforce/ts-types" "^2.0.11"
2543
- ansis "^3.6.0"
2543
+ ansis "^3.9.0"
2544
2544
  change-case "^5.4.4"
2545
2545
  csv-parse "^5.6.0"
2546
2546
  csv-stringify "^6.5.2"
@@ -2565,10 +2565,10 @@
2565
2565
  ansis "^3.4.0"
2566
2566
  terminal-link "^3.0.0"
2567
2567
 
2568
- "@salesforce/plugin-info@^3.4.30", "@salesforce/plugin-info@^3.4.32", "@salesforce/plugin-info@3.4.32":
2569
- version "3.4.32"
2570
- resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.32.tgz"
2571
- integrity sha512-vBLb7H1nhdpaev9Ef4ytfJj6irlhjO9Kmz+1EXGxkRmlfqWZO/Kfb5tb2RCM33twDEw7HKGgZzoAjJ6DsWkp8A==
2568
+ "@salesforce/plugin-info@^3.4.30", "@salesforce/plugin-info@^3.4.32", "@salesforce/plugin-info@3.4.34":
2569
+ version "3.4.34"
2570
+ resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.34.tgz"
2571
+ integrity sha512-avelK4+LlgL88uun1JfBmuvvQqEM73Ohdla+2Bq60I9lRtas09RPjSUwND2+FgXN1OxmSqCeoTRC8t7riSu/iQ==
2572
2572
  dependencies:
2573
2573
  "@inquirer/input" "^2.3.0"
2574
2574
  "@jsforce/jsforce-node" "^3.6.3"
@@ -2602,13 +2602,13 @@
2602
2602
  got "^13.0.0"
2603
2603
  proxy-agent "^6.4.0"
2604
2604
 
2605
- "@salesforce/plugin-org@5.2.23":
2606
- version "5.2.23"
2607
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.23.tgz"
2608
- integrity sha512-+DOxt5bh3NJdDmR2CHOHJmzVtJFAZ7desik4tjc1QZrXPzmvaZbmYW+1wndXCpz54LbK2vfv1OmZmKKhXFLruA==
2605
+ "@salesforce/plugin-org@5.2.24":
2606
+ version "5.2.24"
2607
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.2.24.tgz"
2608
+ integrity sha512-OnhDTk/ULjV7AJAqNJVS8x8WLL4n/Jvm4wIVCCuNyIFd27pH/zp4z1TnxUpONFeTTYX50zDsJ71e1fRePVlGHQ==
2609
2609
  dependencies:
2610
2610
  "@oclif/core" "^4.2.3"
2611
- "@oclif/multi-stage-output" "^0.8.1"
2611
+ "@oclif/multi-stage-output" "^0.8.5"
2612
2612
  "@salesforce/core" "^8.6.4"
2613
2613
  "@salesforce/kit" "^3.2.3"
2614
2614
  "@salesforce/sf-plugins-core" "^12.1.2"
@@ -2772,14 +2772,14 @@
2772
2772
  string-width "^7.2.0"
2773
2773
  terminal-link "^3.0.0"
2774
2774
 
2775
- "@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.2", "@salesforce/sf-plugins-core@12.1.2":
2776
- version "12.1.2"
2777
- resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.2.tgz"
2778
- integrity sha512-qrmGZr2mG7uOpqhOpeOJjBEVztM7Mt8B10lD3rG+aOBZQelTm3YQ738yZYcwHjksQW3AOyf0QtqZICCfe0nD8A==
2775
+ "@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.2", "@salesforce/sf-plugins-core@12.1.3":
2776
+ version "12.1.3"
2777
+ resolved "https://registry.npmjs.org/@salesforce/sf-plugins-core/-/sf-plugins-core-12.1.3.tgz"
2778
+ integrity sha512-xJSzwl2G7OYSpZTokzWgq9Ybfw/ZtR3reQEFvJTNATLoPk7nv7UGo8WWbX1gcaepURBVvtmQlHsa8mVyoKjYmw==
2779
2779
  dependencies:
2780
2780
  "@inquirer/confirm" "^3.1.22"
2781
2781
  "@inquirer/password" "^2.2.0"
2782
- "@oclif/core" "^4.0.34"
2782
+ "@oclif/core" "^4.2.4"
2783
2783
  "@oclif/table" "^0.4.0"
2784
2784
  "@salesforce/core" "^8.5.1"
2785
2785
  "@salesforce/kit" "^3.2.3"
@@ -3995,7 +3995,7 @@ ansicolors@~0.3.2:
3995
3995
  resolved "https://registry.npmjs.org/ansicolors/-/ansicolors-0.3.2.tgz"
3996
3996
  integrity sha512-QXu7BPrP29VllRxH8GwB7x5iX5qWKAAMLqKQGWTeLWVlNHNOpVMJ91dsxQAIWXpjuW5wqvxu3Jd/nRjrJ+0pqg==
3997
3997
 
3998
- 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, ansis@^3.8.1, ansis@^3.9.0:
3998
+ 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.8.1, ansis@^3.9.0:
3999
3999
  version "3.9.0"
4000
4000
  resolved "https://registry.npmjs.org/ansis/-/ansis-3.9.0.tgz"
4001
4001
  integrity sha512-PcDrVe15ldexeZMsVLBAzBwF2KhZgaU0R+CHxH+x5kqn/pO+UWVBZJ+NEXMPpEOLUFeNsnNdoWYc2gwO+MVkDg==
@@ -4403,5 +4403,5 @@
4403
4403
  ]
4404
4404
  }
4405
4405
  },
4406
- "version": "2.75.2"
4406
+ "version": "2.75.3"
4407
4407
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.75.2",
4
+ "version": "2.75.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -146,11 +146,11 @@
146
146
  "@oclif/core": "4.2.4",
147
147
  "@oclif/plugin-autocomplete": "3.2.18",
148
148
  "@oclif/plugin-commands": "4.1.18",
149
- "@oclif/plugin-help": "6.2.22",
150
- "@oclif/plugin-not-found": "3.2.37",
151
- "@oclif/plugin-plugins": "5.4.26",
149
+ "@oclif/plugin-help": "6.2.23",
150
+ "@oclif/plugin-not-found": "3.2.38",
151
+ "@oclif/plugin-plugins": "5.4.27",
152
152
  "@oclif/plugin-search": "1.2.19",
153
- "@oclif/plugin-update": "4.6.26",
153
+ "@oclif/plugin-update": "4.6.27",
154
154
  "@oclif/plugin-version": "2.2.21",
155
155
  "@oclif/plugin-warn-if-update-available": "3.1.31",
156
156
  "@oclif/plugin-which": "3.2.26",
@@ -159,12 +159,12 @@
159
159
  "@salesforce/plugin-apex": "3.6.8",
160
160
  "@salesforce/plugin-api": "1.3.3",
161
161
  "@salesforce/plugin-auth": "3.6.90",
162
- "@salesforce/plugin-data": "4.0.4",
162
+ "@salesforce/plugin-data": "4.0.6",
163
163
  "@salesforce/plugin-deploy-retrieve": "3.17.7",
164
- "@salesforce/plugin-info": "3.4.32",
164
+ "@salesforce/plugin-info": "3.4.34",
165
165
  "@salesforce/plugin-limits": "3.3.44",
166
166
  "@salesforce/plugin-marketplace": "1.3.7",
167
- "@salesforce/plugin-org": "5.2.23",
167
+ "@salesforce/plugin-org": "5.2.24",
168
168
  "@salesforce/plugin-packaging": "2.9.12",
169
169
  "@salesforce/plugin-schema": "3.3.46",
170
170
  "@salesforce/plugin-settings": "2.4.10",
@@ -173,7 +173,7 @@
173
173
  "@salesforce/plugin-templates": "56.3.35",
174
174
  "@salesforce/plugin-trust": "3.7.59",
175
175
  "@salesforce/plugin-user": "3.6.6",
176
- "@salesforce/sf-plugins-core": "12.1.2",
176
+ "@salesforce/sf-plugins-core": "12.1.3",
177
177
  "ansis": "^3.3.0"
178
178
  },
179
179
  "pinnedDependencies": [