@salesforce/cli 2.60.10 → 2.60.12

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.60.10 linux-x64 node-v20.17.0
27
+ @salesforce/cli/2.60.12 linux-x64 node-v20.17.0
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -205,7 +205,7 @@ EXAMPLES
205
205
  $ sf alias list
206
206
  ```
207
207
 
208
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/alias/list.ts)_
208
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/alias/list.ts)_
209
209
 
210
210
  ## `sf alias set`
211
211
 
@@ -254,7 +254,7 @@ EXAMPLES
254
254
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
255
255
  ```
256
256
 
257
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/alias/set.ts)_
257
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/alias/set.ts)_
258
258
 
259
259
  ## `sf alias unset`
260
260
 
@@ -294,7 +294,7 @@ EXAMPLES
294
294
  $ sf alias unset --all [--no-prompt]
295
295
  ```
296
296
 
297
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/alias/unset.ts)_
297
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/alias/unset.ts)_
298
298
 
299
299
  ## `sf analytics generate template`
300
300
 
@@ -336,7 +336,7 @@ FLAG DESCRIPTIONS
336
336
  directory.
337
337
  ```
338
338
 
339
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/analytics/generate/template.ts)_
339
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/analytics/generate/template.ts)_
340
340
 
341
341
  ## `sf apex generate class`
342
342
 
@@ -395,7 +395,7 @@ FLAG DESCRIPTIONS
395
395
  Supplied parameter values or default values are filled into a copy of the template.
396
396
  ```
397
397
 
398
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/apex/generate/class.ts)_
398
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/apex/generate/class.ts)_
399
399
 
400
400
  ## `sf apex generate trigger`
401
401
 
@@ -464,7 +464,7 @@ FLAG DESCRIPTIONS
464
464
  Supplied parameter values or default values are filled into a copy of the template.
465
465
  ```
466
466
 
467
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/apex/generate/trigger.ts)_
467
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/apex/generate/trigger.ts)_
468
468
 
469
469
  ## `sf apex get log`
470
470
 
@@ -1074,7 +1074,7 @@ CONFIGURATION VARIABLES
1074
1074
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1075
1075
  ```
1076
1076
 
1077
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/config/get.ts)_
1077
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/config/get.ts)_
1078
1078
 
1079
1079
  ## `sf config list`
1080
1080
 
@@ -1114,7 +1114,7 @@ EXAMPLES
1114
1114
  $ sf config list
1115
1115
  ```
1116
1116
 
1117
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/config/list.ts)_
1117
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/config/list.ts)_
1118
1118
 
1119
1119
  ## `sf config set`
1120
1120
 
@@ -1183,7 +1183,7 @@ CONFIGURATION VARIABLES
1183
1183
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1184
1184
  ```
1185
1185
 
1186
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/config/set.ts)_
1186
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/config/set.ts)_
1187
1187
 
1188
1188
  ## `sf config unset`
1189
1189
 
@@ -1233,7 +1233,7 @@ CONFIGURATION VARIABLES
1233
1233
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1234
1234
  ```
1235
1235
 
1236
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.20/src/commands/config/unset.ts)_
1236
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.3.21/src/commands/config/unset.ts)_
1237
1237
 
1238
1238
  ## `sf data create file`
1239
1239
 
@@ -1282,7 +1282,7 @@ EXAMPLES
1282
1282
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
1283
1283
  ```
1284
1284
 
1285
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/create/file.ts)_
1285
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/create/file.ts)_
1286
1286
 
1287
1287
  ## `sf data create record`
1288
1288
 
@@ -1338,7 +1338,7 @@ EXAMPLES
1338
1338
  TracedEntityId=01p17000000R6bLAAS"
1339
1339
  ```
1340
1340
 
1341
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/create/record.ts)_
1341
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/create/record.ts)_
1342
1342
 
1343
1343
  ## `sf data delete bulk`
1344
1344
 
@@ -1396,7 +1396,7 @@ FLAG DESCRIPTIONS
1396
1396
  and can be enabled only by a system administrator.
1397
1397
  ```
1398
1398
 
1399
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/delete/bulk.ts)_
1399
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/delete/bulk.ts)_
1400
1400
 
1401
1401
  ## `sf data delete record`
1402
1402
 
@@ -1457,7 +1457,7 @@ EXAMPLES
1457
1457
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1458
1458
  ```
1459
1459
 
1460
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/delete/record.ts)_
1460
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/delete/record.ts)_
1461
1461
 
1462
1462
  ## `sf data delete resume`
1463
1463
 
@@ -1496,7 +1496,7 @@ EXAMPLES
1496
1496
  $ sf data delete resume --use-most-recent --target-org my-scratch
1497
1497
  ```
1498
1498
 
1499
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/delete/resume.ts)_
1499
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/delete/resume.ts)_
1500
1500
 
1501
1501
  ## `sf data export tree`
1502
1502
 
@@ -1557,7 +1557,7 @@ EXAMPLES
1557
1557
  my-scratch
1558
1558
  ```
1559
1559
 
1560
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/export/tree.ts)_
1560
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/export/tree.ts)_
1561
1561
 
1562
1562
  ## `sf data get record`
1563
1563
 
@@ -1621,7 +1621,7 @@ EXAMPLES
1621
1621
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1622
1622
  ```
1623
1623
 
1624
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/get/record.ts)_
1624
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/get/record.ts)_
1625
1625
 
1626
1626
  ## `sf data import tree`
1627
1627
 
@@ -1686,7 +1686,7 @@ FLAG DESCRIPTIONS
1686
1686
  - files(array) - Files: An array of files paths to load
1687
1687
  ```
1688
1688
 
1689
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/import/tree.ts)_
1689
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/import/tree.ts)_
1690
1690
 
1691
1691
  ## `sf data query`
1692
1692
 
@@ -1750,7 +1750,7 @@ EXAMPLES
1750
1750
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1751
1751
  ```
1752
1752
 
1753
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/query.ts)_
1753
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/query.ts)_
1754
1754
 
1755
1755
  ## `sf data query resume`
1756
1756
 
@@ -1788,7 +1788,7 @@ EXAMPLES
1788
1788
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1789
1789
  ```
1790
1790
 
1791
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/query/resume.ts)_
1791
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/query/resume.ts)_
1792
1792
 
1793
1793
  ## `sf data resume`
1794
1794
 
@@ -1825,7 +1825,7 @@ EXAMPLES
1825
1825
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1826
1826
  ```
1827
1827
 
1828
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/resume.ts)_
1828
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/resume.ts)_
1829
1829
 
1830
1830
  ## `sf data search`
1831
1831
 
@@ -1875,7 +1875,7 @@ EXAMPLES
1875
1875
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
1876
1876
  ```
1877
1877
 
1878
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/search.ts)_
1878
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/search.ts)_
1879
1879
 
1880
1880
  ## `sf data update record`
1881
1881
 
@@ -1937,7 +1937,7 @@ EXAMPLES
1937
1937
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1938
1938
  ```
1939
1939
 
1940
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/update/record.ts)_
1940
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/update/record.ts)_
1941
1941
 
1942
1942
  ## `sf data upsert bulk`
1943
1943
 
@@ -1990,7 +1990,7 @@ EXAMPLES
1990
1990
  my-scratch
1991
1991
  ```
1992
1992
 
1993
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/upsert/bulk.ts)_
1993
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/upsert/bulk.ts)_
1994
1994
 
1995
1995
  ## `sf data upsert resume`
1996
1996
 
@@ -2029,7 +2029,7 @@ EXAMPLES
2029
2029
  $ sf data upsert resume --use-most-recent --target-org my-scratch
2030
2030
  ```
2031
2031
 
2032
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/data/upsert/resume.ts)_
2032
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/data/upsert/resume.ts)_
2033
2033
 
2034
2034
  ## `sf doctor`
2035
2035
 
@@ -2124,7 +2124,7 @@ EXAMPLES
2124
2124
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
2125
2125
  ```
2126
2126
 
2127
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/force/data/bulk/delete.ts)_
2127
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/force/data/bulk/delete.ts)_
2128
2128
 
2129
2129
  ## `sf force data bulk status`
2130
2130
 
@@ -2161,7 +2161,7 @@ EXAMPLES
2161
2161
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
2162
2162
  ```
2163
2163
 
2164
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/force/data/bulk/status.ts)_
2164
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/force/data/bulk/status.ts)_
2165
2165
 
2166
2166
  ## `sf force data bulk upsert`
2167
2167
 
@@ -2219,7 +2219,7 @@ EXAMPLES
2219
2219
  --target-org my-scratch
2220
2220
  ```
