@salesforce/cli 2.14.6 → 2.15.1

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.14.6 linux-x64 node-v18.18.0
27
+ @salesforce/cli/2.15.1 linux-x64 node-v18.18.2
28
28
  $ sf --help [COMMAND]
29
29
  USAGE
30
30
  $ sf COMMAND
@@ -320,7 +320,7 @@ FLAG DESCRIPTIONS
320
320
  directory.
321
321
  ```
322
322
 
323
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/analytics/generate/template.ts)_
323
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/analytics/generate/template.ts)_
324
324
 
325
325
  ## `sf apex generate class`
326
326
 
@@ -376,7 +376,7 @@ FLAG DESCRIPTIONS
376
376
  Supplied parameter values or default values are filled into a copy of the template.
377
377
  ```
378
378
 
379
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/apex/generate/class.ts)_
379
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/apex/generate/class.ts)_
380
380
 
381
381
  ## `sf apex generate trigger`
382
382
 
@@ -443,7 +443,7 @@ FLAG DESCRIPTIONS
443
443
  Supplied parameter values or default values are filled into a copy of the template.
444
444
  ```
445
445
 
446
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/apex/generate/trigger.ts)_
446
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/apex/generate/trigger.ts)_
447
447
 
448
448
  ## `sf apex get log`
449
449
 
@@ -1097,7 +1097,7 @@ EXAMPLES
1097
1097
  TracedEntityId=01p17000000R6bLAAS"
1098
1098
  ```
1099
1099
 
1100
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/create/record.ts)_
1100
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/create/record.ts)_
1101
1101
 
1102
1102
  ## `sf data delete bulk`
1103
1103
 
@@ -1141,7 +1141,7 @@ EXAMPLES
1141
1141
  $ sf data delete bulk --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1142
1142
  ```
1143
1143
 
1144
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/delete/bulk.ts)_
1144
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/delete/bulk.ts)_
1145
1145
 
1146
1146
  ## `sf data delete record`
1147
1147
 
@@ -1199,7 +1199,7 @@ EXAMPLES
1199
1199
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1200
1200
  ```
1201
1201
 
1202
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/delete/record.ts)_
1202
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/delete/record.ts)_
1203
1203
 
1204
1204
  ## `sf data delete resume`
1205
1205
 
@@ -1236,7 +1236,7 @@ EXAMPLES
1236
1236
  $ sf data delete resume --use-most-recent --target-org my-scratch
1237
1237
  ```
1238
1238
 
1239
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/delete/resume.ts)_
1239
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/delete/resume.ts)_
1240
1240
 
1241
1241
  ## `sf data export tree`
1242
1242
 
@@ -1293,7 +1293,7 @@ EXAMPLES
1293
1293
  my-scratch
1294
1294
  ```
1295
1295
 
1296
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/export/tree.ts)_
1296
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/export/tree.ts)_
1297
1297
 
1298
1298
  ## `sf data get record`
1299
1299
 
@@ -1354,7 +1354,7 @@ EXAMPLES
1354
1354
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
1355
1355
  ```
1356
1356
 
1357
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/get/record.ts)_
1357
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/get/record.ts)_
1358
1358
 
1359
1359
  ## `sf data import tree`
1360
1360
 
@@ -1404,7 +1404,7 @@ EXAMPLES
1404
1404
  $ sf data import tree --plan Account-Contact-plan.json
1405
1405
  ```
1406
1406
 
1407
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/import/tree.ts)_
1407
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/import/tree.ts)_
1408
1408
 
1409
1409
  ## `sf data query`
1410
1410
 
@@ -1466,7 +1466,7 @@ EXAMPLES
1466
1466
  $ sf data query --query "SELECT Id FROM Contact" --bulk --wait 0
1467
1467
  ```
1468
1468
 
1469
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/query.ts)_
1469
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/query.ts)_
1470
1470
 
1471
1471
  ## `sf data query resume`
1472
1472
 
@@ -1502,7 +1502,7 @@ EXAMPLES
1502
1502
  $ sf data query resume --bulk-query-id 7500x000005BdFzXXX
1503
1503
  ```
1504
1504
 
