@salesforce/cli 2.32.3 → 2.32.4

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.32.3 linux-x64 node-v20.11.1
27
+ @salesforce/cli/2.32.4 linux-x64 node-v20.11.1
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -201,7 +201,7 @@ EXAMPLES
201
201
  $ sf alias list
202
202
  ```
203
203
 
204
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.29/src/commands/alias/list.ts)_
204
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/src/commands/alias/list.ts)_
205
205
 
206
206
  ## `sf alias set`
207
207
 
@@ -249,7 +249,7 @@ EXAMPLES
249
249
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
250
250
  ```
251
251
 
252
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.29/src/commands/alias/set.ts)_
252
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/src/commands/alias/set.ts)_
253
253
 
254
254
  ## `sf alias unset`
255
255
 
@@ -288,7 +288,7 @@ EXAMPLES
288
288
  $ sf alias unset --all [--no-prompt]
289
289
  ```
290
290
 
291
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.29/src/commands/alias/unset.ts)_
291
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/src/commands/alias/unset.ts)_
292
292
 
293
293
  ## `sf analytics generate template`
294
294
 
@@ -329,7 +329,7 @@ FLAG DESCRIPTIONS
329
329
  directory.
330
330
  ```
331
331
 
332
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/analytics/generate/template.ts)_
332
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/analytics/generate/template.ts)_
333
333
 
334
334
  ## `sf apex generate class`
335
335
 
@@ -385,7 +385,7 @@ FLAG DESCRIPTIONS
385
385
  Supplied parameter values or default values are filled into a copy of the template.
386
386
  ```
387
387
 
388
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/apex/generate/class.ts)_
388
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/apex/generate/class.ts)_
389
389
 
390
390
  ## `sf apex generate trigger`
391
391
 
@@ -452,7 +452,7 @@ FLAG DESCRIPTIONS
452
452
  Supplied parameter values or default values are filled into a copy of the template.
453
453
  ```
454
454
 
455
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/apex/generate/trigger.ts)_
455
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/apex/generate/trigger.ts)_
456
456
 
457
457
  ## `sf apex get log`
458
458
 
@@ -903,7 +903,7 @@ CONFIGURATION VARIABLES
903
903
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
904
904
  ```
905
905
 
906
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.29/src/commands/config/get.ts)_
906
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/src/commands/config/get.ts)_
907
907
 
908
908
  ## `sf config list`
909
909
 
@@ -942,7 +942,7 @@ EXAMPLES
942
942
  $ sf config list
943
943
  ```
944
944
 
945
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.29/src/commands/config/list.ts)_
945
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/src/commands/config/list.ts)_
946
946
 
947
947
  ## `sf config set`
948
948
 
@@ -1010,7 +1010,7 @@ CONFIGURATION VARIABLES
1010
1010
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1011
1011
  ```
1012
1012
 
1013
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.29/src/commands/config/set.ts)_
1013
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/src/commands/config/set.ts)_
1014
1014
 
1015
1015
  ## `sf config unset`
1016
1016
 
@@ -1059,7 +1059,7 @@ CONFIGURATION VARIABLES
1059
1059
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
1060
1060
  ```
1061
1061
 
1062
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.29/src/commands/config/unset.ts)_
1062
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.0.31/src/commands/config/unset.ts)_
1063
1063
 
1064
1064
  ## `sf data create record`
1065
1065
 
@@ -1114,7 +1114,7 @@ EXAMPLES
1114
1114
  TracedEntityId=01p17000000R6bLAAS"
1115
1115
  ```
1116
1116
 
1117
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/create/record.ts)_
1117
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/create/record.ts)_
1118
1118
 
1119
1119
  ## `sf data delete bulk`
1120
1120
 
@@ -1159,7 +1159,7 @@ EXAMPLES
1159
1159
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1160
1160
  ```
1161
1161
 
1162
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/delete/bulk.ts)_
1162
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/delete/bulk.ts)_
1163
1163
 
1164
1164
  ## `sf data delete record`
1165
1165
 
@@ -1218,7 +1218,7 @@ EXAMPLES
1218
1218
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1219
1219
  ```
1220
1220
 
1221
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/delete/record.ts)_
1221
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/delete/record.ts)_
1222
1222
 
1223
1223
  ## `sf data delete resume`
1224
1224
 
@@ -1255,7 +1255,7 @@ EXAMPLES
1255
1255
  $ sf data delete resume --use-most-recent --target-org my-scratch
1256
1256
  ```
1257
1257
 
1258
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/delete/resume.ts)_
1258
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/delete/resume.ts)_
1259
1259
 
1260
1260
  ## `sf data export beta tree`
1261
1261
 
@@ -1311,7 +1311,7 @@ EXAMPLES
1311
1311
  my-scratch
1312
1312
  ```
1313
1313
 
1314
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/export/beta/tree.ts)_
1314
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/export/beta/tree.ts)_
1315
1315
 
1316
1316
  ## `sf data export tree`
1317
1317
 
@@ -1369,7 +1369,7 @@ EXAMPLES
1369
1369
  my-scratch
1370
1370
  ```
1371
1371
 
1372
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/export/tree.ts)_
1372
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/export/tree.ts)_
1373
1373
 
1374
1374
  ## `sf data get record`
1375
1375
 
@@ -1431,7 +1431,7 @@ EXAMPLES
1431
1431
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1432
1432
  ```
1433
1433
 
1434
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/get/record.ts)_
1434
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/get/record.ts)_
1435
1435
 
1436
1436
  ## `sf data import beta tree`
1437
1437
 
@@ -1473,7 +1473,7 @@ EXAMPLES
1473
1473
  $ sf data import beta tree --plan Account-Contact-plan.json
1474
1474
  ```
1475
1475
 
1476
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/import/beta/tree.ts)_
1476
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/import/beta/tree.ts)_
1477
1477
 
1478
1478
  ## `sf data import tree`
1479
1479
 
@@ -1522,7 +1522,7 @@ EXAMPLES
1522
1522
  $ sf data import tree --plan Account-Contact-plan.json
1523
1523
  ```
1524
1524
 
1525
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/import/tree.ts)_
1525
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/import/tree.ts)_
1526
1526
 
1527
1527
  ## `sf data query`
1528
1528
 
@@ -1585,7 +1585,7 @@ EXAMPLES
1585
1585
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1586
1586
  ```
1587
1587
 
1588
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/query.ts)_
1588
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/query.ts)_
1589
1589
 
1590
1590
  ## `sf data query resume`
1591
1591
 
@@ -1621,7 +1621,7 @@ EXAMPLES
1621
1621
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1622
1622
  ```
1623
1623
 
1624
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/query/resume.ts)_
1624
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/query/resume.ts)_
1625
1625
 
1626
1626
  ## `sf data resume`
1627
1627
 
@@ -1657,7 +1657,7 @@ EXAMPLES
1657
1657
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1658
1658
  ```
1659
1659
 
1660
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/resume.ts)_
1660
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/resume.ts)_
1661
1661
 
1662
1662
  ## `sf data update record`
1663
1663
 
@@ -1718,7 +1718,7 @@ EXAMPLES
1718
1718
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1719
1719
  ```
1720
1720
 
1721
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/update/record.ts)_
1721
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/update/record.ts)_
1722
1722
 
1723
1723
  ## `sf data upsert bulk`
1724
1724
 
@@ -1770,7 +1770,7 @@ EXAMPLES
1770
1770
  my-scratch
1771
1771
  ```