2221
2221
 
2222
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.5/src/commands/force/data/bulk/upsert.ts)_
2222
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.6.7/src/commands/force/data/bulk/upsert.ts)_
2223
2223
 
2224
2224
  ## `sf help [COMMAND]`
2225
2225
 
@@ -2239,7 +2239,7 @@ DESCRIPTION
2239
2239
  Display help for sf.
2240
2240
  ```
2241
2241
 
2242
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.11/src/commands/help.ts)_
2242
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.2.12/src/commands/help.ts)_
2243
2243
 
2244
2244
  ## `sf info releasenotes display`
2245
2245
 
@@ -2334,7 +2334,7 @@ FLAG DESCRIPTIONS
2334
2334
  Supplied parameter values or default values are filled into a copy of the template.
2335
2335
  ```
2336
2336
 
2337
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/lightning/generate/app.ts)_
2337
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/app.ts)_
2338
2338
 
2339
2339
  ## `sf lightning generate component`
2340
2340
 
@@ -2403,7 +2403,7 @@ FLAG DESCRIPTIONS
2403
2403
  Supplied parameter values or default values are filled into a copy of the template.
2404
2404
  ```
2405
2405
 
2406
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/lightning/generate/component.ts)_
2406
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/component.ts)_
2407
2407
 
2408
2408
  ## `sf lightning generate event`
2409
2409
 
@@ -2458,7 +2458,7 @@ FLAG DESCRIPTIONS
2458
2458
  Supplied parameter values or default values are filled into a copy of the template.
2459
2459
  ```
2460
2460
 
2461
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/lightning/generate/event.ts)_
2461
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/event.ts)_
2462
2462
 
2463
2463
  ## `sf lightning generate interface`
2464
2464
 
@@ -2513,7 +2513,7 @@ FLAG DESCRIPTIONS
2513
2513
  Supplied parameter values or default values are filled into a copy of the template.
2514
2514
  ```
2515
2515
 
2516
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/lightning/generate/interface.ts)_
2516
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/interface.ts)_
2517
2517
 
2518
2518
  ## `sf lightning generate test`
2519
2519
 
@@ -2568,7 +2568,7 @@ FLAG DESCRIPTIONS
2568
2568
  Supplied parameter values or default values are filled into a copy of the template.
2569
2569
  ```
2570
2570
 
2571
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/lightning/generate/test.ts)_
2571
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/lightning/generate/test.ts)_
2572
2572
 
2573
2573
  ## `sf org assign permset`
2574
2574
 
@@ -2776,7 +2776,7 @@ FLAG DESCRIPTIONS
2776
2776
  sandbox.
2777
2777
  ```
2778
2778
 
2779
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/create/sandbox.ts)_
2779
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/create/sandbox.ts)_
2780
2780
 
2781
2781
  ## `sf org create scratch`
2782
2782
 
@@ -2930,7 +2930,7 @@ FLAG DESCRIPTIONS
2930
2930
  Omit this flag to have Salesforce generate a unique username for your org.
2931
2931
  ```
2932
2932
 
2933
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/create/scratch.ts)_
2933
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/create/scratch.ts)_
2934
2934
 
2935
2935
  ## `sf org create user`
2936
2936
 
@@ -3084,7 +3084,7 @@ EXAMPLES
3084
3084
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
3085
3085
  ```
3086
3086
 
3087
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/delete/sandbox.ts)_
3087
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/delete/sandbox.ts)_
3088
3088
 
3089
3089
  ## `sf org delete scratch`
3090
3090
 
@@ -3128,7 +3128,7 @@ EXAMPLES
3128
3128
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
3129
3129
  ```
3130
3130
 
3131
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/delete/scratch.ts)_
3131
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/delete/scratch.ts)_
3132
3132
 
3133
3133
  ## `sf org disable tracking`
3134
3134
 
@@ -3167,7 +3167,7 @@ EXAMPLES
3167
3167
  $ sf org disable tracking
3168
3168
  ```
3169
3169
 
3170
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/disable/tracking.ts)_
3170
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/disable/tracking.ts)_
3171
3171
 
3172
3172
  ## `sf org display`
3173
3173
 
@@ -3212,7 +3212,7 @@ EXAMPLES
3212
3212
  $ sf org display --target-org TestOrg1 --verbose
3213
3213
  ```
3214
3214
 
3215
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/display.ts)_
3215
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/display.ts)_
3216
3216
 
3217
3217
  ## `sf org display user`
3218
3218
 
@@ -3293,7 +3293,7 @@ EXAMPLES
3293
3293
  $ sf org enable tracking
3294
3294
  ```
3295
3295
 
3296
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/enable/tracking.ts)_
3296
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/enable/tracking.ts)_
3297
3297
 
3298
3298
  ## `sf org generate password`
3299
3299
 
@@ -3399,7 +3399,7 @@ EXAMPLES
3399
3399
  $ sf org list --clean
3400
3400
  ```
3401
3401
 
3402
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/list.ts)_
3402
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/list.ts)_
3403
3403
 
3404
3404
  ## `sf org list auth`
3405
3405
 
@@ -3431,7 +3431,7 @@ EXAMPLES
3431
3431
  $ sf org list auth
3432
3432
  ```
3433
3433
 
3434
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/list/auth.ts)_
3434
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/list/auth.ts)_
3435
3435
 
3436
3436
  ## `sf org list limits`
3437
3437
 
@@ -3538,7 +3538,7 @@ FLAG DESCRIPTIONS
3538
3538
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
3539
3539
  ```
3540
3540
 
3541
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/list/metadata.ts)_
3541
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/list/metadata.ts)_
3542
3542
 
3543
3543
  ## `sf org list metadata-types`
3544
3544
 
@@ -3593,7 +3593,7 @@ FLAG DESCRIPTIONS
3593
3593
  Override the api version used for api requests made by this command
3594
3594
  ```
3595
3595
 
3596
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/list/metadata-types.ts)_
3596
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/list/metadata-types.ts)_
3597
3597
 
3598
3598
  ## `sf org list sobject record-counts`
3599
3599
 
@@ -3731,7 +3731,7 @@ FLAG DESCRIPTIONS
3731
3731
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3732
3732
  ```
3733
3733
 
3734
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/login/access-token.ts)_
3734
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/access-token.ts)_
3735
3735
 
3736
3736
  ## `sf org login device`
3737
3737
 
@@ -3791,7 +3791,7 @@ FLAG DESCRIPTIONS
3791
3791
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3792
3792
  ```
3793
3793
 
3794
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/login/device.ts)_
3794
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/device.ts)_
3795
3795
 
3796
3796
  ## `sf org login jwt`
3797
3797
 
@@ -3882,7 +3882,7 @@ FLAG DESCRIPTIONS
3882
3882
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
3883
3883
  ```
3884
3884
 
3885
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/login/jwt.ts)_
3885
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/jwt.ts)_
3886
3886
 
3887
3887
  ## `sf org login sfdx-url`
3888
3888
 
@@ -3952,7 +3952,7 @@ EXAMPLES
3952
3952
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3953
3953
  ```
3954
3954
 
3955
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/login/sfdx-url.ts)_
3955
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/sfdx-url.ts)_
3956
3956
 
3957
3957
  ## `sf org login web`
3958
3958
 
@@ -4039,7 +4039,7 @@ FLAG DESCRIPTIONS
4039
4039
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4040
4040
  ```
4041
4041
 
4042
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/login/web.ts)_
4042
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/login/web.ts)_
4043
4043
 
4044
4044
  ## `sf org logout`
4045
4045
 
@@ -4100,7 +4100,7 @@ FLAG DESCRIPTIONS
4100
4100
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
4101
4101
  ```
4102
4102
 
4103
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.60/src/commands/org/logout.ts)_
4103
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.6.62/src/commands/org/logout.ts)_
4104
4104
 
4105
4105
  ## `sf org open`
4106
4106
 
@@ -4172,7 +4172,7 @@ EXAMPLES
4172
4172
  $ sf org open --source-file force-app/main/default/flows/Hello.flow-meta.xml
4173
4173
  ```
4174
4174
 
4175
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/open.ts)_
4175
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/open.ts)_
4176
4176
 
4177
4177
  ## `sf org refresh sandbox`
4178
4178
 