1505
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/query/resume.ts)_
1505
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/query/resume.ts)_
1506
1506
 
1507
1507
  ## `sf data resume`
1508
1508
 
@@ -1537,7 +1537,7 @@ EXAMPLES
1537
1537
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
1538
1538
  ```
1539
1539
 
1540
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/resume.ts)_
1540
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/resume.ts)_
1541
1541
 
1542
1542
  ## `sf data update record`
1543
1543
 
@@ -1597,7 +1597,7 @@ EXAMPLES
1597
1597
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
1598
1598
  ```
1599
1599
 
1600
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/update/record.ts)_
1600
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/update/record.ts)_
1601
1601
 
1602
1602
  ## `sf data upsert bulk`
1603
1603
 
@@ -1648,7 +1648,7 @@ EXAMPLES
1648
1648
  my-scratch
1649
1649
  ```
1650
1650
 
1651
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/upsert/bulk.ts)_
1651
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/upsert/bulk.ts)_
1652
1652
 
1653
1653
  ## `sf data upsert resume`
1654
1654
 
@@ -1685,7 +1685,7 @@ EXAMPLES
1685
1685
  $ sf data upsert resume --use-most-recent --target-org my-scratch
1686
1686
  ```
1687
1687
 
1688
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/data/upsert/resume.ts)_
1688
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/data/upsert/resume.ts)_
1689
1689
 
1690
1690
  ## `sf doctor`
1691
1691
 
@@ -1732,7 +1732,7 @@ EXAMPLES
1732
1732
  $ sf doctor --plugin @salesforce/plugin-source
1733
1733
  ```
1734
1734
 
1735
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.49/src/commands/doctor.ts)_
1735
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.50/src/commands/doctor.ts)_
1736
1736
 
1737
1737
  ## `sf force data bulk delete`
1738
1738
 
@@ -1776,7 +1776,7 @@ EXAMPLES
1776
1776
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
1777
1777
  ```
1778
1778
 
1779
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/force/data/bulk/delete.ts)_
1779
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/force/data/bulk/delete.ts)_
1780
1780
 
1781
1781
  ## `sf force data bulk status`
1782
1782
 
@@ -1811,7 +1811,7 @@ EXAMPLES
1811
1811
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
1812
1812
  ```
1813
1813
 
1814
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/force/data/bulk/status.ts)_
1814
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/force/data/bulk/status.ts)_
1815
1815
 
1816
1816
  ## `sf force data bulk upsert`
1817
1817
 
@@ -1867,7 +1867,7 @@ EXAMPLES
1867
1867
  --target-org my-scratch
1868
1868
  ```
1869
1869
 
1870
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.5.19/src/commands/force/data/bulk/upsert.ts)_
1870
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/2.6.0/src/commands/force/data/bulk/upsert.ts)_
1871
1871
 
1872
1872
  ## `sf force mdapi deploy`
1873
1873
 
@@ -3205,7 +3205,7 @@ EXAMPLES
3205
3205
  $ sf info releasenotes display --version latest
3206
3206
  ```
3207
3207
 
3208
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.49/src/commands/info/releasenotes/display.ts)_
3208
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/2.6.50/src/commands/info/releasenotes/display.ts)_
3209
3209
 
3210
3210
  ## `sf lightning generate app`
3211
3211
 
@@ -3258,7 +3258,7 @@ FLAG DESCRIPTIONS
3258
3258
  Supplied parameter values or default values are filled into a copy of the template.
3259
3259
  ```
3260
3260
 
3261
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/lightning/generate/app.ts)_
3261
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/app.ts)_
3262
3262
 
3263
3263
  ## `sf lightning generate component`
3264
3264
 
@@ -3326,7 +3326,7 @@ FLAG DESCRIPTIONS
3326
3326
  Supplied parameter values or default values are filled into a copy of the template.
3327
3327
  ```
3328
3328
 
3329
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/lightning/generate/component.ts)_
3329
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/component.ts)_
3330
3330
 
3331
3331
  ## `sf lightning generate event`
3332
3332
 
@@ -3379,7 +3379,7 @@ FLAG DESCRIPTIONS
3379
3379
  Supplied parameter values or default values are filled into a copy of the template.
3380
3380
  ```