1772
1772
 
1773
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/upsert/bulk.ts)_
1773
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/upsert/bulk.ts)_
1774
1774
 
1775
1775
  ## `sf data upsert resume`
1776
1776
 
@@ -1807,7 +1807,7 @@ EXAMPLES
1807
1807
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1808
1808
  ```
1809
1809
 
1810
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/data/upsert/resume.ts)_
1810
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/data/upsert/resume.ts)_
1811
1811
 
1812
1812
  ## `sf doctor`
1813
1813
 
@@ -1899,7 +1899,7 @@ EXAMPLES
1899
1899
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1900
1900
  ```
1901
1901
 
1902
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/force/data/bulk/delete.ts)_
1902
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/force/data/bulk/delete.ts)_
1903
1903
 
1904
1904
  ## `sf force data bulk status`
1905
1905
 
@@ -1935,7 +1935,7 @@ EXAMPLES
1935
1935
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1936
1936
  ```
1937
1937
 
1938
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/force/data/bulk/status.ts)_
1938
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/force/data/bulk/status.ts)_
1939
1939
 
1940
1940
  ## `sf force data bulk upsert`
1941
1941
 
@@ -1992,7 +1992,7 @@ EXAMPLES
1992
1992
  --target-org my-scratch
1993
1993
  ```
1994
1994
 
1995
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.6/src/commands/force/data/bulk/upsert.ts)_
1995
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/3.1.7/src/commands/force/data/bulk/upsert.ts)_
1996
1996
 
1997
1997
  ## `sf help [COMMANDS]`
1998
1998
 
@@ -2012,7 +2012,7 @@ DESCRIPTION
2012
2012
  Display help for sf.
2013
2013
  ```
2014
2014
 
2015
- _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.14/src/commands/help.ts)_
2015
+ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/6.0.15/src/commands/help.ts)_
2016
2016
 
2017
2017
  ## `sf info releasenotes display`
2018
2018
 
@@ -2104,7 +2104,7 @@ FLAG DESCRIPTIONS
2104
2104
  Supplied parameter values or default values are filled into a copy of the template.
2105
2105
  ```
2106
2106
 
2107
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/lightning/generate/app.ts)_
2107
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/lightning/generate/app.ts)_
2108
2108
 
2109
2109
  ## `sf lightning generate component`
2110
2110
 
@@ -2172,7 +2172,7 @@ FLAG DESCRIPTIONS
2172
2172
  Supplied parameter values or default values are filled into a copy of the template.
2173
2173
  ```
2174
2174
 
2175
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/lightning/generate/component.ts)_
2175
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/lightning/generate/component.ts)_
2176
2176
 
2177
2177
  ## `sf lightning generate event`
2178
2178
 
@@ -2225,7 +2225,7 @@ FLAG DESCRIPTIONS
2225
2225
  Supplied parameter values or default values are filled into a copy of the template.
2226
2226
  ```
2227
2227
 
2228
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/lightning/generate/event.ts)_
2228
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/lightning/generate/event.ts)_
2229
2229
 
2230
2230
  ## `sf lightning generate interface`
2231
2231
 
@@ -2278,7 +2278,7 @@ FLAG DESCRIPTIONS
2278
2278
  Supplied parameter values or default values are filled into a copy of the template.
2279
2279
  ```
2280
2280
 
2281
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/lightning/generate/interface.ts)_
2281
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/lightning/generate/interface.ts)_
2282
2282
 
2283
2283
  ## `sf lightning generate test`
2284
2284
 
@@ -2331,7 +2331,7 @@ FLAG DESCRIPTIONS
2331
2331
  Supplied parameter values or default values are filled into a copy of the template.
2332
2332
  ```
2333
2333
 
2334
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/lightning/generate/test.ts)_
2334
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/lightning/generate/test.ts)_
2335
2335
 
2336
2336
  ## `sf org assign permset`
2337
2337
 
@@ -2374,7 +2374,7 @@ EXAMPLES
2374
2374
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
2375
2375
  ```
2376
2376
 
2377
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/assign/permset.ts)_
2377
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.1/src/commands/org/assign/permset.ts)_
2378
2378
 
2379
2379
  ## `sf org assign permsetlicense`
2380
2380
 
@@ -2418,7 +2418,7 @@ EXAMPLES
2418
2418
  user3
2419
2419
  ```
2420
2420
 
2421
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/assign/permsetlicense.ts)_
2421
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.1/src/commands/org/assign/permsetlicense.ts)_
2422
2422
 
2423
2423
  ## `sf org create sandbox`
2424
2424
 
@@ -2792,7 +2792,7 @@ FLAG DESCRIPTIONS
2792
2792
  might be different than what you specify in the definition file.
2793
2793
  ```
2794
2794
 
2795
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/create/user.ts)_
2795
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.1/src/commands/org/create/user.ts)_
2796
2796
 
2797
2797
  ## `sf org delete sandbox`
2798
2798
 
@@ -2998,7 +2998,7 @@ EXAMPLES
2998
2998
  $ sf org display user --target-org me@my.org --json
2999
2999
  ```
3000
3000
 
3001
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/display/user.ts)_
3001
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.1/src/commands/org/display/user.ts)_
3002
3002
 
3003
3003
  ## `sf org enable tracking`
3004
3004
 
@@ -3104,7 +3104,7 @@ EXAMPLES
3104
3104
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
3105
3105
  ```
3106
3106
 
3107
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/generate/password.ts)_
3107
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.1/src/commands/org/generate/password.ts)_
3108
3108
 
3109
3109
  ## `sf org list`
3110
3110
 
@@ -3173,7 +3173,7 @@ EXAMPLES
3173
3173
  $ sf org list auth
3174
3174
  ```
3175
3175
 
3176
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/list/auth.ts)_
3176
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.20/src/commands/org/list/auth.ts)_
3177
3177
 
3178
3178
  ## `sf org list limits`
3179
3179
 
@@ -3212,7 +3212,7 @@ EXAMPLES
3212
3212
  $ sf org list limits --target-org my-scratch-org
3213
3213
  ```
3214
3214
 
3215
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.12/src/commands/org/list/limits.ts)_
3215
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.13/src/commands/org/list/limits.ts)_
3216
3216
 
3217
3217
  ## `sf org list metadata`
3218
3218
 
@@ -3376,7 +3376,7 @@ EXAMPLES
3376
3376
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
3377
3377
  ```
3378
3378
 
3379
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.12/src/commands/org/list/sobject/record-counts.ts)_
3379
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.1.13/src/commands/org/list/sobject/record-counts.ts)_
3380
3380
 
3381
3381
  ## `sf org list users`
3382
3382
 
@@ -3413,7 +3413,7 @@ EXAMPLES
3413
3413
  $ sf org list users --target-org me@my.org
3414
3414
  ```
3415
3415
 
3416
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.0/src/commands/org/list/users.ts)_
3416
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.3.1/src/commands/org/list/users.ts)_
3417
3417
 
3418
3418
  ## `sf org login access-token`
3419
3419
 
@@ -3466,7 +3466,7 @@ FLAG DESCRIPTIONS
3466
3466
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3467
3467
  ```
3468
3468
 
3469
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/access-token.ts)_
3469
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.20/src/commands/org/login/access-token.ts)_
3470
3470
 
3471
3471
  ## `sf org login device`
3472
3472
 
