@salesforce/cli 2.149.5 → 2.149.6

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
@@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli
25
25
  $ sf COMMAND
26
26
  running command...
27
27
  $ sf (--version|-v)
28
- @salesforce/cli/2.149.5 linux-x64 node-v24.19.0
28
+ @salesforce/cli/2.149.6 linux-x64 node-v24.19.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -3706,7 +3706,7 @@ EXAMPLES
3706
3706
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
3707
3707
  ```
3708
3708
 
3709
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/bulk/results.ts)_
3709
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/bulk/results.ts)_
3710
3710
 
3711
3711
  ## `sf data create file`
3712
3712
 
@@ -3755,7 +3755,7 @@ EXAMPLES
3755
3755
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
3756
3756
  ```
3757
3757
 
3758
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/create/file.ts)_
3758
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/create/file.ts)_
3759
3759
 
3760
3760
  ## `sf data create record`
3761
3761
 
@@ -3814,7 +3814,7 @@ EXAMPLES
3814
3814
  TracedEntityId=01p17000000R6bLAAS"
3815
3815
  ```
3816
3816
 
3817
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/create/record.ts)_
3817
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/create/record.ts)_
3818
3818
 
3819
3819
  ## `sf data delete bulk`
3820
3820
 
@@ -3873,7 +3873,7 @@ FLAG DESCRIPTIONS
3873
3873
  and can be enabled only by a system administrator.
3874
3874
  ```
3875
3875
 
3876
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/delete/bulk.ts)_
3876
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/delete/bulk.ts)_
3877
3877
 
3878
3878
  ## `sf data delete record`
3879
3879
 
@@ -3934,7 +3934,7 @@ EXAMPLES
3934
3934
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
3935
3935
  ```
3936
3936
 
3937
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/delete/record.ts)_
3937
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/delete/record.ts)_
3938
3938
 
3939
3939
  ## `sf data delete resume`
3940
3940
 
@@ -3973,7 +3973,7 @@ EXAMPLES
3973
3973
  $ sf data delete resume --use-most-recent --target-org my-scratch
3974
3974
  ```
3975
3975
 
3976
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/delete/resume.ts)_
3976
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/delete/resume.ts)_
3977
3977
 
3978
3978
  ## `sf data export bulk`
3979
3979
 
@@ -4040,7 +4040,7 @@ EXAMPLES
4040
4040
  --result-format json --wait 10 --all-rows
4041
4041
  ```
4042
4042
 
4043
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/export/bulk.ts)_
4043
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/export/bulk.ts)_
4044
4044
 
4045
4045
  ## `sf data export resume`
4046
4046
 
@@ -4079,7 +4079,7 @@ EXAMPLES
4079
4079
  $ sf data export resume --use-most-recent
4080
4080
  ```
4081
4081
 
4082
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/export/resume.ts)_
4082
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/export/resume.ts)_
4083
4083
 
4084
4084
  ## `sf data export tree`
4085
4085
 
@@ -4139,7 +4139,7 @@ EXAMPLES
4139
4139
  my-scratch
4140
4140
  ```
4141
4141
 
4142
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/export/tree.ts)_
4142
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/export/tree.ts)_
4143
4143
 
4144
4144
  ## `sf data get record`
4145
4145
 
@@ -4203,7 +4203,7 @@ EXAMPLES
4203
4203
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
4204
4204
  ```
4205
4205
 
4206
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/get/record.ts)_
4206
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/get/record.ts)_
4207
4207
 
4208
4208
  ## `sf data import bulk`
4209
4209
 
@@ -4255,7 +4255,7 @@ EXAMPLES
4255
4255
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
4256
4256
  ```
4257
4257
 
4258
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/import/bulk.ts)_
4258
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/import/bulk.ts)_
4259
4259
 
4260
4260
  ## `sf data import resume`
4261
4261
 
@@ -4291,7 +4291,7 @@ EXAMPLES
4291
4291
  $ sf data import resume --use-most-recent --target-org my-scratch
4292
4292
  ```
4293
4293
 
4294
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/import/resume.ts)_
4294
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/import/resume.ts)_
4295
4295
 
4296
4296
  ## `sf data import tree`
4297
4297
 