3381
3381
 
3382
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/lightning/generate/event.ts)_
3382
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/event.ts)_
3383
3383
 
3384
3384
  ## `sf lightning generate interface`
3385
3385
 
@@ -3432,7 +3432,7 @@ FLAG DESCRIPTIONS
3432
3432
  Supplied parameter values or default values are filled into a copy of the template.
3433
3433
  ```
3434
3434
 
3435
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/lightning/generate/interface.ts)_
3435
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/interface.ts)_
3436
3436
 
3437
3437
  ## `sf lightning generate test`
3438
3438
 
@@ -3485,7 +3485,7 @@ FLAG DESCRIPTIONS
3485
3485
  Supplied parameter values or default values are filled into a copy of the template.
3486
3486
  ```
3487
3487
 
3488
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/lightning/generate/test.ts)_
3488
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/lightning/generate/test.ts)_
3489
3489
 
3490
3490
  ## `sf limits api display`
3491
3491
 
@@ -3590,7 +3590,7 @@ EXAMPLES
3590
3590
  $ sf login
3591
3591
  ```
3592
3592
 
3593
- _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.37/src/commands/login.ts)_
3593
+ _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.38/src/commands/login.ts)_
3594
3594
 
3595
3595
  ## `sf logout`
3596
3596
 
@@ -3624,7 +3624,7 @@ EXAMPLES
3624
3624
  $ sf logout --no-prompt
3625
3625
  ```
3626
3626
 
3627
- _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.37/src/commands/logout.ts)_
3627
+ _See code: [@salesforce/plugin-login](https://github.com/salesforcecli/plugin-login/blob/1.2.38/src/commands/logout.ts)_
3628
3628
 
3629
3629
  ## `sf org assign permset`
3630
3630
 
@@ -5117,7 +5117,7 @@ EXAMPLES
5117
5117
  $ sf plugins
5118
5118
  ```
5119
5119
 
5120
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/index.ts)_
5120
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/index.ts)_
5121
5121
 
5122
5122
  ## `sf plugins discover`
5123
5123
 
@@ -5134,7 +5134,7 @@ EXAMPLES
5134
5134
  $ sf plugins discover
5135
5135
  ```
5136
5136
 
5137
- _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/0.3.0/src/commands/plugins/discover.ts)_
5137
+ _See code: [@salesforce/plugin-marketplace](https://github.com/salesforcecli/plugin-template-sf/blob/0.3.1/src/commands/plugins/discover.ts)_
5138
5138
 
5139
5139
  ## `sf plugins:inspect PLUGIN...`
5140
5140
 
@@ -5161,7 +5161,7 @@ EXAMPLES
5161
5161
  $ sf plugins:inspect myplugin
5162
5162
  ```
5163
5163
 
5164
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/inspect.ts)_
5164
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/inspect.ts)_
5165
5165
 
5166
5166
  ## `sf plugins:install PLUGIN...`
5167
5167
 
@@ -5201,7 +5201,7 @@ EXAMPLES
5201
5201
  $ sf plugins:install someuser/someplugin
5202
5202
  ```
5203
5203
 
5204
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/install.ts)_
5204
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/install.ts)_
5205
5205
 
5206
5206
  ## `sf plugins:link PLUGIN`
5207
5207
 
@@ -5231,7 +5231,7 @@ EXAMPLES
5231
5231
  $ sf plugins:link myplugin
5232
5232
  ```
5233
5233
 
5234
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/link.ts)_
5234
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/link.ts)_
5235
5235
 
5236
5236
  ## `sf plugins trust verify`
5237
5237
 
@@ -5259,7 +5259,7 @@ EXAMPLES
5259
5259
  $ sf plugins trust verify --npm @scope/npmName
5260
5260
  ```
5261
5261
 