@@ -4249,7 +4249,7 @@ FLAG DESCRIPTIONS
4249
4249
  By default, a sandbox auto-activates after a refresh. Use this flag to control sandbox activation manually.
4250
4250
  ```
4251
4251
 
4252
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/refresh/sandbox.ts)_
4252
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/refresh/sandbox.ts)_
4253
4253
 
4254
4254
  ## `sf org resume sandbox`
4255
4255
 
@@ -4312,7 +4312,7 @@ FLAG DESCRIPTIONS
4312
4312
  returns the job ID. To resume checking the sandbox creation, rerun this command.
4313
4313
  ```
4314
4314
 
4315
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/resume/sandbox.ts)_
4315
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/resume/sandbox.ts)_
4316
4316
 
4317
4317
  ## `sf org resume scratch`
4318
4318
 
@@ -4359,7 +4359,7 @@ FLAG DESCRIPTIONS
4359
4359
  The job ID is valid for 24 hours after you start the scratch org creation.
4360
4360
  ```
4361
4361
 
4362
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.9/src/commands/org/resume/scratch.ts)_
4362
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/4.5.10/src/commands/org/resume/scratch.ts)_
4363
4363
 
4364
4364
  ## `sf package create`
4365
4365
 
@@ -5624,7 +5624,7 @@ EXAMPLES
5624
5624
  $ sf plugins discover
5625
5625
  ```
5626
5626
 
5627
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.25/src/commands/plugins/discover.ts)_
5627
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-marketplace/blob/1.2.26/src/commands/plugins/discover.ts)_
5628
5628
 
5629
5629
  ## `sf plugins:inspect PLUGIN...`
5630
5630
 
@@ -5774,7 +5774,7 @@ EXAMPLES
5774
5774
  $ sf plugins trust verify --npm @scope/npmName
5775
5775
  ```
5776
5776
 
5777
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.29/src/commands/plugins/trust/verify.ts)_
5777
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.7.31/src/commands/plugins/trust/verify.ts)_
5778
5778
 
5779
5779
  ## `sf plugins uninstall [PLUGIN]`
5780
5780
 
@@ -7175,7 +7175,7 @@ FLAG DESCRIPTIONS
7175
7175
  Override the api version used for api requests made by this command
7176
7176
  ```
7177
7177
 
7178
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/project/generate.ts)_
7178
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/project/generate.ts)_
7179
7179
 
7180
7180
  ## `sf project generate manifest`
7181
7181
 
@@ -7628,7 +7628,7 @@ FLAG DESCRIPTIONS
7628
7628
  If you don't specify this flag, the command prompts you to choose from your local objects.
7629
7629
  ```
7630
7630
 
7631
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.37/src/commands/schema/generate/field.ts)_
7631
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.38/src/commands/schema/generate/field.ts)_
7632
7632
 
7633
7633
  ## `sf schema generate platformevent`
7634
7634
 
@@ -7660,7 +7660,7 @@ EXAMPLES
7660
7660
  $ sf schema generate platformevent --label "My Platform Event"
7661
7661
  ```
7662
7662
 
7663
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.37/src/commands/schema/generate/platformevent.ts)_
7663
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.38/src/commands/schema/generate/platformevent.ts)_
7664
7664
 
7665
7665
  ## `sf schema generate sobject`
7666
7666
 
@@ -7717,7 +7717,7 @@ FLAG DESCRIPTIONS
7717
7717
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7718
7718
  ```
7719
7719
 
7720
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.37/src/commands/schema/generate/sobject.ts)_
7720
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.38/src/commands/schema/generate/sobject.ts)_
7721
7721
 
7722
7722
  ## `sf schema generate tab`
7723
7723
 
@@ -7765,7 +7765,7 @@ FLAG DESCRIPTIONS
7765
7765
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
7766
7766
  ```
7767
7767
 
7768
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.37/src/commands/schema/generate/tab.ts)_
7768
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.38/src/commands/schema/generate/tab.ts)_
7769
7769
 
7770
7770
  ## `sf search`
7771
7771
 
@@ -7929,7 +7929,7 @@ FLAG DESCRIPTIONS
7929
7929
  etc.
7930
7930
  ```
7931
7931
 
7932
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/static-resource/generate.ts)_
7932
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/static-resource/generate.ts)_
7933
7933
 
7934
7934
  ## `sf update [CHANNEL]`
7935
7935
 
@@ -7986,7 +7986,7 @@ FLAG DESCRIPTIONS
7986
7986
  Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
7987
7987
  ```
7988
7988
 
7989
- _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.12/src/commands/version.ts)_
7989
+ _See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.13/src/commands/version.ts)_
7990
7990
 
7991
7991
  ## `sf visualforce generate component`
7992
7992
 
@@ -8042,7 +8042,7 @@ FLAG DESCRIPTIONS
8042
8042
  Supplied parameter values or default values are filled into a copy of the template.
8043
8043
  ```
8044
8044
 
8045
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/visualforce/generate/component.ts)_
8045
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/visualforce/generate/component.ts)_
8046
8046
 
8047
8047
  ## `sf visualforce generate page`
8048
8048
 
@@ -8092,7 +8092,7 @@ FLAG DESCRIPTIONS
8092
8092
  The name can be up to 40 characters and must start with a letter.
8093
8093
  ```
8094
8094
 
8095
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.20/src/commands/visualforce/generate/page.ts)_
8095
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.3.21/src/commands/visualforce/generate/page.ts)_
8096
8096
 
8097
8097
  ## `sf which`
8098
8098
 
@@ -1,46 +1,46 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.60.10",
3
+ "version": "2.60.12",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.60.10",
9
+ "version": "2.60.12",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.0.22",
14
+ "@oclif/core": "4.0.23",
15
15
  "@oclif/plugin-autocomplete": "3.2.4",
16
16
  "@oclif/plugin-commands": "4.0.15",
17
- "@oclif/plugin-help": "6.2.11",
17
+ "@oclif/plugin-help": "6.2.12",
18
18
  "@oclif/plugin-not-found": "3.2.21",
19
19
  "@oclif/plugin-plugins": "5.4.9",
20
20
  "@oclif/plugin-search": "1.2.9",
21
21
  "@oclif/plugin-update": "4.5.9",
22
- "@oclif/plugin-version": "2.2.12",
23
- "@oclif/plugin-warn-if-update-available": "3.1.16",
22
+ "@oclif/plugin-version": "2.2.13",
23
+ "@oclif/plugin-warn-if-update-available": "3.1.17",
24
24
  "@oclif/plugin-which": "3.2.14",
25
25
  "@salesforce/core": "^8.2.3",
26
26
  "@salesforce/kit": "^3.1.6",
27
27
  "@salesforce/plugin-apex": "3.4.10",
28
28
  "@salesforce/plugin-api": "1.2.2",
29
- "@salesforce/plugin-auth": "3.6.60",
30
- "@salesforce/plugin-data": "3.6.5",
29
+ "@salesforce/plugin-auth": "3.6.62",
30
+ "@salesforce/plugin-data": "3.6.7",
31
31
  "@salesforce/plugin-deploy-retrieve": "3.12.11",
32
32
  "@salesforce/plugin-info": "3.4.9",
33
33
  "@salesforce/plugin-limits": "3.3.32",
34
- "@salesforce/plugin-marketplace": "1.2.25",
35
- "@salesforce/plugin-org": "4.5.9",
34
+ "@salesforce/plugin-marketplace": "1.2.26",
35
+ "@salesforce/plugin-org": "4.5.10",
36
36
  "@salesforce/plugin-packaging": "2.8.7",
37
37
  "@salesforce/plugin-schema": "3.3.32",
38
- "@salesforce/plugin-settings": "2.3.20",
39
- "@salesforce/plugin-sobject": "1.4.37",
38
+ "@salesforce/plugin-settings": "2.3.21",
39
+ "@salesforce/plugin-sobject": "1.4.38",
40
40
  "@salesforce/plugin-source": "3.5.21",
41
41
  "@salesforce/plugin-telemetry": "3.6.15",
42
- "@salesforce/plugin-templates": "56.3.20",
43
- "@salesforce/plugin-trust": "3.7.29",
42
+ "@salesforce/plugin-templates": "56.3.21",
43
+ "@salesforce/plugin-trust": "3.7.31",
44
44
  "@salesforce/plugin-user": "3.5.31",
45
45
  "@salesforce/sf-plugins-core": "11.3.10",
46
46
  "ansis": "^3.3.0"
@@ -56,7 +56,7 @@
56
56
  "@salesforce/ts-sinon": "^1.4.27",