@@ -4355,7 +4355,7 @@ FLAG DESCRIPTIONS
4355
4355
  - files(array) - Files: An array of files paths to load
4356
4356
  ```
4357
4357
 
4358
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/import/tree.ts)_
4358
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/import/tree.ts)_
4359
4359
 
4360
4360
  ## `sf data query`
4361
4361
 
@@ -4408,7 +4408,7 @@ EXAMPLES
4408
4408
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
4409
4409
  ```
4410
4410
 
4411
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/query.ts)_
4411
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/query.ts)_
4412
4412
 
4413
4413
  ## `sf data resume`
4414
4414
 
@@ -4445,7 +4445,7 @@ EXAMPLES
4445
4445
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
4446
4446
  ```
4447
4447
 
4448
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/resume.ts)_
4448
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/resume.ts)_
4449
4449
 
4450
4450
  ## `sf data search`
4451
4451
 
@@ -4495,7 +4495,7 @@ EXAMPLES
4495
4495
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
4496
4496
  ```
4497
4497
 
4498
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/search.ts)_
4498
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/search.ts)_
4499
4499
 
4500
4500
  ## `sf data update bulk`
4501
4501
 
@@ -4550,7 +4550,7 @@ EXAMPLES
4550
4550
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
4551
4551
  ```
4552
4552
 
4553
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/update/bulk.ts)_
4553
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/update/bulk.ts)_
4554
4554
 
4555
4555
  ## `sf data update record`
4556
4556
 
@@ -4614,7 +4614,7 @@ EXAMPLES
4614
4614
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
4615
4615
  ```
4616
4616
 
4617
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/update/record.ts)_
4617
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/update/record.ts)_
4618
4618
 
4619
4619
  ## `sf data update resume`
4620
4620
 
@@ -4653,7 +4653,7 @@ EXAMPLES
4653
4653
  $ sf data update resume --use-most-recent
4654
4654
  ```
4655
4655
 
4656
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/update/resume.ts)_
4656
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/update/resume.ts)_
4657
4657
 
4658
4658
  ## `sf data upsert bulk`
4659
4659
 
@@ -4709,7 +4709,7 @@ EXAMPLES
4709
4709
  my-scratch
4710
4710
  ```
4711
4711
 
4712
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/upsert/bulk.ts)_
4712
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/upsert/bulk.ts)_
4713
4713
 
4714
4714
  ## `sf data upsert resume`
4715
4715
 
@@ -4748,7 +4748,7 @@ EXAMPLES
4748
4748
  $ sf data upsert resume --use-most-recent --target-org my-scratch
4749
4749
  ```
4750
4750
 
4751
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/data/upsert/resume.ts)_
4751
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/data/upsert/resume.ts)_
4752
4752
 
4753
4753
  ## `sf doctor`
4754
4754
 
@@ -4843,7 +4843,7 @@ EXAMPLES
4843
4843
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
4844
4844
  ```
4845
4845
 
4846
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/force/data/bulk/delete.ts)_
4846
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/force/data/bulk/delete.ts)_
4847
4847
 
4848
4848
  ## `sf force data bulk status`
4849
4849
 
@@ -4880,7 +4880,7 @@ EXAMPLES
4880
4880
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
4881
4881
  ```
4882
4882
 
4883
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/force/data/bulk/status.ts)_
4883
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/force/data/bulk/status.ts)_
4884
4884
 
4885
4885
  ## `sf force data bulk upsert`
4886
4886
 
@@ -4938,7 +4938,7 @@ EXAMPLES
4938
4938
  --target-org my-scratch
4939
4939
  ```
4940
4940
 
4941
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.4/src/commands/force/data/bulk/upsert.ts)_
4941
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/5.1.5/src/commands/force/data/bulk/upsert.ts)_
4942
4942
 
4943
4943
  ## `sf help [COMMAND]`
4944
4944
 
@@ -11400,7 +11400,7 @@ FLAG DESCRIPTIONS
11400
11400
  directory.