5262
- _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.20/src/commands/plugins/trust/verify.ts)_
5262
+ _See code: [@salesforce/plugin-trust](https://github.com/salesforcecli/plugin-trust/blob/2.6.21/src/commands/plugins/trust/verify.ts)_
5263
5263
 
5264
5264
  ## `sf plugins:uninstall PLUGIN...`
5265
5265
 
@@ -5284,7 +5284,7 @@ ALIASES
5284
5284
  $ sf plugins remove
5285
5285
  ```
5286
5286
 
5287
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/uninstall.ts)_
5287
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/uninstall.ts)_
5288
5288
 
5289
5289
  ## `sf plugins update`
5290
5290
 
@@ -5302,7 +5302,7 @@ DESCRIPTION
5302
5302
  Update installed plugins.
5303
5303
  ```
5304
5304
 
5305
- _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.2/src/commands/plugins/update.ts)_
5305
+ _See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/3.9.3/src/commands/plugins/update.ts)_
5306
5306
 
5307
5307
  ## `sf project convert mdapi`
5308
5308
 
@@ -6550,7 +6550,7 @@ FLAG DESCRIPTIONS
6550
6550
  Override the api version used for api requests made by this command
6551
6551
  ```
6552
6552
 
6553
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/project/generate.ts)_
6553
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/project/generate.ts)_
6554
6554
 
6555
6555
  ## `sf project generate manifest`
6556
6556
 
@@ -7261,7 +7261,7 @@ FLAG DESCRIPTIONS
7261
7261
  etc.
7262
7262
  ```
7263
7263
 
7264
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/static-resource/generate.ts)_
7264
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/static-resource/generate.ts)_
7265
7265
 
7266
7266
  ## `sf update [CHANNEL]`
7267
7267
 
@@ -7373,7 +7373,7 @@ FLAG DESCRIPTIONS
7373
7373
  Supplied parameter values or default values are filled into a copy of the template.
7374
7374
  ```
7375
7375
 
7376
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/visualforce/generate/component.ts)_
7376
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/visualforce/generate/component.ts)_
7377
7377
 
7378
7378
  ## `sf visualforce generate page`
7379
7379
 
@@ -7421,7 +7421,7 @@ FLAG DESCRIPTIONS
7421
7421
  The name can be up to 40 characters and must start with a letter.
7422
7422
  ```
7423
7423
 
7424
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.14/src/commands/visualforce/generate/page.ts)_
7424
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/55.5.15/src/commands/visualforce/generate/page.ts)_
7425
7425
 
7426
7426
  ## `sf which`
7427
7427
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.14.6",
3
+ "version": "2.15.1",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.14.6",
9
+ "version": "2.15.1",
10
10
  "hasInstallScript": true,
11
11
  "license": "BSD-3-Clause",
12
12
  "dependencies": {
@@ -15,29 +15,29 @@
15
15
  "@oclif/plugin-commands": "3.0.3",
16
16
  "@oclif/plugin-help": "6.0.3",
17
17
  "@oclif/plugin-not-found": "3.0.2",
18
- "@oclif/plugin-plugins": "3.9.2",
18
+ "@oclif/plugin-plugins": "3.9.3",
19
19
  "@oclif/plugin-search": "1.0.3",
20
20
  "@oclif/plugin-update": "4.1.2",
21
21
  "@oclif/plugin-version": "2.0.3",
22
- "@oclif/plugin-warn-if-update-available": "3.0.1",
22
+ "@oclif/plugin-warn-if-update-available": "3.0.2",
23
23
  "@oclif/plugin-which": "3.0.5",
24
24
  "@salesforce/core": "^5.2.0",
25
25
  "@salesforce/plugin-apex": "2.3.20",
26
26
  "@salesforce/plugin-auth": "2.8.22",
27
- "@salesforce/plugin-data": "2.5.19",
27
+ "@salesforce/plugin-data": "2.6.0",
28
28
  "@salesforce/plugin-deploy-retrieve": "1.19.2",
29
- "@salesforce/plugin-info": "2.6.49",
29
+ "@salesforce/plugin-info": "2.6.50",
30
30
  "@salesforce/plugin-limits": "2.3.39",
31
- "@salesforce/plugin-login": "1.2.37",
32
- "@salesforce/plugin-marketplace": "0.3.0",
31
+ "@salesforce/plugin-login": "1.2.38",
32
+ "@salesforce/plugin-marketplace": "0.3.1",
33
33
  "@salesforce/plugin-org": "2.11.4",
34
34
  "@salesforce/plugin-schema": "2.3.30",
35
35
  "@salesforce/plugin-settings": "1.4.35",
36
36
  "@salesforce/plugin-sobject": "0.2.13",
37
37
  "@salesforce/plugin-source": "2.10.43",
38
- "@salesforce/plugin-telemetry": "2.3.6",
39
- "@salesforce/plugin-templates": "55.5.14",
40
- "@salesforce/plugin-trust": "2.6.20",
38
+ "@salesforce/plugin-telemetry": "2.3.7",
39
+ "@salesforce/plugin-templates": "55.5.15",
40
+ "@salesforce/plugin-trust": "2.6.21",
41
41
  "@salesforce/plugin-user": "2.3.37",
42
42
  "@salesforce/sf-plugins-core": "4.0.0",
43
43
  "debug": "^4.3.4"
@@ -2673,9 +2673,9 @@
2673
2673
  }