57
57
  "@salesforce/ts-types": "^2.0.10",
58
58
  "aws-sdk": "^2.1691.0",
59
- "oclif": "^4.14.34",
59
+ "oclif": "^4.14.35",
60
60
  "ts-node": "^10.9.2",
61
61
  "typescript": "^5.6.2"
62
62
  },
@@ -4033,9 +4033,9 @@
4033
4033
  }
4034
4034
  },
4035
4035
  "node_modules/@oclif/core": {
4036
- "version": "4.0.22",
4037
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.22.tgz",
4038
- "integrity": "sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==",
4036
+ "version": "4.0.23",
4037
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.0.23.tgz",
4038
+ "integrity": "sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==",
4039
4039
  "license": "MIT",
4040
4040
  "dependencies": {
4041
4041
  "ansi-escapes": "^4.3.2",
@@ -4050,6 +4050,7 @@
4050
4050
  "is-wsl": "^2.2.0",
4051
4051
  "lilconfig": "^3.1.2",
4052
4052
  "minimatch": "^9.0.5",
4053
+ "semver": "^7.6.3",
4053
4054
  "string-width": "^4.2.3",
4054
4055
  "supports-color": "^8",
4055
4056
  "widest-line": "^3.1.0",
@@ -4203,9 +4204,9 @@
4203
4204
  }
4204
4205
  },
4205
4206
  "node_modules/@oclif/plugin-help": {
4206
- "version": "6.2.11",
4207
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.11.tgz",
4208
- "integrity": "sha512-Vo854dALtNhA34g6m4T9uWIrYfm/JFM82LWa5gLrsJGwpUGgeBwBX4P64HLo5ro59LF3YO2xPWViLaoK6gkm3g==",
4207
+ "version": "6.2.12",
4208
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.12.tgz",
4209
+ "integrity": "sha512-yLWIIQScGpr5YJzREXeRHRa0TYvTAZC+joHw/wCLw2diVOBkAlDGO67bYvfMN279YU00UJ46Yy22GEO2trtPug==",
4209
4210
  "license": "MIT",
4210
4211
  "dependencies": {
4211
4212
  "@oclif/core": "^4"
@@ -4329,9 +4330,9 @@
4329
4330
  }
4330
4331
  },
4331
4332
  "node_modules/@oclif/plugin-version": {
4332
- "version": "2.2.12",
4333
- "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.12.tgz",
4334
- "integrity": "sha512-wrOUJFyIVI3Pfe/a8UPXwQ/pjb2LajnESqrs6vRwTjvRFT2/uf4OXcrtTtSLgTr/1GOQOYJdSFmPMfOQ9BNONA==",
4333
+ "version": "2.2.13",
4334
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.13.tgz",
4335
+ "integrity": "sha512-t/OqVs8ckLtsOEdNVHUQ+vr7AvMsKH0+RcG8uVoJ96vciWWLX8BBt1fLliHmIR2+G5wqiWcW+gudfkytkPONGw==",
4335
4336
  "license": "MIT",
4336
4337
  "dependencies": {
4337
4338
  "@oclif/core": "^4",
@@ -4342,9 +4343,9 @@
4342
4343
  }
4343
4344
  },
4344
4345
  "node_modules/@oclif/plugin-warn-if-update-available": {
4345
- "version": "3.1.16",
4346
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.16.tgz",
4347
- "integrity": "sha512-QGQF1kL+aUj/cTtXdV0GT1n7HNf3HX1ZnCwL86Y9rlZgQbBU9gl8/01/6P/uPj0E+WWExZMVF6+fmktTqwYVQw==",
4346
+ "version": "3.1.17",
4347
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.17.tgz",
4348
+ "integrity": "sha512-i59VZlGQdiK1sHfb+fVH72H+o1FX+TlPNWI1xlo1CQcDPgjVzCUpnbynKW9GJz2MmIoOSbBzx1qhOcgqyoJJsA==",
4348
4349
  "license": "MIT",
4349
4350
  "dependencies": {
4350
4351
  "@oclif/core": "^4",
@@ -4978,9 +4979,9 @@
4978
4979
  }
4979
4980
  },
4980
4981
  "node_modules/@salesforce/plugin-auth": {
4981
- "version": "3.6.60",
4982
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.60.tgz",
4983
- "integrity": "sha512-8M/DyOwgeNc9fgZ1rX/datPsjMR3RX8/wkSdEv9mW5mOMXi3yfrhpe3iP4aFyGG36UkZjqrAJVv9w4+zqzS5hA==",
4982
+ "version": "3.6.62",
4983
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.62.tgz",
4984
+ "integrity": "sha512-kGv9DQ3XMTKTOsQkVS888hvtAmHMRgtB388TxuFFyHPi8cqwKvS4J3EpCFZdg/aSgNEnK4ak7ggy7CMRVih7RQ==",
4984
4985
  "license": "BSD-3-Clause",
4985
4986
  "dependencies": {
4986
4987
  "@inquirer/checkbox": "^2.5.0",
@@ -5031,15 +5032,15 @@
5031
5032
  }
5032
5033
  },
5033
5034
  "node_modules/@salesforce/plugin-data": {
5034
- "version": "3.6.5",
5035
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.5.tgz",
5036
- "integrity": "sha512-vuP5jSOWg/CglkUal8S5/i74PZnM3WDhCW5fdjXAK1UepYPcpnOjSlyBgbJy43U0EQPUWLHxMtd3YAA7JF5FmA==",
5035
+ "version": "3.6.7",
5036
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.7.tgz",
5037
+ "integrity": "sha512-paK4ERaWPkJAX02kTK8Yz+8nlIHqUWL7DupYwQupri2mQA9RCh3hnQmK0kvGkPB/3ts/vBtC0Cl+JMMQYqXFqg==",
5037
5038
  "license": "BSD-3-Clause",
5038
5039
  "dependencies": {
5039
5040
  "@jsforce/jsforce-node": "^3.4.1",
5040
5041
  "@salesforce/core": "^8.5.2",
5041
5042
  "@salesforce/kit": "^3.2.2",
5042
- "@salesforce/sf-plugins-core": "^11.3.4",
5043
+ "@salesforce/sf-plugins-core": "^11.3.10",
5043
5044
  "@salesforce/ts-types": "^2.0.11",
5044
5045
  "ansis": "^3.2.0",
5045
5046
  "change-case": "^5.4.4",
@@ -5115,9 +5116,9 @@
5115
5116
  }
5116
5117
  },
5117
5118
  "node_modules/@salesforce/plugin-marketplace": {
5118
- "version": "1.2.25",
5119
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.25.tgz",
5120
- "integrity": "sha512-gifOzCquk7gaK/fUtPrKf+8YsJcAfEmR2HUg6/BAvgt6jnTP/BkCtzFEAzJRZ02q54DM0A7u+EVBcZW3y/XbnA==",
5119
+ "version": "1.2.26",
5120
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.26.tgz",
5121
+ "integrity": "sha512-BCsRg/7vpUmcQp5Vi4Ey2ru9ubqGJ+s4PyZ7yTE1sM/ix+ExfB0jVpQqER2VoABgyN/+JtC2GaXz/+ujJLmP1Q==",
5121
5122
  "license": "BSD-3-Clause",
5122
5123
  "dependencies": {
5123
5124
  "@salesforce/core": "^8.5.2",
@@ -5131,16 +5132,16 @@
5131
5132
  }
5132
5133
  },
5133
5134
  "node_modules/@salesforce/plugin-org": {
5134
- "version": "4.5.9",
5135
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.9.tgz",
5136
- "integrity": "sha512-FX1ElY53TzAsKka5LRy9OVf8XjO8nhlPzyLJ5sQxD/iEdNvywJ1mm1zXa1xWMmhl7w0r3N/+qmmnxZVXHJlyfQ==",
5135
+ "version": "4.5.10",
5136
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.10.tgz",
5137
+ "integrity": "sha512-ZFkMsfYANiHbUP5GWO+FvR0r+cczA8ijxQUR1F89YwjXJg2G3j7J4GQD9ZHv4hNnrP6MpJijdsbqc4l5upOvyw==",
5137
5138
  "license": "BSD-3-Clause",
5138
5139
  "dependencies": {
5139
5140
  "@oclif/core": "^4.0.16",
5140
5141
  "@salesforce/core": "^8.5.5",
5141
5142
  "@salesforce/kit": "^3.2.3",
5142
5143
  "@salesforce/sf-plugins-core": "^11.3.7",
5143
- "@salesforce/source-deploy-retrieve": "^12.6.2",
5144
+ "@salesforce/source-deploy-retrieve": "^12.7.1",
5144
5145
  "ansis": "^3.2.0",
5145
5146
  "change-case": "^5.4.4",
5146
5147
  "is-wsl": "^3.1.0",
@@ -5250,9 +5251,9 @@
5250
5251
  }
5251
5252
  },