@@ -3525,7 +3525,7 @@ FLAG DESCRIPTIONS
3525
3525
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3526
3526
  ```
3527
3527
 
3528
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/device.ts)_
3528
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.20/src/commands/org/login/device.ts)_
3529
3529
 
3530
3530
  ## `sf org login jwt`
3531
3531
 
@@ -3614,7 +3614,7 @@ FLAG DESCRIPTIONS
3614
3614
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3615
3615
  ```
3616
3616
 
3617
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/jwt.ts)_
3617
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.20/src/commands/org/login/jwt.ts)_
3618
3618
 
3619
3619
  ## `sf org login sfdx-url`
3620
3620
 
@@ -3679,7 +3679,7 @@ EXAMPLES
3679
3679
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
3680
3680
  ```
3681
3681
 
3682
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/sfdx-url.ts)_
3682
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.20/src/commands/org/login/sfdx-url.ts)_
3683
3683
 
3684
3684
  ## `sf org login web`
3685
3685
 
@@ -3764,7 +3764,7 @@ FLAG DESCRIPTIONS
3764
3764
  To specify a sandbox, set --instance-url to https://MyDomainName--SandboxName.sandbox.my.salesforce.com.
3765
3765
  ```
3766
3766
 
3767
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/login/web.ts)_
3767
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.20/src/commands/org/login/web.ts)_
3768
3768
 
3769
3769
  ## `sf org logout`
3770
3770
 
@@ -3824,7 +3824,7 @@ FLAG DESCRIPTIONS
3824
3824
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
3825
3825
  ```
3826
3826
 
3827
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.18/src/commands/org/logout.ts)_
3827
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/3.3.20/src/commands/org/logout.ts)_
3828
3828
 
3829
3829
  ## `sf org open`
3830
3830
 
@@ -5432,7 +5432,7 @@ EXAMPLES
5432
5432
  $ sf plugins trust verify --npm @scope/npmName
5433
5433
  ```
5434
5434
 
5435
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.14/src/commands/plugins/trust/verify.ts)_
5435
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/3.3.16/src/commands/plugins/trust/verify.ts)_
5436
5436
 
5437
5437
  ## `sf plugins:uninstall PLUGIN...`
5438
5438
 
@@ -6737,7 +6737,7 @@ FLAG DESCRIPTIONS
6737
6737
  Override the api version used for api requests made by this command
6738
6738
  ```
6739
6739
 
6740
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/project/generate.ts)_
6740
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/project/generate.ts)_
6741
6741
 
6742
6742
  ## `sf project generate manifest`
6743
6743
 
@@ -7162,7 +7162,7 @@ FLAG DESCRIPTIONS
7162
7162
  If you don't specify this flag, the command prompts you to choose from your local objects.
7163
7163
  ```
7164
7164
 
7165
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.15/src/commands/schema/generate/field.ts)_
7165
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.17/src/commands/schema/generate/field.ts)_
7166
7166
 
7167
7167
  ## `sf schema generate platformevent`
7168
7168
 
@@ -7191,7 +7191,7 @@ EXAMPLES
7191
7191
  $ sf schema generate platformevent --label "My Platform Event"
7192
7192
  ```
7193
7193
 
7194
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.15/src/commands/schema/generate/platformevent.ts)_
7194
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.17/src/commands/schema/generate/platformevent.ts)_
7195
7195
 
7196
7196
  ## `sf schema generate sobject`
7197
7197
 
@@ -7245,7 +7245,7 @@ FLAG DESCRIPTIONS
7245
7245
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
7246
7246
  ```
7247
7247
 
7248
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.15/src/commands/schema/generate/sobject.ts)_
7248
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.17/src/commands/schema/generate/sobject.ts)_
7249
7249
 
7250
7250
  ## `sf schema generate tab`
7251
7251
 
@@ -7292,7 +7292,7 @@ FLAG DESCRIPTIONS
7292
7292
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
7293
7293
  ```
7294
7294
 
7295
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.15/src/commands/schema/generate/tab.ts)_
7295
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.1.17/src/commands/schema/generate/tab.ts)_
7296
7296
 
7297
7297
  ## `sf search`
7298
7298
 
@@ -7308,7 +7308,7 @@ DESCRIPTION
7308
7308
  Once you select a command, hit enter and it will show the help for that command.
7309
7309
  ```
7310
7310
 
7311
- _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.17/src/commands/search.ts)_
7311
+ _See code: [@oclif/plugin-search](https://github.com/oclif/plugin-search/blob/1.0.18/src/commands/search.ts)_
7312
7312
 
7313
7313
  ## `sf sobject describe`
7314
7314
 
@@ -7354,7 +7354,7 @@ EXAMPLES
7354
7354
  $ sf sobject describe --sobject ApexCodeCoverage --use-tooling-api
7355
7355
  ```
7356
7356
 
7357
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.1.6/src/commands/sobject/describe.ts)_
7357
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.1.7/src/commands/sobject/describe.ts)_
7358
7358
 
7359
7359
  ## `sf sobject list`
7360
7360
 
@@ -7392,7 +7392,7 @@ EXAMPLES
7392
7392
  $ sf sobject list --sobject custom --target-org my-scratch-org
7393
7393
  ```
7394
7394
 
7395
- _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.1.6/src/commands/sobject/list.ts)_
7395
+ _See code: [@salesforce/plugin-schema](https://github.com/salesforcecli/plugin-schema/blob/3.1.7/src/commands/sobject/list.ts)_
7396
7396
 
7397
7397
  ## `sf static-resource generate`
7398
7398
 
@@ -7452,7 +7452,7 @@ FLAG DESCRIPTIONS
7452
7452
  etc.
7453
7453
  ```
7454
7454
 
7455
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/static-resource/generate.ts)_
7455
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/static-resource/generate.ts)_
7456
7456
 
7457
7457
  ## `sf update [CHANNEL]`
7458
7458
 
@@ -7489,7 +7489,7 @@ EXAMPLES
7489
7489
  $ sf update --available
7490
7490
  ```
7491
7491
 
7492
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.14/src/commands/update.ts)_
7492
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.1.15/src/commands/update.ts)_
7493
7493
 
7494
7494
  ## `sf version`
7495
7495
 
@@ -7564,7 +7564,7 @@ FLAG DESCRIPTIONS
7564
7564
  Supplied parameter values or default values are filled into a copy of the template.
7565
7565
  ```
7566
7566
 
7567
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/visualforce/generate/component.ts)_
7567
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/visualforce/generate/component.ts)_
7568
7568
 
7569
7569
  ## `sf visualforce generate page`
7570
7570
 
@@ -7612,7 +7612,7 @@ FLAG DESCRIPTIONS
7612
7612
  The name can be up to 40 characters and must start with a letter.
7613
7613
  ```
7614
7614
 
7615
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.19/src/commands/visualforce/generate/page.ts)_
7615
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.0.20/src/commands/visualforce/generate/page.ts)_
7616
7616
 
7617
7617
  ## `sf which`
7618
7618
 
@@ -7634,6 +7634,6 @@ EXAMPLES
7634
7634
  $ sf which help