2674
2674
  },
2675
2675
  "node_modules/@oclif/plugin-plugins": {
2676
- "version": "3.9.2",
2677
- "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.9.2.tgz",
2678
- "integrity": "sha512-Fyi4tySKKLVcPaSgp/2UlzPuqKO8EwKS1Mr26YZQcPlzvW2VsHLdJojgj/8JlgUX98X0VVPBH0wWcSOwMconAw==",
2676
+ "version": "3.9.3",
2677
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-plugins/-/plugin-plugins-3.9.3.tgz",
2678
+ "integrity": "sha512-hsm2mTL6uCP79WpltC+G1gkOrn2ckWXUnSi4UmF0eKbddOxJ9vakekuQpj/zlRJkXBNWaXlAskzJmnRoCGT+AQ==",
2679
2679
  "license": "MIT",
2680
2680
  "dependencies": {
2681
2681
  "@oclif/core": "^2.15.0",
@@ -3098,9 +3098,9 @@
3098
3098
  }
3099
3099
  },
3100
3100
  "node_modules/@oclif/plugin-warn-if-update-available": {
3101
- "version": "3.0.1",
3102
- "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.1.tgz",
3103
- "integrity": "sha512-xs8kR4+At+hZpe8zV7vPBIwk+yH1fJKMuvuZM7H0spvcfxarn+HcwlBCR/XEregVVE34c7xlLUprOb64KZ34cA==",
3101
+ "version": "3.0.2",
3102
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-warn-if-update-available/-/plugin-warn-if-update-available-3.0.2.tgz",
3103
+ "integrity": "sha512-dUXfRNFtnezS4uqQ+Ap4qb6UP0DWExTvoqghNvvGTIN4PEgfYHogvBORn+rFnDXXE8kgZFuqP4ZQJRP9NyLhOA==",
3104
3104
  "license": "MIT",
3105
3105
  "dependencies": {
3106
3106
  "@oclif/core": "^3.3.1",
@@ -4429,9 +4429,9 @@
4429
4429
  }
4430
4430
  },
4431
4431
  "node_modules/@salesforce/plugin-data": {
4432
- "version": "2.5.19",
4433
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.5.19.tgz",
4434
- "integrity": "sha512-+hRGNGeYETE0xSVPhDa29eCRa5uKTK5VE0RqjO+tJABfrM3LhhJQQzrJt1WVHGY86vlddMiF1f3FG+GUbHpXzg==",
4432
+ "version": "2.6.0",
4433
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-2.6.0.tgz",
4434
+ "integrity": "sha512-IgtZuItSBJMQH+keffW18k1b9QlJ5ws9s0EZnmY+yqr/YpvSilaNMuOuxaNawUrW2zcqT5qMiFFozI49CwHmmQ==",
4435
4435
  "license": "BSD-3-Clause",
4436
4436
  "dependencies": {
4437
4437
  "@oclif/core": "^2.15.0",
@@ -4613,9 +4613,9 @@
4613
4613
  }
4614
4614
  },