5252
5253
  "node_modules/@salesforce/plugin-settings": {
5253
- "version": "2.3.20",
5254
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.20.tgz",
5255
- "integrity": "sha512-Qe2XmbEV48YqHKAWYOd5GuSKMYpFUphoyyS3IxfLimSkF3MnI9JkSMHxG5A4CbVNxV1oWQcThZzZZsq+UDlyJg==",
5254
+ "version": "2.3.21",
5255
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.21.tgz",
5256
+ "integrity": "sha512-1WX11Ysaw585wbVTxL+cpIfgWW3y+6Hbg5a6aQP8BGu8r7Yk7meU1OifkmI6jh7CAxCr1BMQuuAdP/de5SFRLQ==",
5256
5257
  "license": "BSD-3-Clause",
5257
5258
  "dependencies": {
5258
5259
  "@oclif/core": "^4",
@@ -5265,13 +5266,13 @@
5265
5266
  }
5266
5267
  },
5267
5268
  "node_modules/@salesforce/plugin-sobject": {
5268
- "version": "1.4.37",
5269
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.37.tgz",
5270
- "integrity": "sha512-I2UkCuT+1Oda4xoEBLoWybRYujRKCIAeAEzWfEWRyziAofPw1I0XWO12Nx/o1t2+52RU4ZR1BlANJfQiMA49UQ==",
5269
+ "version": "1.4.38",
5270
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.38.tgz",
5271
+ "integrity": "sha512-BKiibxGUK80HgwpU3S/KRV6I4Qt99a8yrt8RZU2Dpnf/GnyBl4uW8S2Ob7mJfVJCGlIMTnW1uWWCLGUs8EV5IA==",
5271
5272
  "license": "BSD-3-Clause",
5272
5273
  "dependencies": {
5273
5274
  "@inquirer/confirm": "^3.2.0",
5274
- "@inquirer/input": "^2.2.9",
5275
+ "@inquirer/input": "^2.3.0",
5275
5276
  "@inquirer/select": "^2.5.0",
5276
5277
  "@oclif/core": "^4",
5277
5278
  "@salesforce/core": "^8.5.2",
@@ -5339,29 +5340,29 @@
5339
5340
  }
5340
5341
  },
5341
5342
  "node_modules/@salesforce/plugin-templates": {
5342
- "version": "56.3.20",
5343
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.20.tgz",
5344
- "integrity": "sha512-1fdIw/gjWP+gpWfWejUzctVe7e9yFdNZoOYMCOXaOgwivomTTa+cCz3F1uxDmdKrzg5aygxBFT58tvEKf9Jjpw==",
5343
+ "version": "56.3.21",
5344
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.21.tgz",
5345
+ "integrity": "sha512-IoyVb4J0EVB5fuGU+HKeA2lF5F+lgBR2ZMD7IBSCls9xC7OdohUfT7knS1cD4cjGE0iLN3uJ629QSDWdQkgFUg==",
5345
5346
  "license": "BSD-3-Clause",
5346
5347
  "dependencies": {
5347
5348
  "@salesforce/core": "^8.5.7",
5348
5349
  "@salesforce/sf-plugins-core": "^11.3.10",
5349
- "@salesforce/templates": "^61.4.10"
5350
+ "@salesforce/templates": "^61.4.11"
5350
5351
  },
5351
5352
  "engines": {
5352
5353
  "node": ">=18.0.0"
5353
5354
  }
5354
5355
  },
5355
5356
  "node_modules/@salesforce/plugin-trust": {
5356
- "version": "3.7.29",
5357
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.29.tgz",
5358
- "integrity": "sha512-a07ULxgzYvqqGVV+GI8d7twyfoG/kcbPtkD6ngJNI17BlORGZMcCT1MTqtYeDMyk6gSJyxxXGNRYoWhzcs4R2w==",
5357
+ "version": "3.7.31",
5358
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.31.tgz",
5359
+ "integrity": "sha512-MnO0ZahKx/UUrfl2yv6XGaJKSJRptdRa0bVbA5WA560C5eO1L0Ot9SdirB2C8oSv3HBWTfGO629hXJ3pXvh8ZA==",
5359
5360
  "license": "BSD-3-Clause",
5360
5361
  "dependencies": {
5361
5362
  "@oclif/core": "^4",
5362
5363
  "@salesforce/core": "^8.5.7",
5363
5364
  "@salesforce/kit": "^3.2.0",
5364
- "@salesforce/plugin-info": "^3.3.28",
5365
+ "@salesforce/plugin-info": "^3.4.9",
5365
5366
  "@salesforce/sf-plugins-core": "^11.3.10",
5366
5367
  "got": "^13.0.0",
5367
5368
  "npm": "^10.8.3",
@@ -5765,12 +5766,12 @@
5765
5766
  }
5766
5767
  },