11401
11401
  ```
11402
11402
 
11403
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/analytics/template.ts)_
11403
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/analytics/template.ts)_
11404
11404
 
11405
11405
  ## `sf template generate apex class`
11406
11406
 
@@ -11462,7 +11462,7 @@ FLAG DESCRIPTIONS
11462
11462
  Supplied parameter values or default values are filled into a copy of the template.
11463
11463
  ```
11464
11464
 
11465
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/apex/class.ts)_
11465
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/apex/class.ts)_
11466
11466
 
11467
11467
  ## `sf template generate apex trigger`
11468
11468
 
@@ -11532,7 +11532,7 @@ FLAG DESCRIPTIONS
11532
11532
  Supplied parameter values or default values are filled into a copy of the template.
11533
11533
  ```
11534
11534
 
11535
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/apex/trigger.ts)_
11535
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/apex/trigger.ts)_
11536
11536
 
11537
11537
  ## `sf template generate digital-experience site`
11538
11538
 
@@ -11586,7 +11586,7 @@ FLAG DESCRIPTIONS
11586
11586
  project, defaults to the current directory.
11587
11587
  ```
11588
11588
 
11589
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/digital-experience/site.ts)_
11589
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/digital-experience/site.ts)_
11590
11590
 
11591
11591
  ## `sf template generate flexipage`
11592
11592
 
@@ -11668,7 +11668,7 @@ FLAG DESCRIPTIONS
11668
11668
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
11669
11669
  ```
11670
11670
 
11671
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/flexipage/index.ts)_
11671
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/flexipage/index.ts)_
11672
11672
 
11673
11673
  ## `sf template generate lightning app`
11674
11674
 
@@ -11726,7 +11726,7 @@ FLAG DESCRIPTIONS
11726
11726
  field in the DX project's "sfdx-project.json" file.
11727
11727
  ```
11728
11728
 
11729
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/lightning/app.ts)_
11729
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/app.ts)_
11730
11730
 
11731
11731
  ## `sf template generate lightning component`
11732
11732
 
@@ -11803,7 +11803,7 @@ FLAG DESCRIPTIONS
11803
11803
  field in the DX project's "sfdx-project.json" file.
11804
11804
  ```
11805
11805
 
11806
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/lightning/component.ts)_
11806
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/component.ts)_
11807
11807
 
11808
11808
  ## `sf template generate lightning event`
11809
11809
 
@@ -11861,7 +11861,7 @@ FLAG DESCRIPTIONS
11861
11861
  field in the DX project's "sfdx-project.json" file.
11862
11862
  ```
11863
11863
 
11864
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/lightning/event.ts)_
11864
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/event.ts)_
11865
11865
 
11866
11866
  ## `sf template generate lightning interface`
11867
11867
 
@@ -11919,7 +11919,7 @@ FLAG DESCRIPTIONS
11919
11919
  field in the DX project's "sfdx-project.json" file.
11920
11920
  ```
11921
11921
 
11922
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/lightning/interface.ts)_
11922
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/interface.ts)_
11923
11923
 
11924
11924
  ## `sf template generate lightning test`
11925
11925
 
@@ -11977,7 +11977,7 @@ FLAG DESCRIPTIONS
11977
11977
  field in the DX project's "sfdx-project.json" file.
11978
11978
  ```
11979
11979
 
11980
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/lightning/test.ts)_
11980
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/lightning/test.ts)_
11981
11981
 
11982
11982
  ## `sf template generate project`
11983
11983
 
@@ -12109,7 +12109,7 @@ FLAG DESCRIPTIONS
12109
12109
  server-side type stripping.
12110
12110
  ```
12111
12111
 
12112
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/project/index.ts)_
12112
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/project/index.ts)_
12113
12113
 
12114
12114
  ## `sf template generate static-resource`
12115
12115
 
@@ -12172,7 +12172,7 @@ FLAG DESCRIPTIONS
12172
12172
  etc.
12173
12173
  ```
12174
12174
 
12175
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/static-resource/index.ts)_
12175
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/static-resource/index.ts)_
12176
12176
 
12177
12177
  ## `sf template generate ui-bundle`
12178
12178
 
@@ -12261,7 +12261,7 @@ FLAG DESCRIPTIONS
12261
12261
  Supplied parameter values or default values are filled into a copy of the template.