4615
4615
  "node_modules/@salesforce/plugin-info": {
4616
- "version": "2.6.49",
4617
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.49.tgz",
4618
- "integrity": "sha512-fW4azxlojakFpmEu0b+WDtWmiJ3iW3lwRIMYVAE/31xgJyl2E2wM1KtM95W+EXETqO1UXqlaFCKy15de/U/BYw==",
4616
+ "version": "2.6.50",
4617
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-2.6.50.tgz",
4618
+ "integrity": "sha512-0DspcB27aMLqQThQgCDnlhwlRLUIdBXrLRGKc2goMmPQepGi4nhAC2N2qFkAyeOMp5/cg5w67Yo4UqCopudqlw==",
4619
4619
  "license": "BSD-3-Clause",
4620
4620
  "dependencies": {
4621
4621
  "@oclif/core": "^2.15.0",
@@ -4794,9 +4794,9 @@
4794
4794
  }
4795
4795
  },
4796
4796
  "node_modules/@salesforce/plugin-login": {
4797
- "version": "1.2.37",
4798
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.37.tgz",
4799
- "integrity": "sha512-oudAsj+pu+XMG70Ph6psXlD7pPYg0iYWcNqOSfBxbrNpFE5LLT2nhBUFn2ZygYvjQZnlXsRCoVWcGUf9uhX//A==",
4797
+ "version": "1.2.38",
4798
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-login/-/plugin-login-1.2.38.tgz",
4799
+ "integrity": "sha512-btTLKn1NmrBm2SoSj4ZO8zqC9+9jZ2gxJ4VPV6ERyhetQQQtCgES56OlP79NTOEi+6K2fUrF2/Pm0Pwmtydk0g==",
4800
4800
  "license": "BSD-3-Clause",
4801
4801
  "dependencies": {
4802
4802
  "@oclif/core": "^2.15.0",
@@ -4882,9 +4882,9 @@
4882
4882
  }
4883
4883
  },
4884
4884
  "node_modules/@salesforce/plugin-marketplace": {
4885
- "version": "0.3.0",
4886
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.3.0.tgz",
4887
- "integrity": "sha512-iDXPaZEeCZI+7o9j4VTM3k8/ppA4sHSaGdgmcg9V4GaTo9FY44dzF40H1MeSVyKb3OxqtiWweZM053iMJXQfGw==",
4885
+ "version": "0.3.1",
4886
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-marketplace/-/plugin-marketplace-0.3.1.tgz",
4887
+ "integrity": "sha512-rnmDDxQo34ZTaiujobWxlGddO61z91Bww7tIgQ0mQE8daY1lUf4uNcIV7k5Hc3P0qDp1hEgzJm6xL2g0ycqD5Q==",
4888
4888
  "license": "BSD-3-Clause",
4889
4889
  "dependencies": {
4890
4890
  "@oclif/core": "^2.15.0",
@@ -5673,9 +5673,9 @@
5673
5673
  }
5674
5674
  },
5675
5675
  "node_modules/@salesforce/plugin-telemetry": {
5676
- "version": "2.3.6",
5677
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.6.tgz",
5678
- "integrity": "sha512-J0wl6csQKhqySxyH5Ik0jpGIDQNSpXvt+aFQ4FbaEAah3buneCCcdDBooD2g8wUU6NxSFBHQBqcBCRGSqL564w==",
5676
+ "version": "2.3.7",
5677
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-telemetry/-/plugin-telemetry-2.3.7.tgz",
5678
+ "integrity": "sha512-Uptk/mdhrJXwJy8uYxErqKC0eLt0R+xf1shBaRk9Zmn/KRhcdITrM/W4hS5hjZG6i0mpcxz6BIDDYd7oSW9gew==",
5679
5679
  "license": "BSD-3-Clause",
5680
5680
  "dependencies": {
5681
5681
  "@oclif/core": "^2.15.0",
@@ -5761,9 +5761,9 @@
5761
5761
  }
5762
5762
  },