5767
5768
  "node_modules/@salesforce/templates": {
5768
- "version": "61.4.10",
5769
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-61.4.10.tgz",
5770
- "integrity": "sha512-89MbXZ+Y+LsThO72F2OYqq8GPXEhPKE+ptLyBxObKE+3FgDEhFDsU2Va5sEVLye/2Z7o95jTFEgfkALs/ILXKg==",
5769
+ "version": "61.4.11",
5770
+ "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-61.4.11.tgz",
5771
+ "integrity": "sha512-swLPVqk+DtqMNs2tQ/1MtRrh/RaY5a1tzFIGjt9ng8eluXA2hzZb3OcoKO7b4ipdNOXYG7qbJ+Uog2BC2E9d2Q==",
5771
5772
  "license": "BSD-3-Clause",
5772
5773
  "dependencies": {
5773
- "@salesforce/kit": "^3.2.2",
5774
+ "@salesforce/kit": "^3.2.3",
5774
5775
  "ejs": "^3.1.10",
5775
5776
  "got": "^11.8.2",
5776
5777
  "hpagent": "^1.2.0",
@@ -18627,9 +18628,9 @@
18627
18628
  "license": "MIT"
18628
18629
  },
18629
18630
  "node_modules/oclif": {
18630
- "version": "4.14.34",
18631
- "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.34.tgz",
18632
- "integrity": "sha512-NA604h6cPhiDQTLjjwaJ2yGq3gv6OyHIMIdwt9xTiOqMjFOrKXpoqXiwmKN6bGoeWC1SuaSJqlfoXThlAKn+Ag==",
18631
+ "version": "4.14.35",
18632
+ "resolved": "https://registry.npmjs.org/oclif/-/oclif-4.14.35.tgz",
18633
+ "integrity": "sha512-PWiBL6+fQZNiFPkdrorDINFfpOTdI5Je9UZD/RwaeP2LvQdggqpBUXx5qlrtxPcHZXNuTQrn4pFfIbDIOPCjsg==",
18633
18634
  "dev": true,
18634
18635
  "license": "MIT",
18635
18636
  "dependencies": {
@@ -18637,7 +18638,7 @@
18637
18638
  "@aws-sdk/client-s3": "^3.651.1",
18638
18639
  "@inquirer/confirm": "^3.1.22",
18639
18640
  "@inquirer/input": "^2.2.4",
18640
- "@inquirer/select": "^2.3.10",
18641
+ "@inquirer/select": "^2.5.0",
18641
18642
  "@oclif/core": "^4",
18642
18643
  "@oclif/plugin-help": "^6.2.10",
18643
18644
  "@oclif/plugin-not-found": "^3.2.21",
package/oclif.lock CHANGED
@@ -1552,7 +1552,7 @@
1552
1552
  resolved "https://registry.npmjs.org/@inquirer/figures/-/figures-1.0.5.tgz"
1553
1553
  integrity sha512-79hP/VWdZ2UVc9bFGJnoQ/lQMpL74mGgzSYX1xUqCVk7/v73vJCMw1VuyWN1jGkZ9B3z7THAbySqGbCNefcjfA==
1554
1554
 
1555
- "@inquirer/input@^2.2.4", "@inquirer/input@^2.2.9", "@inquirer/input@^2.3.0":
1555
+ "@inquirer/input@^2.2.4", "@inquirer/input@^2.3.0":
1556
1556
  version "2.3.0"
1557
1557
  resolved "https://registry.npmjs.org/@inquirer/input/-/input-2.3.0.tgz"
1558
1558
  integrity sha512-XfnpCStx2xgh1LIRqPXrTNEEByqQWoxsWYzNRSEUxJ5c6EQlhMogJ3vHKu8aXuTacebtaZzMAHwEL0kAflKOBw==
@@ -1569,7 +1569,7 @@
1569
1569
  "@inquirer/type" "^1.5.3"
1570
1570
  ansi-escapes "^4.3.2"
1571
1571
 
1572
- "@inquirer/select@^2.3.10", "@inquirer/select@^2.3.5", "@inquirer/select@^2.4.7", "@inquirer/select@^2.5.0":
1572
+ "@inquirer/select@^2.3.5", "@inquirer/select@^2.4.7", "@inquirer/select@^2.5.0":
1573
1573
  version "2.5.0"
1574
1574
  resolved "https://registry.npmjs.org/@inquirer/select/-/select-2.5.0.tgz"
1575
1575
  integrity sha512-YmDobTItPP3WcEI86GvPo+T2sRHkxxOq/kXmsBjHS5BVXUgvgZ5AfJjkvQvZr03T81NnI3KrrRuMzeuYUQRFOA==
@@ -1874,10 +1874,10 @@
1874
1874
  proc-log "^4.0.0"
1875
1875
  which "^4.0.0"
1876
1876
 
1877
- "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.6", "@oclif/core@4.0.22":
1878
- version "4.0.22"
1879
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.22.tgz"
1880
- integrity sha512-aXM2O4g7f+kPNzhhOfqGOVRVYDxTVrH7Y720MuH0Twq5WHMxI4XwntnyBaRscoCPG6FWhItZLtiZxsvaUdupGg==
1877
+ "@oclif/core@^4", "@oclif/core@^4.0.16", "@oclif/core@^4.0.18", "@oclif/core@^4.0.19", "@oclif/core@^4.0.20", "@oclif/core@^4.0.6", "@oclif/core@4.0.23":
1878
+ version "4.0.23"
1879
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.0.23.tgz"
1880
+ integrity sha512-wDl/eis7XDIM1pQWUGKLB+EQKJO9UrjaQ5NcwIbz7GW0gWuJfo9QAK75csgNUN/9Pbok9Ryt+sJgogS4RCIp5g==
1881
1881
  dependencies:
1882
1882
  ansi-escapes "^4.3.2"
1883
1883
  ansis "^3.3.2"
@@ -1891,6 +1891,7 @@
1891
1891
  is-wsl "^2.2.0"
1892
1892
  lilconfig "^3.1.2"
1893
1893
  minimatch "^9.0.5"
1894
+ semver "^7.6.3"
1894
1895
  string-width "^4.2.3"
1895
1896
  supports-color "^8"
1896
1897
  widest-line "^3.1.0"
@@ -1932,10 +1933,10 @@
1932
1933
  object-treeify "^4.0.1"
1933
1934
  tty-table "^4.2.3"
1934
1935
 
1935
- "@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@6.2.11":
1936
- version "6.2.11"
1937
- resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.11.tgz"
1938
- integrity sha512-Vo854dALtNhA34g6m4T9uWIrYfm/JFM82LWa5gLrsJGwpUGgeBwBX4P64HLo5ro59LF3YO2xPWViLaoK6gkm3g==
1936
+ "@oclif/plugin-help@^6.2.10", "@oclif/plugin-help@6.2.12":
1937
+ version "6.2.12"
1938
+ resolved "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.2.12.tgz"
1939
+ integrity sha512-yLWIIQScGpr5YJzREXeRHRa0TYvTAZC+joHw/wCLw2diVOBkAlDGO67bYvfMN279YU00UJ46Yy22GEO2trtPug==
1939
1940
  dependencies:
1940
1941
  "@oclif/core" "^4"
1941
1942
 
@@ -1991,18 +1992,18 @@
1991
1992
  tar-fs "^2.1.1"
1992
1993
  tty-table "^4.2.3"
1993
1994
 
1994
- "@oclif/plugin-version@2.2.12":
1995
- version "2.2.12"
1996
- resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.12.tgz"
1997
- integrity sha512-wrOUJFyIVI3Pfe/a8UPXwQ/pjb2LajnESqrs6vRwTjvRFT2/uf4OXcrtTtSLgTr/1GOQOYJdSFmPMfOQ9BNONA==
1995
+ "@oclif/plugin-version@2.2.13":
1996
+ version "2.2.13"
1997
+ resolved "https://registry.npmjs.org/@oclif/plugin-version/-/plugin-version-2.2.13.tgz"
1998
+ integrity sha512-t/OqVs8ckLtsOEdNVHUQ+vr7AvMsKH0+RcG8uVoJ96vciWWLX8BBt1fLliHmIR2+G5wqiWcW+gudfkytkPONGw==
1998
1999
  dependencies:
1999
2000
  "@oclif/core" "^4"
2000
2001
  ansis "^3.3.1"
2001
2002
 
2002
- "@oclif/plugin-warn-if-update-available@^3.1.11", "@oclif/plugin-warn-if-update-available@3.1.16":
2003
- version "3.1.16"
2004
- resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.16.tgz"
2005
- integrity sha512-QGQF1kL+aUj/cTtXdV0GT1n7HNf3HX1ZnCwL86Y9rlZgQbBU9gl8/01/6P/uPj0E+WWExZMVF6+fmktTqwYVQw==
2003
+ "@oclif/plugin-warn-if-update-available@^3.1.11", "@oclif/plugin-warn-if-update-available@3.1.17":
2004
+ version "3.1.17"
2005
+ resolved "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.1.17.tgz"
2006
+ integrity sha512-i59VZlGQdiK1sHfb+fVH72H+o1FX+TlPNWI1xlo1CQcDPgjVzCUpnbynKW9GJz2MmIoOSbBzx1qhOcgqyoJJsA==
2006
2007
  dependencies:
2007
2008
  "@oclif/core" "^4"
2008
2009
  ansis "^3.3.1"
@@ -2325,10 +2326,10 @@
2325
2326
  got "^13.0.0"
2326
2327
  proxy-agent "^6.4.0"
2327
2328
 
2328
- "@salesforce/plugin-auth@3.6.60":
2329
- version "3.6.60"
2330
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.60.tgz"
2331
- integrity sha512-8M/DyOwgeNc9fgZ1rX/datPsjMR3RX8/wkSdEv9mW5mOMXi3yfrhpe3iP4aFyGG36UkZjqrAJVv9w4+zqzS5hA==
2329
+ "@salesforce/plugin-auth@3.6.62":
2330
+ version "3.6.62"
2331
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.6.62.tgz"
2332
+ integrity sha512-kGv9DQ3XMTKTOsQkVS888hvtAmHMRgtB388TxuFFyHPi8cqwKvS4J3EpCFZdg/aSgNEnK4ak7ggy7CMRVih7RQ==
2332
2333
  dependencies:
2333
2334
  "@inquirer/checkbox" "^2.5.0"
2334
2335
  "@inquirer/select" "^2.4.7"
@@ -2354,15 +2355,15 @@
2354
2355
  debug "^4.3.4"
2355
2356
  handlebars "^4.7.8"
2356
2357
 
2357
- "@salesforce/plugin-data@3.6.5":
2358
- version "3.6.5"
2359
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.5.tgz"
2360
- integrity sha512-vuP5jSOWg/CglkUal8S5/i74PZnM3WDhCW5fdjXAK1UepYPcpnOjSlyBgbJy43U0EQPUWLHxMtd3YAA7JF5FmA==
2358
+ "@salesforce/plugin-data@3.6.7":
2359
+ version "3.6.7"
2360
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.6.7.tgz"
2361
+ integrity sha512-paK4ERaWPkJAX02kTK8Yz+8nlIHqUWL7DupYwQupri2mQA9RCh3hnQmK0kvGkPB/3ts/vBtC0Cl+JMMQYqXFqg==
2361
2362
  dependencies:
2362
2363
  "@jsforce/jsforce-node" "^3.4.1"
2363
2364
  "@salesforce/core" "^8.5.2"
2364
2365
  "@salesforce/kit" "^3.2.2"
2365
- "@salesforce/sf-plugins-core" "^11.3.4"
2366
+ "@salesforce/sf-plugins-core" "^11.3.10"
2366
2367
  "@salesforce/ts-types" "^2.0.11"
2367
2368
  ansis "^3.2.0"
2368
2369
  change-case "^5.4.4"
@@ -2386,7 +2387,7 @@
2386
2387
  "@salesforce/ts-types" "^2.0.12"
2387
2388
  ansis "^3.3.2"
2388
2389
 
2389
- "@salesforce/plugin-info@^3.3.28", "@salesforce/plugin-info@^3.4.6", "@salesforce/plugin-info@^3.4.9", "@salesforce/plugin-info@3.4.9":
2390
+ "@salesforce/plugin-info@^3.4.6", "@salesforce/plugin-info@^3.4.9", "@salesforce/plugin-info@3.4.9":
2390
2391
  version "3.4.9"
2391
2392
  resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.9.tgz"
2392
2393
  integrity sha512-MX33Biu16VH7hYK2tTUgrNR52u93anE3tBbyi35Bwy7GQ8KwUa7ArpdRPUeq/au4sJnx3m7aZidN4HrWbj6ghg==
@@ -2412,10 +2413,10 @@
2412
2413
  "@salesforce/core" "^8.5.7"
2413
2414
  "@salesforce/sf-plugins-core" "^11.3.10"
2414
2415
 
2415
- "@salesforce/plugin-marketplace@1.2.25":
2416
- version "1.2.25"
2417
- resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.25.tgz"
2418
- integrity sha512-gifOzCquk7gaK/fUtPrKf+8YsJcAfEmR2HUg6/BAvgt6jnTP/BkCtzFEAzJRZ02q54DM0A7u+EVBcZW3y/XbnA==
2416
+ "@salesforce/plugin-marketplace@1.2.26":
2417
+ version "1.2.26"
2418
+ resolved "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-1.2.26.tgz"
2419
+ integrity sha512-BCsRg/7vpUmcQp5Vi4Ey2ru9ubqGJ+s4PyZ7yTE1sM/ix+ExfB0jVpQqER2VoABgyN/+JtC2GaXz/+ujJLmP1Q==
2419
2420
  dependencies:
2420
2421
  "@salesforce/core" "^8.5.2"
2421
2422
  "@salesforce/kit" "^3.2.1"
@@ -2423,16 +2424,16 @@
2423
2424
  got "^13.0.0"
2424
2425
  proxy-agent "^6.4.0"
2425
2426
 
2426
- "@salesforce/plugin-org@4.5.9":
2427
- version "4.5.9"
2428
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.9.tgz"
2429
- integrity sha512-FX1ElY53TzAsKka5LRy9OVf8XjO8nhlPzyLJ5sQxD/iEdNvywJ1mm1zXa1xWMmhl7w0r3N/+qmmnxZVXHJlyfQ==
2427
+ "@salesforce/plugin-org@4.5.10":
2428
+ version "4.5.10"
2429
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-4.5.10.tgz"
2430
+ integrity sha512-ZFkMsfYANiHbUP5GWO+FvR0r+cczA8ijxQUR1F89YwjXJg2G3j7J4GQD9ZHv4hNnrP6MpJijdsbqc4l5upOvyw==
2430
2431
  dependencies:
2431
2432
  "@oclif/core" "^4.0.16"
2432
2433
  "@salesforce/core" "^8.5.5"
2433
2434
  "@salesforce/kit" "^3.2.3"
2434
2435
  "@salesforce/sf-plugins-core" "^11.3.7"
2435
- "@salesforce/source-deploy-retrieve" "^12.6.2"
2436
+ "@salesforce/source-deploy-retrieve" "^12.7.1"
2436
2437
  ansis "^3.2.0"
2437
2438
  change-case "^5.4.4"
2438
2439
  is-wsl "^3.1.0"
@@ -2487,23 +2488,23 @@
2487
2488
  "@salesforce/core" "^8.5.7"
2488
2489
  "@salesforce/sf-plugins-core" "^11.3.10"
2489
2490
 
2490
- "@salesforce/plugin-settings@2.3.20":
2491
- version "2.3.20"
2492
- resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.20.tgz"
2493
- integrity sha512-Qe2XmbEV48YqHKAWYOd5GuSKMYpFUphoyyS3IxfLimSkF3MnI9JkSMHxG5A4CbVNxV1oWQcThZzZZsq+UDlyJg==
2491
+ "@salesforce/plugin-settings@2.3.21":
2492
+ version "2.3.21"
2493
+ resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.3.21.tgz"
2494
+ integrity sha512-1WX11Ysaw585wbVTxL+cpIfgWW3y+6Hbg5a6aQP8BGu8r7Yk7meU1OifkmI6jh7CAxCr1BMQuuAdP/de5SFRLQ==
2494
2495
  dependencies:
2495
2496
  "@oclif/core" "^4"
2496
2497
  "@salesforce/core" "^8.5.7"
2497
2498
  "@salesforce/sf-plugins-core" "^11.3.7"
2498
2499
  fast-levenshtein "^3.0.0"
2499
2500
 
2500
- "@salesforce/plugin-sobject@1.4.37":
2501
- version "1.4.37"
2502
- resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.37.tgz"
2503
- integrity sha512-I2UkCuT+1Oda4xoEBLoWybRYujRKCIAeAEzWfEWRyziAofPw1I0XWO12Nx/o1t2+52RU4ZR1BlANJfQiMA49UQ==
2501
+ "@salesforce/plugin-sobject@1.4.38":
2502
+ version "1.4.38"
2503
+ resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.38.tgz"
2504
+ integrity sha512-BKiibxGUK80HgwpU3S/KRV6I4Qt99a8yrt8RZU2Dpnf/GnyBl4uW8S2Ob7mJfVJCGlIMTnW1uWWCLGUs8EV5IA==
2504
2505
  dependencies:
2505
2506
  "@inquirer/confirm" "^3.2.0"
2506
- "@inquirer/input" "^2.2.9"
2507
+ "@inquirer/input" "^2.3.0"
2507
2508
  "@inquirer/select" "^2.5.0"
2508
2509
  "@oclif/core" "^4"
2509
2510
  "@salesforce/core" "^8.5.2"
@@ -2544,24 +2545,24 @@
2544
2545
  "@salesforce/ts-types" "^2.0.11"
2545
2546
  debug "^4.3.7"
2546
2547
 
2547
- "@salesforce/plugin-templates@56.3.20":
2548
- version "56.3.20"
2549
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.20.tgz"
2550
- integrity sha512-1fdIw/gjWP+gpWfWejUzctVe7e9yFdNZoOYMCOXaOgwivomTTa+cCz3F1uxDmdKrzg5aygxBFT58tvEKf9Jjpw==
2548
+ "@salesforce/plugin-templates@56.3.21":
2549
+ version "56.3.21"
2550
+ resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.3.21.tgz"
2551
+ integrity sha512-IoyVb4J0EVB5fuGU+HKeA2lF5F+lgBR2ZMD7IBSCls9xC7OdohUfT7knS1cD4cjGE0iLN3uJ629QSDWdQkgFUg==
2551
2552
  dependencies:
2552
2553
  "@salesforce/core" "^8.5.7"
2553
2554
  "@salesforce/sf-plugins-core" "^11.3.10"
2554
- "@salesforce/templates" "^61.4.10"
2555
+ "@salesforce/templates" "^61.4.11"
2555
2556
 
2556
- "@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.29":
2557
- version "3.7.29"
2558
- resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.29.tgz"
2559
- integrity sha512-a07ULxgzYvqqGVV+GI8d7twyfoG/kcbPtkD6ngJNI17BlORGZMcCT1MTqtYeDMyk6gSJyxxXGNRYoWhzcs4R2w==
2557
+ "@salesforce/plugin-trust@^3.7.10", "@salesforce/plugin-trust@3.7.31":
2558
+ version "3.7.31"
2559
+ resolved "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.7.31.tgz"
2560
+ integrity sha512-MnO0ZahKx/UUrfl2yv6XGaJKSJRptdRa0bVbA5WA560C5eO1L0Ot9SdirB2C8oSv3HBWTfGO629hXJ3pXvh8ZA==
2560
2561
  dependencies:
2561
2562
  "@oclif/core" "^4"
2562
2563
  "@salesforce/core" "^8.5.7"
2563
2564
  "@salesforce/kit" "^3.2.0"
2564
- "@salesforce/plugin-info" "^3.3.28"
2565
+ "@salesforce/plugin-info" "^3.4.9"
2565
2566
  "@salesforce/sf-plugins-core" "^11.3.10"
2566
2567
  got "^13.0.0"
2567
2568
  npm "^10.8.3"
@@ -2608,7 +2609,7 @@
2608
2609
  string-width "^7.2.0"
2609
2610
  terminal-link "^3.0.0"
2610
2611
 
2611
- "@salesforce/source-deploy-retrieve@^12.6.0", "@salesforce/source-deploy-retrieve@^12.6.2", "@salesforce/source-deploy-retrieve@^12.6.3", "@salesforce/source-deploy-retrieve@^12.7.1":
2612
+ "@salesforce/source-deploy-retrieve@^12.6.0", "@salesforce/source-deploy-retrieve@^12.6.3", "@salesforce/source-deploy-retrieve@^12.7.1":
2612
2613
  version "12.7.1"
2613
2614
  resolved "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-12.7.1.tgz"
2614
2615
  integrity sha512-duFgp76CHA8coLEkl9QYmJJmJrHHiU4EtRkBv3hP0H0lTDaMdwCjfxAexGLxT2PCRsE5fbZgwJg+wYFLJHZkIw==
@@ -2653,12 +2654,12 @@
2653
2654
  got "^11"
2654
2655
  proxy-agent "^6.4.0"
2655
2656
 
2656
- "@salesforce/templates@^61.4.10":
2657
- version "61.4.10"
2658
- resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-61.4.10.tgz"
2659
- integrity sha512-89MbXZ+Y+LsThO72F2OYqq8GPXEhPKE+ptLyBxObKE+3FgDEhFDsU2Va5sEVLye/2Z7o95jTFEgfkALs/ILXKg==
2657
+ "@salesforce/templates@^61.4.11":
2658
+ version "61.4.11"
2659
+ resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-61.4.11.tgz"
2660
+ integrity sha512-swLPVqk+DtqMNs2tQ/1MtRrh/RaY5a1tzFIGjt9ng8eluXA2hzZb3OcoKO7b4ipdNOXYG7qbJ+Uog2BC2E9d2Q==
2660
2661
  dependencies:
2661
- "@salesforce/kit" "^3.2.2"
2662
+ "@salesforce/kit" "^3.2.3"
2662
2663
  ejs "^3.1.10"
2663
2664
  got "^11.8.2"
2664
2665
  hpagent "^1.2.0"
@@ -8788,16 +8789,16 @@ obliterator@^2.0.1, obliterator@^2.0.2:
8788
8789
  resolved "https://registry.npmjs.org/obliterator/-/obliterator-2.0.4.tgz"
8789
8790
  integrity sha512-lgHwxlxV1qIg1Eap7LgIeoBWIMFibOjbrYPIPJZcI1mmGAI2m3lNYpK12Y+GBdPQ0U1hRwSord7GIaawz962qQ==
8790
8791
 
8791
- oclif@^4.14.34:
8792
- version "4.14.34"
8793
- resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.34.tgz"
8794
- integrity sha512-NA604h6cPhiDQTLjjwaJ2yGq3gv6OyHIMIdwt9xTiOqMjFOrKXpoqXiwmKN6bGoeWC1SuaSJqlfoXThlAKn+Ag==
8792
+ oclif@^4.14.35:
8793
+ version "4.14.35"
8794
+ resolved "https://registry.npmjs.org/oclif/-/oclif-4.14.35.tgz"
8795
+ integrity sha512-PWiBL6+fQZNiFPkdrorDINFfpOTdI5Je9UZD/RwaeP2LvQdggqpBUXx5qlrtxPcHZXNuTQrn4pFfIbDIOPCjsg==
8795
8796
  dependencies:
8796
8797
  "@aws-sdk/client-cloudfront" "^3.645.0"
8797
8798
  "@aws-sdk/client-s3" "^3.651.1"
8798
8799
  "@inquirer/confirm" "^3.1.22"
8799
8800
  "@inquirer/input" "^2.2.4"
8800
- "@inquirer/select" "^2.3.10"
8801
+ "@inquirer/select" "^2.5.0"
8801
8802
  "@oclif/core" "^4"
8802
8803
  "@oclif/plugin-help" "^6.2.10"
8803
8804
  "@oclif/plugin-not-found" "^3.2.21"
@@ -5351,5 +5351,5 @@
5351
5351
  ]
5352
5352
  }
5353
5353
  },