7635
7635
  ```
7636
7636
 
7637
- _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.1/src/commands/which.ts)_
7637
+ _See code: [@oclif/plugin-which](https://github.com/oclif/plugin-which/blob/3.1.2/src/commands/which.ts)_
7638
7638
 
7639
7639
  <!-- commandsstop -->
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.32.3",
3
+ "version": "2.32.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.32.3",
9
+ "version": "2.32.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -14,32 +14,32 @@
14
14
  "@oclif/core": "3.20.0",
15
15
  "@oclif/plugin-autocomplete": "3.0.11",
16
16
  "@oclif/plugin-commands": "3.1.7",
17
- "@oclif/plugin-help": "6.0.14",
17
+ "@oclif/plugin-help": "6.0.15",
18
18
  "@oclif/plugin-not-found": "3.0.13",
19
19
  "@oclif/plugin-plugins": "4.2.7",
20
- "@oclif/plugin-search": "1.0.17",
21
- "@oclif/plugin-update": "4.1.14",
20
+ "@oclif/plugin-search": "1.0.18",
21
+ "@oclif/plugin-update": "4.1.15",
22
22
  "@oclif/plugin-version": "2.0.13",
23
23
  "@oclif/plugin-warn-if-update-available": "3.0.12",
24
- "@oclif/plugin-which": "3.1.1",
24
+ "@oclif/plugin-which": "3.1.2",
25
25
  "@salesforce/core": "^6.1.4",
26
26
  "@salesforce/plugin-apex": "3.0.26",
27
- "@salesforce/plugin-auth": "3.3.18",
28
- "@salesforce/plugin-data": "3.1.6",
27
+ "@salesforce/plugin-auth": "3.3.20",
28
+ "@salesforce/plugin-data": "3.1.7",
29
29
  "@salesforce/plugin-deploy-retrieve": "3.2.23",
30
30
  "@salesforce/plugin-info": "3.0.28",
31
- "@salesforce/plugin-limits": "3.1.12",
31
+ "@salesforce/plugin-limits": "3.1.13",
32
32
  "@salesforce/plugin-marketplace": "1.0.26",
33
33
  "@salesforce/plugin-org": "3.4.1",
34
34
  "@salesforce/plugin-packaging": "2.1.11",
35
- "@salesforce/plugin-schema": "3.1.6",
36
- "@salesforce/plugin-settings": "2.0.29",
37
- "@salesforce/plugin-sobject": "1.1.15",
38
- "@salesforce/plugin-source": "3.1.17",
35
+ "@salesforce/plugin-schema": "3.1.7",
36
+ "@salesforce/plugin-settings": "2.0.31",
37
+ "@salesforce/plugin-sobject": "1.1.17",
38
+ "@salesforce/plugin-source": "3.1.18",
39
39
  "@salesforce/plugin-telemetry": "3.1.15",
40
- "@salesforce/plugin-templates": "56.0.19",
41
- "@salesforce/plugin-trust": "3.3.14",
42
- "@salesforce/plugin-user": "3.3.0",
40
+ "@salesforce/plugin-templates": "56.0.20",
41
+ "@salesforce/plugin-trust": "3.3.16",
42
+ "@salesforce/plugin-user": "3.3.1",
43
43
  "@salesforce/sf-plugins-core": "7.1.14",
44
44
  "chalk": "^5.3.0",
45
45
  "debug": "^4.3.4",
@@ -4198,12 +4198,12 @@
4198
4198
  }
4199
4199
  },
4200
4200
  "node_modules/@oclif/plugin-help": {
4201
- "version": "6.0.14",
4202
- "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.14.tgz",
4203
- "integrity": "sha512-orKUsV8hYtbnPf1W7y5wnnR2X6UFOl7hqTh/Uj4E+3ju/8TnvpavZXFA2UQecKWcfdbYjuTwxuZdeh8vBWFLIQ==",
4201
+ "version": "6.0.15",
4202
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-help/-/plugin-help-6.0.15.tgz",
4203
+ "integrity": "sha512-3+1PwE/Dvgr3VhxQ5FZfxeI+YUsKD+ZPIjxbf320ko3aSzREXyGIhtyFKVyxPLnHhZvoEXyTkviWjI2oB1FB5g==",
4204
4204
  "license": "MIT",
4205
4205
  "dependencies": {
4206
- "@oclif/core": "^3.19.2"
4206
+ "@oclif/core": "^3.20.0"
4207
4207
  },
4208
4208
  "engines": {
4209
4209
  "node": ">=18.0.0"
@@ -7285,12 +7285,12 @@
7285
7285
  }
7286
7286
  },
7287
7287
  "node_modules/@oclif/plugin-search": {
7288
- "version": "1.0.17",
7289
- "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.17.tgz",
7290
- "integrity": "sha512-qP6WH13zQXmXzp51Jk9w45EofIKPb7UVZ5aESZmre9MYRHa4slpROXIio9bxH2xqR7X7frKvMPxRp3Hi2V8h1Q==",
7288
+ "version": "1.0.18",
7289
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-search/-/plugin-search-1.0.18.tgz",
7290
+ "integrity": "sha512-NNC9pIrt5OuNL4hYHiixf1TisKJ227jkc/Oac6gyI4Uz+WThvCCYYKG9Nfe5T7yHfyLlel4R7tjX+o0yacURWw==",
7291
7291
  "license": "MIT",
7292
7292
  "dependencies": {
7293
- "@oclif/core": "^3.19.6",
7293
+ "@oclif/core": "^3.20.0",
7294
7294
  "inquirer-autocomplete-standalone": "^0.8.1"
7295
7295
  },
7296
7296
  "engines": {
@@ -7298,12 +7298,12 @@
7298
7298
  }
7299
7299
  },
7300
7300
  "node_modules/@oclif/plugin-update": {
7301
- "version": "4.1.14",
7302
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.14.tgz",
7303
- "integrity": "sha512-R8V3x7jQAhpmkHAJmMxk2aTo50Jmeei+q/pzsM59lUWEeZiMG/Eb2arVNeMKEa/MIxx7mqdxOQ5FrHsDk9ZD/g==",
7301
+ "version": "4.1.15",
7302
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.1.15.tgz",
7303
+ "integrity": "sha512-rfwgW8UJo6t5PcEt1PWXdIYcY2ZQ41OChrjH1E1vgClsC5XVTrjIqQ8kwK2u/znxUi/kfYXqh8jwhtAKvMbKZQ==",
7304
7304
  "license": "MIT",
7305
7305
  "dependencies": {
7306
- "@oclif/core": "^3.19.2",
7306
+ "@oclif/core": "^3.20.0",
7307
7307
  "chalk": "^5",
7308
7308
  "cross-spawn": "^7.0.3",
7309
7309
  "debug": "^4.3.1",
@@ -7385,12 +7385,12 @@
7385
7385
  }
7386
7386
  },
7387
7387
  "node_modules/@oclif/plugin-which": {
7388
- "version": "3.1.1",
7389
- "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.1.tgz",
7390
- "integrity": "sha512-8Zqwu579rOhzCfULEyhLQBsKK9l3/tnYlONppKwzNWhJEl3uA9LxlXCHF2K70Ug9msXyFbl+5QU8cRtAODbt1w==",
7388
+ "version": "3.1.2",
7389
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-which/-/plugin-which-3.1.2.tgz",
7390
+ "integrity": "sha512-z0BkCoQ0EjftWqtUyoiiU3i0uDBGWruOtXu0crDV8unaIMbk30v0GO6F1bQHtkVmDedW8pP5qEFZYW7v6+c2Dw==",
7391
7391
  "license": "MIT",
7392
7392
  "dependencies": {
7393
- "@oclif/core": "^3.18.1"
7393
+ "@oclif/core": "^3.20.0"
7394
7394
  },
7395
7395
  "engines": {
7396
7396
  "node": ">=18.0.0"
@@ -7972,17 +7972,17 @@
7972
7972
  }
7973
7973
  },
7974
7974
  "node_modules/@salesforce/plugin-auth": {
7975
- "version": "3.3.18",
7976
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.18.tgz",
7977
- "integrity": "sha512-PbCrcoEZXjbJ+5Y9yJyWKhZ5uWVmE9d+HdCsw3N9pFBoQfVCtT0yjH5V5g56viYrDEWIPVNnVod8GqaWzJEUwA==",
7975
+ "version": "3.3.20",
7976
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-3.3.20.tgz",
7977
+ "integrity": "sha512-ER8bMIQ57q3EsKvOM7c4GxVnObp05yuRj6/Cg1R5dtJh/QXt+uBk1XDdt8kxXyMIBIwKV1P0bcGeMlAePq+/jw==",
7978
7978
  "license": "BSD-3-Clause",
7979
7979
  "dependencies": {
7980
7980
  "@inquirer/checkbox": "^1.5.2",
7981
7981
  "@inquirer/select": "^1.3.3",
7982
7982
  "@oclif/core": "^3.20.0",
7983
- "@salesforce/core": "^6.5.5",
7983
+ "@salesforce/core": "^6.7.0",
7984
7984
  "@salesforce/kit": "^3.0.15",
7985
- "@salesforce/sf-plugins-core": "^7.1.12",
7985
+ "@salesforce/sf-plugins-core": "^7.1.14",
7986
7986
  "@salesforce/ts-types": "^2.0.9",
7987
7987
  "chalk": "^5.3.0",
7988
7988
  "open": "^9.1.0"
@@ -8338,15 +8338,15 @@
8338
8338
  }
8339
8339
  },
8340
8340
  "node_modules/@salesforce/plugin-data": {
8341
- "version": "3.1.6",
8342
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.1.6.tgz",
8343
- "integrity": "sha512-jEd4skmz3uc8LlHRfCyfqNmfWjXz968DbM3r8k2pWmrSXL4a8U5ts51L85x37Y3BCe8XniBRyNK6uMEdpohwUQ==",
8341
+ "version": "3.1.7",
8342
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-3.1.7.tgz",
8343
+ "integrity": "sha512-RHYbHxSAd1AOmh5PkWUikz001rR9WfelqDH/nsvhO3QXgRsF0eCfxVICHnoHnuRzL/cvnZn75mpyp/AOUB8yUA==",
8344
8344
  "license": "BSD-3-Clause",
8345
8345
  "dependencies": {
8346
8346
  "@oclif/core": "^3.19.6",
8347
8347
  "@salesforce/core": "^6.5.5",
8348
8348
  "@salesforce/kit": "^3.0.15",
8349
- "@salesforce/sf-plugins-core": "^7.1.13",
8349
+ "@salesforce/sf-plugins-core": "^7.1.14",
8350
8350
  "@salesforce/ts-types": "^2.0.9",
8351
8351
  "chalk": "^5.3.0",
8352
8352
  "change-case": "^5.4.3",
@@ -8486,15 +8486,15 @@
8486
8486
  }
8487
8487
  },
8488
8488
  "node_modules/@salesforce/plugin-limits": {
8489
- "version": "3.1.12",
8490
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.12.tgz",
8491
- "integrity": "sha512-3i5W2s1bIKRuOyCWc3Pxfg5a7N7Ij90qP0qYQucfbPxg81cX9E9rl9PVXHiQxkjcmErzaFKzSGPGOBnTWyBhzA==",
8489
+ "version": "3.1.13",
8490
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.1.13.tgz",
8491
+ "integrity": "sha512-qYqJWBER0gEiWCtSm8Fyfy8oPhQ7OZa2D3DMBQeWssRQ28hFuE3BVQkpHXLtZgQQ82NMblF5gaFiFFbjefy2/g==",
8492
8492
  "license": "BSD-3-Clause",
8493
8493
  "dependencies": {
8494
8494
  "@oclif/core": "^3.19.2",
8495
8495
  "@salesforce/core": "^6.5.2",
8496
8496
  "@salesforce/kit": "^3.0.15",
8497
- "@salesforce/sf-plugins-core": "^7.1.12"
8497
+ "@salesforce/sf-plugins-core": "^7.1.14"
8498
8498
  },
8499
8499
  "engines": {
8500
8500
  "node": ">=18.0.0"
@@ -8769,12 +8769,12 @@
8769
8769
  }
8770
8770
  },
8771
8771
  "node_modules/@salesforce/plugin-schema": {
8772
- "version": "3.1.6",
8773
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.1.6.tgz",
8774
- "integrity": "sha512-hnp8WEgIvvysAPK4TP7inq5EFTkGjrbiU2TZxPjoIiH6K+DrhAH8if5+ZNQqam/0HH8EP7ZpWABv9Gk5Kwn+CQ==",
8772
+ "version": "3.1.7",
8773
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-schema/-/plugin-schema-3.1.7.tgz",
8774
+ "integrity": "sha512-B3riFdJ4mx2ui2Ur+6mimdVT60tJuWI+xHUdbAcXznI8/fVoAXexq/bt+xu2Pnbs1UcF1LZ4hUwUamM8Ms4Q6w==",
8775
8775
  "license": "BSD-3-Clause",
8776
8776
  "dependencies": {
8777
- "@oclif/core": "^3.19.6",
8777
+ "@oclif/core": "^3.20.0",
8778
8778
  "@salesforce/core": "^6.5.5",
8779
8779
  "@salesforce/sf-plugins-core": "^5.0.10"
8780
8780
  },
@@ -8817,14 +8817,14 @@
8817
8817
  }
8818
8818
  },
8819
8819
  "node_modules/@salesforce/plugin-settings": {
8820
- "version": "2.0.29",
8821
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.29.tgz",
8822
- "integrity": "sha512-lNf/260zZGShHAuGX3ISZkt5rLKtLbNhg7yfkhKn/B3Cv3FEh+h1mLvzhkeN5onRp37ytNIx6W1WM9topd3k1g==",
8820
+ "version": "2.0.31",
8821
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.0.31.tgz",
8822
+ "integrity": "sha512-3FNT3ya2Y50Z0zbS7JWgeqVOsDQ0RIw3b5YcbzBB/sbHgCLAqsPexaRo2z3/XPYE9xaU6OEkEDQ6Us0jNkUz2w==",
8823
8823
  "license": "BSD-3-Clause",
8824
8824
  "dependencies": {
8825
- "@oclif/core": "^3.19.6",
8825
+ "@oclif/core": "^3.20.0",
8826
8826
  "@salesforce/core": "^6.5.3",
8827
- "@salesforce/sf-plugins-core": "^7.1.11",
8827
+ "@salesforce/sf-plugins-core": "^7.1.14",
8828
8828
  "fast-levenshtein": "^3.0.0"
8829
8829
  },
8830
8830
  "engines": {
@@ -8832,9 +8832,9 @@
8832
8832
  }
8833
8833
  },
8834
8834
  "node_modules/@salesforce/plugin-sobject": {
8835
- "version": "1.1.15",
8836
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.15.tgz",
8837
- "integrity": "sha512-cgpZTVuIeCBsDtgBcQ9UwQPM43ZiYfidStSG6MkJROHJB7ddMHcDHFWPGji/4wjFiOYrPPgf9TYAYenCnsmMfQ==",
8835
+ "version": "1.1.17",
8836
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.1.17.tgz",
8837
+ "integrity": "sha512-sAYnSAydt2aOJ3EDtdVxGRkI2Hmc+TTU+LJAehmaI/cMickZzhc/mLNi3xvTUmFkQd/vLfjAJ5H1pXaIxpTxkQ==",
8838
8838
  "license": "BSD-3-Clause",
8839
8839
  "dependencies": {
8840
8840
  "@inquirer/confirm": "^2.0.17",
@@ -8843,9 +8843,9 @@
8843
8843
  "@oclif/core": "^3.19.6",
8844
8844
  "@salesforce/core": "^6.5.3",
8845
8845
  "@salesforce/kit": "^3.0.15",
8846
- "@salesforce/sf-plugins-core": "^7.1.11",
8846
+ "@salesforce/sf-plugins-core": "^7.1.14",
8847
8847
  "fast-glob": "^3.3.2",
8848
- "fast-xml-parser": "^4.3.4",
8848
+ "fast-xml-parser": "^4.3.5",
8849
8849
  "js2xmlparser": "^4.0.2"
8850
8850
  },
8851
8851
  "engines": {
@@ -8875,12 +8875,12 @@
8875
8875
  }
8876
8876
  },
8877
8877
  "node_modules/@salesforce/plugin-source": {
8878
- "version": "3.1.17",
8879
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.17.tgz",
8880
- "integrity": "sha512-7BX7OGxJ4HReNpA54wi3C2eSJdUbMlPQ8VGyfgdAfsbK9bdhP7AFKEcyqVwZS0pkftUW16x54OpK5WxkXOtuIA==",
8878
+ "version": "3.1.18",
8879
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-source/-/plugin-source-3.1.18.tgz",
8880
+ "integrity": "sha512-/wMS5Sb8GuENXzyTy1W7hJ4Dj3KLA4pYUoFA7zfk1hDj7OSb76/sMIAsfW7bu7p6kBvNaPWGmXTUsQTnhtqRPA==",
8881
8881
  "license": "BSD-3-Clause",
8882
8882
  "dependencies": {
8883
- "@oclif/core": "^3.19.2",
8883
+ "@oclif/core": "^3.20.0",
8884
8884
  "@salesforce/apex-node": "^3.0.2",
8885
8885
  "@salesforce/core": "^6.4.4",
8886
8886
  "@salesforce/kit": "^3.0.15",
@@ -8912,14 +8912,14 @@
8912
8912
  }
8913
8913
  },
8914
8914
  "node_modules/@salesforce/plugin-templates": {
8915
- "version": "56.0.19",
8916
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.19.tgz",
8917
- "integrity": "sha512-6aBwfq+ZZn7hR1Or73QgW/VsGQM8McImlkg8VxLPDR5zopBs22l03TneuQwmQHj2Qq0/oEjXbxZZ9R5BMJAqBw==",
8915
+ "version": "56.0.20",
8916
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.0.20.tgz",
8917
+ "integrity": "sha512-e4uuhHqZ0efE2nJkSZhXyGF3pI1tFST0Q3VEsiCHPvIsfY5IH8lZbPg3H0a3DvuS6xFK9QYo/F/Zi6ttlmRQuw==",
8918
8918
  "license": "BSD-3-Clause",
8919
8919
  "dependencies": {
8920
8920
  "@oclif/core": "^3.19.6",
8921
8921
  "@salesforce/core": "^6.4.2",
8922
- "@salesforce/sf-plugins-core": "^7.1.13",
8922
+ "@salesforce/sf-plugins-core": "^7.1.14",
8923
8923
  "@salesforce/templates": "^59.0.4",
8924
8924
  "yeoman-environment": "^3",
8925
8925
  "yeoman-generator": "^5"
@@ -8929,14 +8929,14 @@
8929
8929
  }
8930
8930
  },
8931
8931
  "node_modules/@salesforce/plugin-trust": {
8932
- "version": "3.3.14",
8933
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.14.tgz",
8934
- "integrity": "sha512-9aMuTo5xUHpnXUHPTKUr+uYju0DiPr9bIQV0bnQKRidKsfSftpHVg6pUJR1Rk4HZAjnBXc2W1FCkfubzKEgV6w==",
8932
+ "version": "3.3.16",
8933
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-3.3.16.tgz",
8934
+ "integrity": "sha512-CVdmiNpf3WuiH60xqJoOvxV02ZkvjRvrw63/hTKe5fwUJv4DVtz+gRhNSO4ZbCgPMfPY9otajagX2yKNI1hg9g==",
8935
8935
  "license": "BSD-3-Clause",
8936
8936
  "dependencies": {
8937
- "@oclif/core": "^3.19.6",
8937
+ "@oclif/core": "^3.20.0",
8938
8938
  "@salesforce/core": "^6.5.5",
8939
- "@salesforce/sf-plugins-core": "^7.1.13",
8939
+ "@salesforce/sf-plugins-core": "^7.1.14",
8940
8940
  "got": "^13.0.0",
8941
8941
  "npm": "10.2.3",
8942
8942
  "npm-run-path": "^4.0.1",
@@ -8952,15 +8952,15 @@
8952
8952
  }
8953
8953
  },
8954
8954
  "node_modules/@salesforce/plugin-user": {
8955
- "version": "3.3.0",
8956
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.3.0.tgz",
8957
- "integrity": "sha512-w6JbvjpwkjPkjAT9zM8vaYKGpJJYsJqQEGWs9muEJODW/9qCRg4aKbOYazqpX2UXuq7OuruaTmi/WtPGgC8zlA==",
8955
+ "version": "3.3.1",
8956
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.3.1.tgz",
8957
+ "integrity": "sha512-XMeG7CdA98bUjyAztlVprV4V6vR1VaA3Cj/YoRSQo+sGWYgZWndeHc2PP1E30pQDCDRP7fV/3QTwaYJGopIiHA==",
8958
8958
  "license": "BSD-3-Clause",
8959
8959
  "dependencies": {
8960
8960
  "@oclif/core": "^3.19.2",
8961
8961
  "@salesforce/core": "^6.4.2",
8962
8962
  "@salesforce/kit": "^3.0.15",
8963
- "@salesforce/sf-plugins-core": "^7.1.13",
8963
+ "@salesforce/sf-plugins-core": "^7.1.14",
8964
8964
  "@salesforce/ts-types": "^2.0.9"
8965
8965
  },
8966
8966
  "engines": {
@@ -8999,12 +8999,12 @@
8999
8999
  }
9000
9000
  },
9001
9001
  "node_modules/@salesforce/source-deploy-retrieve": {
9002
- "version": "10.5.0",
9003
- "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.0.tgz",
9004
- "integrity": "sha512-dOaJmDXY5qAmZokf4xn9yUoyb0FnF2wwNv0B44nkok+HeLh5PyBTh/fXwvjkwbEubRlq9HSaxYbayT6H8Y0hAw==",
9002
+ "version": "10.5.1",
9003
+ "resolved": "https://registry.npmjs.org/@salesforce/source-deploy-retrieve/-/source-deploy-retrieve-10.5.1.tgz",
9004
+ "integrity": "sha512-4xeVhKzi0wpzlwKj06hAL3EjJaRuMyx7xZsTr8T0/GFaEfsML14aUV3imMd0V3DcZRJ2oo+a9UrUYy5KnP76Kw==",
9005
9005
  "license": "BSD-3-Clause",
9006
9006
  "dependencies": {
9007
- "@salesforce/core": "^6.5.5",
9007
+ "@salesforce/core": "^6.7.0",
9008
9008
  "@salesforce/kit": "^3.0.15",
9009
9009
  "@salesforce/ts-types": "^2.0.9",
9010
9010
  "fast-levenshtein": "^3.0.0",
@@ -3650,6 +3650,124 @@
3650
3650
  "snapshot:create:org"
3651
3651
  ]
3652
3652
  },
3653
+ "org:get:snapshot": {
3654
+ "aliases": [
3655
+ "force:org:snapshot:get"
3656
+ ],
3657
+ "args": {},
3658
+ "deprecateAliases": true,
3659
+ "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
3660
+ "examples": [
3661
+ "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3662
+ "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
3663
+ ],
3664
+ "flags": {
3665
+ "json": {
3666
+ "description": "Format output as json.",
3667
+ "helpGroup": "GLOBAL",
3668
+ "name": "json",
3669
+ "allowNo": false,
3670
+ "type": "boolean"
3671
+ },
3672
+ "target-dev-hub": {
3673
+ "aliases": [
3674
+ "targetdevhubusername"
3675
+ ],
3676
+ "char": "v",
3677
+ "deprecateAliases": true,
3678
+ "name": "target-dev-hub",
3679
+ "noCacheDefault": true,
3680
+ "required": true,
3681
+ "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3682
+ "hasDynamicHelp": true,
3683
+ "multiple": false,
3684
+ "type": "option"
3685
+ },
3686
+ "api-version": {
3687
+ "aliases": [
3688
+ "apiversion"
3689
+ ],
3690
+ "deprecateAliases": true,
3691
+ "description": "Override the api version used for api requests made by this command",
3692
+ "name": "api-version",
3693
+ "hasDynamicHelp": false,
3694
+ "multiple": false,
3695
+ "type": "option"
3696
+ },
3697
+ "loglevel": {
3698
+ "deprecated": {
3699
+ "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
3700
+ },
3701
+ "hidden": true,
3702
+ "name": "loglevel",
3703
+ "hasDynamicHelp": false,
3704
+ "multiple": false,
3705
+ "type": "option"
3706
+ },
3707
+ "snapshot": {
3708
+ "char": "s",
3709
+ "description": "The IDs of scratch org snapshots start with 0Oo.",
3710
+ "name": "snapshot",
3711
+ "required": true,
3712
+ "summary": "Name or ID of snapshot to retrieve.",
3713
+ "hasDynamicHelp": false,
3714
+ "multiple": false,
3715
+ "type": "option"
3716
+ }
3717
+ },
3718
+ "hasDynamicHelp": true,
3719
+ "hiddenAliases": [],
3720
+ "id": "org:get:snapshot",
3721
+ "pluginAlias": "@salesforce/plugin-signups",
3722
+ "pluginName": "@salesforce/plugin-signups",
3723
+ "pluginType": "jit",
3724
+ "state": "beta",
3725
+ "strict": true,
3726
+ "summary": "Get details about a scratch org snapshot.",
3727
+ "enableJsonFlag": true,
3728
+ "isESM": true,
3729
+ "relativePath": [
3730
+ "lib",
3731
+ "commands",
3732
+ "org",
3733
+ "get",
3734
+ "snapshot.js"
3735
+ ],
3736
+ "aliasPermutations": [
3737
+ "force:org:snapshot:get",
3738
+ "org:force:snapshot:get",
3739
+ "org:snapshot:force:get",
3740
+ "org:snapshot:get:force",
3741
+ "force:snapshot:org:get",
3742
+ "snapshot:force:org:get",
3743
+ "snapshot:org:force:get",
3744
+ "snapshot:org:get:force",
3745
+ "force:snapshot:get:org",
3746
+ "snapshot:force:get:org",
3747
+ "snapshot:get:force:org",
3748
+ "snapshot:get:org:force",
3749
+ "force:org:get:snapshot",
3750
+ "org:force:get:snapshot",
3751
+ "org:get:force:snapshot",
3752
+ "org:get:snapshot:force",
3753
+ "force:get:org:snapshot",
3754
+ "get:force:org:snapshot",
3755
+ "get:org:force:snapshot",
3756
+ "get:org:snapshot:force",
3757
+ "force:get:snapshot:org",
3758
+ "get:force:snapshot:org",
3759
+ "get:snapshot:force:org",
3760
+ "get:snapshot:org:force"
3761
+ ],
3762
+ "permutations": [
3763
+ "org:get:snapshot",
3764
+ "get:org:snapshot",
3765
+ "get:snapshot:org",
3766
+ "org:snapshot:get",
3767
+ "snapshot:org:get",
3768
+ "snapshot:get:org"
3769
+ ]
3770
+ },
3653
3771
  "org:delete:shape": {
3654
3772
  "aliases": [
3655
3773
  "force:org:shape:delete"
@@ -3887,124 +4005,6 @@
3887
4005
  "snapshot:delete:org"
3888
4006
  ]
3889
4007
  },
3890
- "org:get:snapshot": {
3891
- "aliases": [
3892
- "force:org:snapshot:get"
3893
- ],
3894
- "args": {},
3895
- "deprecateAliases": true,
3896
- "description": "Snapshot creation can take a while. Use this command with the snapshot name or ID to check its creation status. After the status changes to Active, you can use the snapshot to create scratch orgs.\n\nTo create a snapshot, use the \"<%= config.bin %> org create snapshot\" command. To retrieve a list of all snapshots, use \"<%= config.bin %> org list snapshot\".",
3897
- "examples": [
3898
- "Get snapshot details using its ID and the default Dev Hub org:\n<%= config.bin %> <%= command.id %> --snapshot 0Oo...",
3899
- "Get snapshot details using its name from a Dev Hub org with alias SnapshotDevHub:\n<%= config.bin %> <%= command.id %> --snapshot Dependencies --target-dev-hub SnapshotDevHub"
3900
- ],
3901
- "flags": {
3902
- "json": {
3903
- "description": "Format output as json.",
3904
- "helpGroup": "GLOBAL",
3905
- "name": "json",
3906
- "allowNo": false,
3907
- "type": "boolean"
3908
- },
3909
- "target-dev-hub": {
3910
- "aliases": [
3911
- "targetdevhubusername"
3912
- ],
3913
- "char": "v",
3914
- "deprecateAliases": true,
3915
- "name": "target-dev-hub",
3916
- "noCacheDefault": true,
3917
- "required": true,
3918
- "summary": "Username or alias of the Dev Hub org. Not required if the `target-dev-hub` configuration variable is already set.",
3919
- "hasDynamicHelp": true,
3920
- "multiple": false,
3921
- "type": "option"
3922
- },
3923
- "api-version": {
3924
- "aliases": [
3925
- "apiversion"
3926
- ],
3927
- "deprecateAliases": true,
3928
- "description": "Override the api version used for api requests made by this command",
3929
- "name": "api-version",
3930
- "hasDynamicHelp": false,
3931
- "multiple": false,
3932
- "type": "option"
3933
- },
3934
- "loglevel": {
3935
- "deprecated": {
3936
- "message": "The loglevel flag is no longer in use on this command. You may use it without error, but it will be ignored.\nSet the log level using the `SFDX_LOG_LEVEL` environment variable."
3937
- },
3938
- "hidden": true,
3939
- "name": "loglevel",
3940
- "hasDynamicHelp": false,
3941
- "multiple": false,
3942
- "type": "option"
3943
- },
3944
- "snapshot": {
3945
- "char": "s",
3946
- "description": "The IDs of scratch org snapshots start with 0Oo.",
3947
- "name": "snapshot",
3948
- "required": true,
3949
- "summary": "Name or ID of snapshot to retrieve.",
3950
- "hasDynamicHelp": false,
3951
- "multiple": false,
3952
- "type": "option"
3953
- }
3954
- },
3955
- "hasDynamicHelp": true,
3956
- "hiddenAliases": [],
3957
- "id": "org:get:snapshot",
3958
- "pluginAlias": "@salesforce/plugin-signups",
3959
- "pluginName": "@salesforce/plugin-signups",
3960
- "pluginType": "jit",
3961
- "state": "beta",
3962
- "strict": true,
3963
- "summary": "Get details about a scratch org snapshot.",
3964
- "enableJsonFlag": true,
3965
- "isESM": true,
3966
- "relativePath": [
3967
- "lib",
3968
- "commands",
3969
- "org",
3970
- "get",
3971
- "snapshot.js"
3972
- ],
3973
- "aliasPermutations": [
3974
- "force:org:snapshot:get",
3975
- "org:force:snapshot:get",
3976
- "org:snapshot:force:get",
3977
- "org:snapshot:get:force",
3978
- "force:snapshot:org:get",
3979
- "snapshot:force:org:get",
3980
- "snapshot:org:force:get",
3981
- "snapshot:org:get:force",
3982
- "force:snapshot:get:org",
3983
- "snapshot:force:get:org",
3984
- "snapshot:get:force:org",
3985
- "snapshot:get:org:force",
3986
- "force:org:get:snapshot",
3987
- "org:force:get:snapshot",
3988
- "org:get:force:snapshot",
3989
- "org:get:snapshot:force",
3990
- "force:get:org:snapshot",
3991
- "get:force:org:snapshot",
3992
- "get:org:force:snapshot",
3993
- "get:org:snapshot:force",
3994
- "force:get:snapshot:org",
3995
- "get:force:snapshot:org",
3996
- "get:snapshot:force:org",
3997
- "get:snapshot:org:force"
3998
- ],
3999
- "permutations": [
4000
- "org:get:snapshot",
4001
- "get:org:snapshot",
4002
- "get:snapshot:org",
4003
- "org:snapshot:get",
4004
- "snapshot:org:get",
4005
- "snapshot:get:org"
4006
- ]
4007
- },
4008
4008
  "org:list:shape": {
4009
4009
  "aliases": [
4010
4010
  "force:org:shape:list"
@@ -5051,5 +5051,5 @@
5051
5051
  ]
5052
5052
  }
5053
5053
  },
5054
- "version": "2.32.3"
5054
+ "version": "2.32.4"
5055
5055
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.32.3",
4
+ "version": "2.32.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -73,13 +73,13 @@
73
73
  "@salesforce/plugin-user"
74
74
  ],
75
75
  "jitPlugins": {
76
- "@salesforce/plugin-custom-metadata": "3.1.14",
76
+ "@salesforce/plugin-custom-metadata": "3.1.16",
77
77
  "@salesforce/plugin-community": "3.0.25",
78
78
  "@salesforce/plugin-dev": "2.1.13",
79
79
  "@salesforce/plugin-devops-center": "1.2.6",
80
- "@salesforce/plugin-env": "3.0.23",
80
+ "@salesforce/plugin-env": "3.0.24",
81
81
  "@salesforce/plugin-functions": "1.22.11",
82
- "@salesforce/plugin-signups": "2.0.27",
82
+ "@salesforce/plugin-signups": "2.0.28",
83
83
  "@salesforce/sfdx-plugin-lwc-test": "1.1.1",
84
84
  "@salesforce/sfdx-scanner": "3.21.0"
85
85
  },
@@ -139,32 +139,32 @@
139
139
  "@oclif/core": "3.20.0",
140
140
  "@oclif/plugin-autocomplete": "3.0.11",
141
141
  "@oclif/plugin-commands": "3.1.7",
142
- "@oclif/plugin-help": "6.0.14",
142
+ "@oclif/plugin-help": "6.0.15",
143
143
  "@oclif/plugin-not-found": "3.0.13",
144
144
  "@oclif/plugin-plugins": "4.2.7",
145
- "@oclif/plugin-search": "1.0.17",
146
- "@oclif/plugin-update": "4.1.14",
145
+ "@oclif/plugin-search": "1.0.18",
146
+ "@oclif/plugin-update": "4.1.15",
147
147
  "@oclif/plugin-version": "2.0.13",
148
148
  "@oclif/plugin-warn-if-update-available": "3.0.12",
149
- "@oclif/plugin-which": "3.1.1",
149
+ "@oclif/plugin-which": "3.1.2",
150
150
  "@salesforce/core": "^6.1.4",
151
151
  "@salesforce/plugin-apex": "3.0.26",
152
- "@salesforce/plugin-auth": "3.3.18",
153
- "@salesforce/plugin-data": "3.1.6",
152
+ "@salesforce/plugin-auth": "3.3.20",
153
+ "@salesforce/plugin-data": "3.1.7",
154
154
  "@salesforce/plugin-deploy-retrieve": "3.2.23",
155
155
  "@salesforce/plugin-info": "3.0.28",
156
- "@salesforce/plugin-limits": "3.1.12",
156
+ "@salesforce/plugin-limits": "3.1.13",
157
157
  "@salesforce/plugin-marketplace": "1.0.26",
158
158
  "@salesforce/plugin-org": "3.4.1",
159
159
  "@salesforce/plugin-packaging": "2.1.11",
160
- "@salesforce/plugin-schema": "3.1.6",
161
- "@salesforce/plugin-settings": "2.0.29",
162
- "@salesforce/plugin-sobject": "1.1.15",
163
- "@salesforce/plugin-source": "3.1.17",
160
+ "@salesforce/plugin-schema": "3.1.7",
161
+ "@salesforce/plugin-settings": "2.0.31",
162
+ "@salesforce/plugin-sobject": "1.1.17",
163
+ "@salesforce/plugin-source": "3.1.18",
164
164
  "@salesforce/plugin-telemetry": "3.1.15",
165
- "@salesforce/plugin-templates": "56.0.19",
166
- "@salesforce/plugin-trust": "3.3.14",
167
- "@salesforce/plugin-user": "3.3.0",
165
+ "@salesforce/plugin-templates": "56.0.20",
166
+ "@salesforce/plugin-trust": "3.3.16",
167
+ "@salesforce/plugin-user": "3.3.1",
168
168
  "@salesforce/sf-plugins-core": "7.1.14",
169
169
  "chalk": "^5.3.0",
170
170
  "debug": "^4.3.4",
@@ -204,7 +204,7 @@
204
204
  "resolutions": {
205
205
  "@salesforce/schemas": "1.6.1",
206
206
  "@salesforce/templates": "60.1.0",
207
- "@salesforce/source-deploy-retrieve": "10.5.0",
207
+ "@salesforce/source-deploy-retrieve": "10.5.1",
208
208
  "@salesforce/source-tracking": "5.1.11"
209
209
  },
210
210
  "repository": "salesforcecli/cli",