5763
5763
  "node_modules/@salesforce/plugin-templates": {
5764
- "version": "55.5.14",
5765
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.14.tgz",
5766
- "integrity": "sha512-Otu+kcDpf4uO7le8wg8ulP6EJO4I71+PHdygxp7sJ0iXDWgcHEO7ZZJwLiyI44eNi6hngw9+KWa/pIWdpaTYHg==",
5764
+ "version": "55.5.15",
5765
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-55.5.15.tgz",
5766
+ "integrity": "sha512-4LaP0oYT6Izk9FT0QY/s0x3wUyCpRBHjPQtVs2ul3eu5PgW2+v5+0PIOucM0731mbsMZAxdCK+1ktxvh9UMeQw==",
5767
5767
  "license": "BSD-3-Clause",
5768
5768
  "dependencies": {
5769
5769
  "@oclif/core": "^2.15.0",
@@ -5850,9 +5850,9 @@
5850
5850
  }
5851
5851
  },
5852
5852
  "node_modules/@salesforce/plugin-trust": {
5853
- "version": "2.6.20",
5854
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.20.tgz",
5855
- "integrity": "sha512-pHakiNDLTX94an3xldTkvnNM+DCAc1r/7eTtdDmrRd7/6SxkySUQENFsJlIROar5kLq8oF8VCjKx8H57Qk5hSA==",
5853
+ "version": "2.6.21",
5854
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-trust/-/plugin-trust-2.6.21.tgz",
5855
+ "integrity": "sha512-v2XN4WXLiTBQjDMEpwDMhUdh2wlTHSe9rZi7mXqjdip6yvV929S5v1eX4a0yK80wrBESpjFLA38/GSp2efNU5w==",
5856
5856
  "license": "BSD-3-Clause",
5857
5857
  "dependencies": {
5858
5858
  "@oclif/core": "^2.15.0",
@@ -6149,15 +6149,15 @@
6149
6149
  }
6150
6150
  },
6151
6151
  "node_modules/@salesforce/source-tracking": {
6152
- "version": "4.2.17",
6153
- "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.17.tgz",
6154
- "integrity": "sha512-3tEXph7SiEFYY+eQEXFyEr6//7TlCLxWXS/YebY8gPY9zP/Ny6wVPP5E+A5QbN6GiXNMVJNmpq431b9NnQY8Fg==",
6152
+ "version": "4.2.18",
6153
+ "resolved": "https://registry.npmjs.org/@salesforce/source-tracking/-/source-tracking-4.2.18.tgz",
6154
+ "integrity": "sha512-pBirDh/94q5YhbUeHNL7u6sa6LkQPU6jvpcpcFBUV+xp/TZNQX8ViLOQP4/OctH9P/C69AfMHygLhw5FqK/n7A==",
6155
6155
  "license": "BSD-3-Clause",
6156
6156
  "dependencies": {
6157
6157
  "@salesforce/core": "^5.3.9",
6158
6158
  "@salesforce/kit": "^3.0.13",
6159
- "@salesforce/source-deploy-retrieve": "^9.7.25",
6160
- "@salesforce/ts-types": "^2.0.8",
6159
+ "@salesforce/source-deploy-retrieve": "^9.7.27",
6160
+ "@salesforce/ts-types": "^2.0.9",
6161
6161
  "fast-xml-parser": "^4.2.5",
6162
6162
  "graceful-fs": "^4.2.11",
6163
6163
  "isomorphic-git": "1.23.0",
@@ -6318,9 +6318,9 @@
6318
6318
  }
6319
6319
  },
6320
6320
  "node_modules/@salesforce/ts-types": {
6321
- "version": "2.0.8",
6322
- "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.8.tgz",
6323
- "integrity": "sha512-vuzLcxtThBhpuhmnoh8GFrVU8XjdoNyQm9gPtmcjUyUD/9nQIBTAX8oGoUvCiiq93c4LFEmSua+xm3yu0bbNfg==",
6321
+ "version": "2.0.9",
6322
+ "resolved": "https://registry.npmjs.org/@salesforce/ts-types/-/ts-types-2.0.9.tgz",
6323
+ "integrity": "sha512-boUD9jw5vQpTCPCCmK/NFTWjSuuW+lsaxOynkyNXLW+zxOc4GDjhtKc4j0vWZJQvolpafbyS8ZLFHZJvs12gYA==",
6324
6324
  "license": "BSD-3-Clause",
6325
6325
  "dependencies": {
6326
6326
  "tslib": "^2.6.2"
@@ -6595,5 +6595,5 @@
6595
6595
  ]
6596
6596
  }