5354
- "version": "2.60.10"
5354
+ "version": "2.60.12"
5355
5355
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.60.10",
4
+ "version": "2.60.12",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -76,7 +76,7 @@
76
76
  "@salesforce/plugin-user"
77
77
  ],
78
78
  "jitPlugins": {
79
- "@salesforce/plugin-custom-metadata": "3.3.32",
79
+ "@salesforce/plugin-custom-metadata": "3.3.33",
80
80
  "@salesforce/plugin-community": "3.2.32",
81
81
  "@salesforce/plugin-dev": "2.4.2",
82
82
  "@salesforce/plugin-devops-center": "1.2.23",
@@ -140,36 +140,36 @@
140
140
  },
141
141
  "dependencies": {
142
142
  "@inquirer/select": "^2.3.5",
143
- "@oclif/core": "4.0.22",
143
+ "@oclif/core": "4.0.23",
144
144
  "@oclif/plugin-autocomplete": "3.2.4",
145
145
  "@oclif/plugin-commands": "4.0.15",
146
- "@oclif/plugin-help": "6.2.11",
146
+ "@oclif/plugin-help": "6.2.12",
147
147
  "@oclif/plugin-not-found": "3.2.21",
148
148
  "@oclif/plugin-plugins": "5.4.9",
149
149
  "@oclif/plugin-search": "1.2.9",
150
150
  "@oclif/plugin-update": "4.5.9",
151
- "@oclif/plugin-version": "2.2.12",
152
- "@oclif/plugin-warn-if-update-available": "3.1.16",
151
+ "@oclif/plugin-version": "2.2.13",
152
+ "@oclif/plugin-warn-if-update-available": "3.1.17",
153
153
  "@oclif/plugin-which": "3.2.14",
154
154
  "@salesforce/core": "^8.2.3",
155
155
  "@salesforce/kit": "^3.1.6",
156
156
  "@salesforce/plugin-apex": "3.4.10",
157
157
  "@salesforce/plugin-api": "1.2.2",
158
- "@salesforce/plugin-auth": "3.6.60",
159
- "@salesforce/plugin-data": "3.6.5",
158
+ "@salesforce/plugin-auth": "3.6.62",
159
+ "@salesforce/plugin-data": "3.6.7",
160
160
  "@salesforce/plugin-deploy-retrieve": "3.12.11",
161
161
  "@salesforce/plugin-info": "3.4.9",
162
162
  "@salesforce/plugin-limits": "3.3.32",
163
- "@salesforce/plugin-marketplace": "1.2.25",
164
- "@salesforce/plugin-org": "4.5.9",
163
+ "@salesforce/plugin-marketplace": "1.2.26",
164
+ "@salesforce/plugin-org": "4.5.10",
165
165
  "@salesforce/plugin-packaging": "2.8.7",
166
166
  "@salesforce/plugin-schema": "3.3.32",
167
- "@salesforce/plugin-settings": "2.3.20",
168
- "@salesforce/plugin-sobject": "1.4.37",
167
+ "@salesforce/plugin-settings": "2.3.21",
168
+ "@salesforce/plugin-sobject": "1.4.38",
169
169
  "@salesforce/plugin-source": "3.5.21",
170
170
  "@salesforce/plugin-telemetry": "3.6.15",
171
- "@salesforce/plugin-templates": "56.3.20",
172
- "@salesforce/plugin-trust": "3.7.29",
171
+ "@salesforce/plugin-templates": "56.3.21",
172
+ "@salesforce/plugin-trust": "3.7.31",
173
173
  "@salesforce/plugin-user": "3.5.31",
174
174
  "@salesforce/sf-plugins-core": "11.3.10",
175
175
  "ansis": "^3.3.0"
@@ -256,7 +256,7 @@
256
256
  "@salesforce/ts-sinon": "^1.4.27",
257
257
  "@salesforce/ts-types": "^2.0.10",
258
258
  "aws-sdk": "^2.1691.0",
259
- "oclif": "^4.14.34",
259
+ "oclif": "^4.14.35",
260
260
  "ts-node": "^10.9.2",
261
261
  "typescript": "^5.6.2"
262
262
  },