12262
12262
  ```
12263
12263
 
12264
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/ui-bundle/index.ts)_
12264
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/ui-bundle/index.ts)_
12265
12265
 
12266
12266
  ## `sf template generate visualforce component`
12267
12267
 
@@ -12318,7 +12318,7 @@ FLAG DESCRIPTIONS
12318
12318
  Supplied parameter values or default values are filled into a copy of the template.
12319
12319
  ```
12320
12320
 
12321
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/visualforce/component.ts)_
12321
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/visualforce/component.ts)_
12322
12322
 
12323
12323
  ## `sf template generate visualforce page`
12324
12324
 
@@ -12369,7 +12369,7 @@ FLAG DESCRIPTIONS
12369
12369
  The name can be up to 40 characters and must start with a letter.
12370
12370
  ```
12371
12371
 
12372
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.8/src/commands/template/generate/visualforce/page.ts)_
12372
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.9/src/commands/template/generate/visualforce/page.ts)_
12373
12373
 
12374
12374
  ## `sf update [CHANNEL]`
12375
12375
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.149.5",
3
+ "version": "2.149.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.149.5",
9
+ "version": "2.149.6",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -28,7 +28,7 @@
28
28
  "@salesforce/plugin-apex": "4.1.0",
29
29
  "@salesforce/plugin-api": "2.0.9",
30
30
  "@salesforce/plugin-auth": "5.0.5",
31
- "@salesforce/plugin-data": "5.1.4",
31
+ "@salesforce/plugin-data": "5.1.5",
32
32
  "@salesforce/plugin-deploy-retrieve": "4.1.2",
33
33
  "@salesforce/plugin-info": "4.0.8",
34
34
  "@salesforce/plugin-limits": "4.0.3",
@@ -39,7 +39,7 @@
39
39
  "@salesforce/plugin-settings": "3.0.5",
40
40
  "@salesforce/plugin-sobject": "2.0.5",
41
41
  "@salesforce/plugin-telemetry": "4.0.5",
42
- "@salesforce/plugin-templates": "57.0.8",
42
+ "@salesforce/plugin-templates": "57.0.9",
43
43
  "@salesforce/plugin-trust": "4.0.9",
44
44
  "@salesforce/plugin-user": "5.0.1",
45
45
  "@salesforce/sf-plugins-core": "13.0.0",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@oclif/plugin-command-snapshot": "^5.2.3",
54
- "@oclif/test": "^4.1.21",
54
+ "@oclif/test": "^4.1.22",
55
55
  "@salesforce/dev-scripts": "^11.0.2",
56
56
  "@salesforce/plugin-release-management": "^6.0.1",
57
57
  "@salesforce/ts-sinon": "^1.4.36",
@@ -3673,9 +3673,9 @@
3673
3673
  }
3674
3674
  },
3675
3675
  "node_modules/@oclif/test": {
3676
- "version": "4.1.21",
3677
- "resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.21.tgz",
3678
- "integrity": "sha512-3Hsqv1mo7P/n8qXKJ4nLTYISA3oPzXGZDc4R9ioi5hpK1lQ7UI1ZcLkt0aKJ1qMKrYStzk20IWhcPRT0Vpteyw==",
3676
+ "version": "4.1.22",
3677
+ "resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.22.tgz",
3678
+ "integrity": "sha512-szaFr78p60axV6ECky9U2SMABE0g1JQpV3qyRjuPCt0pyAlgEzXodLnk99coqE1mny2qYlOU440dd37Xd/AQUA==",
3679
3679
  "dev": true,
3680
3680
  "license": "MIT",
3681
3681
  "dependencies": {
@@ -4895,9 +4895,9 @@
4895
4895
  }
4896
4896
  },
4897
4897
  "node_modules/@salesforce/plugin-data": {
4898
- "version": "5.1.4",
4899
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.4.tgz",
4900
- "integrity": "sha512-X2+k9+K5RvQ7hO1qYzrrep3cwCxkM9fKUKO7SIN27vLy1niFWcuX4RbBbVEqWe/3jkJJJ9NgTIGP6JuwQWF78A==",
4898
+ "version": "5.1.5",
4899
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.5.tgz",
4900
+ "integrity": "sha512-Q6ydOGH8cDlUHfh07NSbqXDvRjo947o0Y8Uv+8i/C+rO2PGPt/htcHL3BzsYedG3DjJ3dpMROyesNZdmCkMbhQ==",
4901
4901
  "license": "Apache-2.0",
4902
4902
  "dependencies": {
4903
4903
  "@jsforce/jsforce-node": "^3.10.15",
@@ -4909,7 +4909,7 @@
4909
4909
  "ansis": "^3.16.0",
4910
4910
  "change-case": "^5.4.4",
4911
4911
  "csv-parse": "^5.6.0",
4912
- "csv-stringify": "^6.7.0",
4912
+ "csv-stringify": "^6.8.3",
4913
4913
  "form-data": "^4.0.6",
4914
4914
  "terminal-link": "^3.0.0",
4915
4915
  "undici": "^7.29.0",
@@ -5192,14 +5192,14 @@
5192
5192
  }
5193
5193
  },
5194
5194
  "node_modules/@salesforce/plugin-templates": {
5195
- "version": "57.0.8",
5196
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.8.tgz",
5197
- "integrity": "sha512-ZfaKOpbagFTWCkuxQmew0bgDzJ4JJsO/UM9SsxIRVircjUgNs8jCQBD0KTtMwBy7emggiCcug5rbf0+j0AHfXw==",
5195
+ "version": "57.0.9",
5196
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.9.tgz",
5197
+ "integrity": "sha512-kZw+tLuN26xCuYxJKOkAqyOSw0rNILSJODB6VwfOQE6cC6LL+8+h6BxVbtPjErPur6zCNIUtXhEmVGFvNW8qJA==",
5198
5198
  "license": "Apache-2.0",
5199
5199
  "dependencies": {
5200
5200
  "@salesforce/core": "^9.1.2",
5201
5201
  "@salesforce/sf-plugins-core": "^13.0.0",
5202
- "@salesforce/templates": "^66.13.7"
5202
+ "@salesforce/templates": "^66.13.8"
5203
5203
  },
5204
5204
  "engines": {
5205
5205
  "node": ">=22.0.0"
@@ -5708,9 +5708,9 @@
5708
5708
  }
5709
5709
  },
5710
5710
  "node_modules/@salesforce/templates": {
5711
- "version": "66.13.7",
5712
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.7.tgz",
5713
- "integrity": "sha512-JGmZ0qXNCbc99bIGgwkmAey1MQ/w2rC22gY1yLj2ajDQpYN8FpwqtyhJrDbQtWbRpFMXhK5Bp7krpyBqotY+tQ==",
5711
+ "version": "66.13.8",
5712
+ "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.8.tgz",
5713
+ "integrity": "sha512-DIepXYRCHxQubnTlqM3LSdYQ+knhKuADr6bokZ8ebFLpGpjzPf/RCRwgid+Wqd8423a3yuDLTEN4LSSl0oUCdw==",
5714
5714
  "license": "BSD-3-Clause",
5715
5715
  "dependencies": {
5716
5716
  "@salesforce/kit": "^3.2.6",
@@ -9533,9 +9533,9 @@
9533
9533
  "license": "MIT"
9534
9534
  },
9535
9535
  "node_modules/csv-stringify": {
9536
- "version": "6.8.1",
9537
- "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.8.1.tgz",
9538
- "integrity": "sha512-tZ6X6TKQyQgCo5OptXcyAbfN1pwmoxEqELPQ7KFazNErx7kiVsDK8o+VYRXhfMl4N9vvOOLXuioquR2MeP847A==",
9536
+ "version": "6.8.3",
9537
+ "resolved": "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.8.3.tgz",
9538
+ "integrity": "sha512-gIeSCvq5F4VtXV3naV3VAewLhBkiZBz+PPhTOA8H3Y8h/ELa+R1ml0GZck/4/Nzo9ep2lvOluilJ6MJlbZsKMA==",
9539
9539
  "license": "MIT"
9540
9540
  },
9541
9541
  "node_modules/dargs": {
package/oclif.lock CHANGED
@@ -1509,10 +1509,10 @@
1509
1509
  strip-ansi "^7.2.0"
1510
1510
  wrap-ansi "^9.0.2"
1511
1511
 
1512
- "@oclif/test@^4.1.21":
1513
- version "4.1.21"
1514
- resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.21.tgz"
1515
- integrity sha512-3Hsqv1mo7P/n8qXKJ4nLTYISA3oPzXGZDc4R9ioi5hpK1lQ7UI1ZcLkt0aKJ1qMKrYStzk20IWhcPRT0Vpteyw==
1512
+ "@oclif/test@^4.1.22":
1513
+ version "4.1.22"
1514
+ resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.22.tgz"
1515
+ integrity sha512-szaFr78p60axV6ECky9U2SMABE0g1JQpV3qyRjuPCt0pyAlgEzXodLnk99coqE1mny2qYlOU440dd37Xd/AQUA==
1516
1516
  dependencies:
1517
1517
  ansis "^3.17.0"
1518
1518
  debug "^4.4.3"
@@ -2058,10 +2058,10 @@
2058
2058
  debug "^4.4.3"
2059
2059
  handlebars "^4.7.9"
2060
2060
 
2061
- "@salesforce/plugin-data@5.1.4":
2062
- version "5.1.4"
2063
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.4.tgz"
2064
- integrity sha512-X2+k9+K5RvQ7hO1qYzrrep3cwCxkM9fKUKO7SIN27vLy1niFWcuX4RbBbVEqWe/3jkJJJ9NgTIGP6JuwQWF78A==
2061
+ "@salesforce/plugin-data@5.1.5":
2062
+ version "5.1.5"
2063
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-5.1.5.tgz"
2064
+ integrity sha512-Q6ydOGH8cDlUHfh07NSbqXDvRjo947o0Y8Uv+8i/C+rO2PGPt/htcHL3BzsYedG3DjJ3dpMROyesNZdmCkMbhQ==
2065
2065
  dependencies:
2066
2066
  "@jsforce/jsforce-node" "^3.10.15"
2067
2067
  "@oclif/multi-stage-output" "^0.8.44"
@@ -2072,7 +2072,7 @@
2072
2072
  ansis "^3.16.0"
2073
2073
  change-case "^5.4.4"
2074
2074
  csv-parse "^5.6.0"
2075
- csv-stringify "^6.7.0"
2075
+ csv-stringify "^6.8.3"
2076
2076
  form-data "^4.0.6"
2077
2077
  terminal-link "^3.0.0"
2078
2078
  undici "^7.29.0"
@@ -2244,14 +2244,14 @@
2244
2244
  "@salesforce/ts-types" "^3.0.1"
2245
2245
  debug "^4.4.3"
2246
2246
 
2247
- "@salesforce/plugin-templates@57.0.8":
2248
- version "57.0.8"
2249
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.8.tgz"
2250
- integrity sha512-ZfaKOpbagFTWCkuxQmew0bgDzJ4JJsO/UM9SsxIRVircjUgNs8jCQBD0KTtMwBy7emggiCcug5rbf0+j0AHfXw==
2247
+ "@salesforce/plugin-templates@57.0.9":
2248
+ version "57.0.9"
2249
+ resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-57.0.9.tgz"
2250
+ integrity sha512-kZw+tLuN26xCuYxJKOkAqyOSw0rNILSJODB6VwfOQE6cC6LL+8+h6BxVbtPjErPur6zCNIUtXhEmVGFvNW8qJA==
2251
2251
  dependencies:
2252
2252
  "@salesforce/core" "^9.1.2"
2253
2253
  "@salesforce/sf-plugins-core" "^13.0.0"
2254
- "@salesforce/templates" "^66.13.7"
2254
+ "@salesforce/templates" "^66.13.8"
2255
2255
 
2256
2256
  "@salesforce/plugin-trust@^4.0.1", "@salesforce/plugin-trust@4.0.9":
2257
2257
  version "4.0.9"
@@ -2370,10 +2370,10 @@
2370
2370
  o11y_schema "^260.65.0"
2371
2371
  proxy-agent "^6.5.0"
2372
2372
 
2373
- "@salesforce/templates@^66.13.7":
2374
- version "66.13.7"
2375
- resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.7.tgz"
2376
- integrity sha512-JGmZ0qXNCbc99bIGgwkmAey1MQ/w2rC22gY1yLj2ajDQpYN8FpwqtyhJrDbQtWbRpFMXhK5Bp7krpyBqotY+tQ==
2373
+ "@salesforce/templates@^66.13.8":
2374
+ version "66.13.8"
2375
+ resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.13.8.tgz"
2376
+ integrity sha512-DIepXYRCHxQubnTlqM3LSdYQ+knhKuADr6bokZ8ebFLpGpjzPf/RCRwgid+Wqd8423a3yuDLTEN4LSSl0oUCdw==
2377
2377
  dependencies:
2378
2378
  "@salesforce/kit" "^3.2.6"
2379
2379
  ejs "^3.1.10"
@@ -4353,10 +4353,10 @@ csv-parse@^5.5.2, csv-parse@^5.6.0:
4353
4353
  resolved "https://registry.npmjs.org/csv-parse/-/csv-parse-5.6.0.tgz"
4354
4354
  integrity sha512-l3nz3euub2QMg5ouu5U09Ew9Wf6/wQ8I++ch1loQ0ljmzhmfZYrH9fflS22i/PQEvsPvxCwxgz5q7UB8K1JO4Q==
4355
4355
 
4356
- csv-stringify@^6.6.0, csv-stringify@^6.7.0:
4357
- version "6.8.1"
4358
- resolved "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.8.1.tgz"
4359
- integrity sha512-tZ6X6TKQyQgCo5OptXcyAbfN1pwmoxEqELPQ7KFazNErx7kiVsDK8o+VYRXhfMl4N9vvOOLXuioquR2MeP847A==
4356
+ csv-stringify@^6.6.0, csv-stringify@^6.8.3:
4357
+ version "6.8.3"
4358
+ resolved "https://registry.npmjs.org/csv-stringify/-/csv-stringify-6.8.3.tgz"
4359
+ integrity sha512-gIeSCvq5F4VtXV3naV3VAewLhBkiZBz+PPhTOA8H3Y8h/ELa+R1ml0GZck/4/Nzo9ep2lvOluilJ6MJlbZsKMA==
4360
4360
 
4361
4361
  dargs@^7.0.0:
4362
4362
  version "7.0.0"
@@ -6998,5 +6998,5 @@
6998
6998
  "requiresProject": true
6999
6999
  }
7000
7000
  },
7001
- "version": "2.149.5"
7001
+ "version": "2.149.6"
7002
7002
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.149.5",
4
+ "version": "2.149.6",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -163,7 +163,7 @@
163
163
  "@salesforce/plugin-apex": "4.1.0",
164
164
  "@salesforce/plugin-api": "2.0.9",
165
165
  "@salesforce/plugin-auth": "5.0.5",
166
- "@salesforce/plugin-data": "5.1.4",
166
+ "@salesforce/plugin-data": "5.1.5",
167
167
  "@salesforce/plugin-deploy-retrieve": "4.1.2",
168
168
  "@salesforce/plugin-info": "4.0.8",
169
169
  "@salesforce/plugin-limits": "4.0.3",
@@ -174,7 +174,7 @@
174
174
  "@salesforce/plugin-settings": "3.0.5",
175
175
  "@salesforce/plugin-sobject": "2.0.5",
176
176
  "@salesforce/plugin-telemetry": "4.0.5",
177
- "@salesforce/plugin-templates": "57.0.8",
177
+ "@salesforce/plugin-templates": "57.0.9",
178
178
  "@salesforce/plugin-trust": "4.0.9",
179
179
  "@salesforce/plugin-user": "5.0.1",
180
180
  "@salesforce/sf-plugins-core": "13.0.0",
@@ -261,7 +261,7 @@
261
261
  "types": "dist/index.d.ts",
262
262
  "devDependencies": {
263
263
  "@oclif/plugin-command-snapshot": "^5.2.3",
264
- "@oclif/test": "^4.1.21",
264
+ "@oclif/test": "^4.1.22",
265
265
  "@salesforce/dev-scripts": "^11.0.2",
266
266
  "@salesforce/plugin-release-management": "^6.0.1",
267
267
  "@salesforce/ts-sinon": "^1.4.36",