6597
6597
  },
6598
- "version": "2.14.6"
6598
+ "version": "2.15.1"
6599
6599
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.14.6",
4
+ "version": "2.15.1",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -75,7 +75,7 @@
75
75
  "@salesforce/plugin-community": "2.4.6",
76
76
  "@salesforce/plugin-dev": "1.2.1",
77
77
  "@salesforce/plugin-devops-center": "1.2.3",
78
- "@salesforce/plugin-env": "2.2.7",
78
+ "@salesforce/plugin-env": "2.2.8",
79
79
  "@salesforce/plugin-functions": "1.22.3",
80
80
  "@salesforce/plugin-packaging": "1.26.4",
81
81
  "@salesforce/plugin-signups": "1.5.5",
@@ -119,7 +119,10 @@
119
119
  ],
120
120
  "additionalHelpFlags": [
121
121
  "-h"
122
- ]
122
+ ],
123
+ "warn-if-update-available": {
124
+ "timeoutInDays": 7
125
+ }
123
126
  },
124
127
  "dependencies": {
125
128
  "@oclif/core": "3.0.3",
@@ -127,29 +130,29 @@
127
130
  "@oclif/plugin-commands": "3.0.3",
128
131
  "@oclif/plugin-help": "6.0.3",
129
132
  "@oclif/plugin-not-found": "3.0.2",
130
- "@oclif/plugin-plugins": "3.9.2",
133
+ "@oclif/plugin-plugins": "3.9.3",
131
134
  "@oclif/plugin-search": "1.0.3",
132
135
  "@oclif/plugin-update": "4.1.2",
133
136
  "@oclif/plugin-version": "2.0.3",
134
- "@oclif/plugin-warn-if-update-available": "3.0.1",
137
+ "@oclif/plugin-warn-if-update-available": "3.0.2",
135
138
  "@oclif/plugin-which": "3.0.5",
136
139
  "@salesforce/core": "^5.2.0",
137
140
  "@salesforce/plugin-apex": "2.3.20",
138
141
  "@salesforce/plugin-auth": "2.8.22",
139
- "@salesforce/plugin-data": "2.5.19",
142
+ "@salesforce/plugin-data": "2.6.0",
140
143
  "@salesforce/plugin-deploy-retrieve": "1.19.2",
141
- "@salesforce/plugin-info": "2.6.49",
144
+ "@salesforce/plugin-info": "2.6.50",
142
145
  "@salesforce/plugin-limits": "2.3.39",
143
- "@salesforce/plugin-login": "1.2.37",
144
- "@salesforce/plugin-marketplace": "0.3.0",
146
+ "@salesforce/plugin-login": "1.2.38",
147
+ "@salesforce/plugin-marketplace": "0.3.1",
145
148
  "@salesforce/plugin-org": "2.11.4",
146
149
  "@salesforce/plugin-schema": "2.3.30",
147
150
  "@salesforce/plugin-settings": "1.4.35",
148
151
  "@salesforce/plugin-sobject": "0.2.13",
149
152
  "@salesforce/plugin-source": "2.10.43",
150
- "@salesforce/plugin-telemetry": "2.3.6",
151
- "@salesforce/plugin-templates": "55.5.14",
152
- "@salesforce/plugin-trust": "2.6.20",
153
+ "@salesforce/plugin-telemetry": "2.3.7",
154
+ "@salesforce/plugin-templates": "55.5.15",
155
+ "@salesforce/plugin-trust": "2.6.21",
153
156
  "@salesforce/plugin-user": "2.3.37",
154
157
  "@salesforce/sf-plugins-core": "4.0.0",
155
158
  "debug": "^4.3.4"
@@ -187,7 +190,7 @@
187
190
  "@salesforce/schemas": "1.6.0",
188
191
  "@salesforce/templates": "59.0.1",
189
192
  "@salesforce/source-deploy-retrieve": "9.7.27",
190
- "@salesforce/source-tracking": "4.2.17"
193
+ "@salesforce/source-tracking": "4.2.18"
191
194
  },
192
195
  "repository": "salesforcecli/cli",
193
196
  "scripts": {