@salesforce/cli 2.131.4 → 2.131.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.131.4 linux-x64 node-v22.22.2
28
+ @salesforce/cli/2.131.6 linux-x64 node-v22.22.2
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -2453,7 +2453,7 @@ EXAMPLES
2453
2453
  $ sf data bulk results --job-id 7507i000fake341G --target-org my-scratch
2454
2454
  ```
2455
2455
 
2456
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/bulk/results.ts)_
2456
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/bulk/results.ts)_
2457
2457
 
2458
2458
  ## `sf data create file`
2459
2459
 
@@ -2502,7 +2502,7 @@ EXAMPLES
2502
2502
  $ sf data create file --file path/to/astro.png --parent-id a03fakeLoJWPIA3
2503
2503
  ```
2504
2504
 
2505
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/create/file.ts)_
2505
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/create/file.ts)_
2506
2506
 
2507
2507
  ## `sf data create record`
2508
2508
 
@@ -2558,7 +2558,7 @@ EXAMPLES
2558
2558
  TracedEntityId=01p17000000R6bLAAS"
2559
2559
  ```
2560
2560
 
2561
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/create/record.ts)_
2561
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/create/record.ts)_
2562
2562
 
2563
2563
  ## `sf data delete bulk`
2564
2564
 
@@ -2617,7 +2617,7 @@ FLAG DESCRIPTIONS
2617
2617
  and can be enabled only by a system administrator.
2618
2618
  ```
2619
2619
 
2620
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/delete/bulk.ts)_
2620
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/delete/bulk.ts)_
2621
2621
 
2622
2622
  ## `sf data delete record`
2623
2623
 
@@ -2678,7 +2678,7 @@ EXAMPLES
2678
2678
  $ sf data delete record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2679
2679
  ```
2680
2680
 
2681
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/delete/record.ts)_
2681
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/delete/record.ts)_
2682
2682
 
2683
2683
  ## `sf data delete resume`
2684
2684
 
@@ -2717,7 +2717,7 @@ EXAMPLES
2717
2717
  $ sf data delete resume --use-most-recent --target-org my-scratch
2718
2718
  ```
2719
2719
 
2720
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/delete/resume.ts)_
2720
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/delete/resume.ts)_
2721
2721
 
2722
2722
  ## `sf data export bulk`
2723
2723
 
@@ -2784,7 +2784,7 @@ EXAMPLES
2784
2784
  --result-format json --wait 10 --all-rows
2785
2785
  ```
2786
2786
 
2787
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/export/bulk.ts)_
2787
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/export/bulk.ts)_
2788
2788
 
2789
2789
  ## `sf data export resume`
2790
2790
 
@@ -2823,7 +2823,7 @@ EXAMPLES
2823
2823
  $ sf data export resume --use-most-recent
2824
2824
  ```
2825
2825
 
2826
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/export/resume.ts)_
2826
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/export/resume.ts)_
2827
2827
 
2828
2828
  ## `sf data export tree`
2829
2829
 
@@ -2883,7 +2883,7 @@ EXAMPLES
2883
2883
  my-scratch
2884
2884
  ```
2885
2885
 
2886
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/export/tree.ts)_
2886
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/export/tree.ts)_
2887
2887
 
2888
2888
  ## `sf data get record`
2889
2889
 
@@ -2947,7 +2947,7 @@ EXAMPLES
2947
2947
  $ sf data get record --use-tooling-api --sobject TraceFlag --record-id 7tf8c
2948
2948
  ```
2949
2949
 
2950
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/get/record.ts)_
2950
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/get/record.ts)_
2951
2951
 
2952
2952
  ## `sf data import bulk`
2953
2953
 
@@ -2999,7 +2999,7 @@ EXAMPLES
2999
2999
  $ sf data import bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3000
3000
  ```
3001
3001
 
3002
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/import/bulk.ts)_
3002
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/import/bulk.ts)_
3003
3003
 
3004
3004
  ## `sf data import resume`
3005
3005
 
@@ -3035,7 +3035,7 @@ EXAMPLES
3035
3035
  $ sf data import resume --use-most-recent --target-org my-scratch
3036
3036
  ```
3037
3037
 
3038
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/import/resume.ts)_
3038
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/import/resume.ts)_
3039
3039
 
3040
3040
  ## `sf data import tree`
3041
3041
 
@@ -3099,7 +3099,7 @@ FLAG DESCRIPTIONS
3099
3099
  - files(array) - Files: An array of files paths to load
3100
3100
  ```
3101
3101
 
3102
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/import/tree.ts)_
3102
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/import/tree.ts)_
3103
3103
 
3104
3104
  ## `sf data query`
3105
3105
 
@@ -3152,7 +3152,7 @@ EXAMPLES
3152
3152
  $ sf data query --query "SELECT Name FROM ApexTrigger" --use-tooling-api
3153
3153
  ```
3154
3154
 
3155
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/query.ts)_
3155
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/query.ts)_
3156
3156
 
3157
3157
  ## `sf data resume`
3158
3158
 
@@ -3189,7 +3189,7 @@ EXAMPLES
3189
3189
  $ sf data resume --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA
3190
3190
  ```
3191
3191
 
3192
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/resume.ts)_
3192
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/resume.ts)_
3193
3193
 
3194
3194
  ## `sf data search`
3195
3195
 
@@ -3239,7 +3239,7 @@ EXAMPLES
3239
3239
  $ sf data search --file query.txt --target-org my-scratch --result-format csv
3240
3240
  ```
3241
3241
 
3242
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/search.ts)_
3242
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/search.ts)_
3243
3243
 
3244
3244
  ## `sf data update bulk`
3245
3245
 
@@ -3294,7 +3294,7 @@ EXAMPLES
3294
3294
  $ sf data update bulk --file accounts.csv --sobject Account --wait 10 --target-org my-scratch
3295
3295
  ```
3296
3296
 
3297
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/update/bulk.ts)_
3297
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/update/bulk.ts)_
3298
3298
 
3299
3299
  ## `sf data update record`
3300
3300
 
@@ -3356,7 +3356,7 @@ EXAMPLES
3356
3356
  "ExpirationDate=2017-12-01T00:58:04.000+0000"
3357
3357
  ```
3358
3358
 
3359
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/update/record.ts)_
3359
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/update/record.ts)_
3360
3360
 
3361
3361
  ## `sf data update resume`
3362
3362
 
@@ -3395,7 +3395,7 @@ EXAMPLES
3395
3395
  $ sf data update resume --use-most-recent
3396
3396
  ```
3397
3397
 
3398
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/update/resume.ts)_
3398
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/update/resume.ts)_
3399
3399
 
3400
3400
  ## `sf data upsert bulk`
3401
3401
 
@@ -3451,7 +3451,7 @@ EXAMPLES
3451
3451
  my-scratch
3452
3452
  ```
3453
3453
 
3454
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/upsert/bulk.ts)_
3454
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/upsert/bulk.ts)_
3455
3455
 
3456
3456
  ## `sf data upsert resume`
3457
3457
 
@@ -3490,7 +3490,7 @@ EXAMPLES
3490
3490
  $ sf data upsert resume --use-most-recent --target-org my-scratch
3491
3491
  ```
3492
3492
 
3493
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/data/upsert/resume.ts)_
3493
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/data/upsert/resume.ts)_
3494
3494
 
3495
3495
  ## `sf doctor`
3496
3496
 
@@ -3585,7 +3585,7 @@ EXAMPLES
3585
3585
  $ sf force data bulk delete --sobject MyObject__c --file files/delete.csv --wait 5 --target-org my-scratch
3586
3586
  ```
3587
3587
 
3588
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/force/data/bulk/delete.ts)_
3588
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/force/data/bulk/delete.ts)_
3589
3589
 
3590
3590
  ## `sf force data bulk status`
3591
3591
 
@@ -3622,7 +3622,7 @@ EXAMPLES
3622
3622
  $ sf force data bulk status --job-id 750xx000000005sAAA --batch-id 751xx000000005nAAA --target-org my-scratch
3623
3623
  ```
3624
3624
 
3625
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/force/data/bulk/status.ts)_
3625
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/force/data/bulk/status.ts)_
3626
3626
 
3627
3627
  ## `sf force data bulk upsert`
3628
3628
 
@@ -3680,7 +3680,7 @@ EXAMPLES
3680
3680
  --target-org my-scratch
3681
3681
  ```
3682
3682
 
3683
- _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.87/src/commands/force/data/bulk/upsert.ts)_
3683
+ _See code: [@salesforce/plugin-data](https://github.com/salesforcecli/plugin-data/blob/4.0.89/src/commands/force/data/bulk/upsert.ts)_
3684
3684
 
3685
3685
  ## `sf help [COMMAND]`
3686
3686
 
@@ -9881,7 +9881,7 @@ FLAG DESCRIPTIONS
9881
9881
  directory.
9882
9882
  ```
9883
9883
 
9884
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/analytics/template.ts)_
9884
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/analytics/template.ts)_
9885
9885
 
9886
9886
  ## `sf template generate apex class`
9887
9887
 
@@ -9941,7 +9941,7 @@ FLAG DESCRIPTIONS
9941
9941
  Supplied parameter values or default values are filled into a copy of the template.
9942
9942
  ```
9943
9943
 
9944
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/apex/class.ts)_
9944
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/apex/class.ts)_
9945
9945
 
9946
9946
  ## `sf template generate apex trigger`
9947
9947
 
@@ -10011,7 +10011,7 @@ FLAG DESCRIPTIONS
10011
10011
  Supplied parameter values or default values are filled into a copy of the template.
10012
10012
  ```
10013
10013
 
10014
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/apex/trigger.ts)_
10014
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/apex/trigger.ts)_
10015
10015
 
10016
10016
  ## `sf template generate digital-experience site`
10017
10017
 
@@ -10065,7 +10065,7 @@ FLAG DESCRIPTIONS
10065
10065
  project, defaults to the current directory.
10066
10066
  ```
10067
10067
 
10068
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/digital-experience/site.ts)_
10068
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/digital-experience/site.ts)_
10069
10069
 
10070
10070
  ## `sf template generate flexipage`
10071
10071
 
@@ -10147,7 +10147,7 @@ FLAG DESCRIPTIONS
10147
10147
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
10148
10148
  ```
10149
10149
 
10150
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/flexipage/index.ts)_
10150
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/flexipage/index.ts)_
10151
10151
 
10152
10152
  ## `sf template generate lightning app`
10153
10153
 
@@ -10205,7 +10205,7 @@ FLAG DESCRIPTIONS
10205
10205
  field in the DX project's "sfdx-project.json" file.
10206
10206
  ```
10207
10207
 
10208
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/lightning/app.ts)_
10208
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/lightning/app.ts)_
10209
10209
 
10210
10210
  ## `sf template generate lightning component`
10211
10211
 
@@ -10282,7 +10282,7 @@ FLAG DESCRIPTIONS
10282
10282
  field in the DX project's "sfdx-project.json" file.
10283
10283
  ```
10284
10284
 
10285
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/lightning/component.ts)_
10285
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/lightning/component.ts)_
10286
10286
 
10287
10287
  ## `sf template generate lightning event`
10288
10288
 
@@ -10340,7 +10340,7 @@ FLAG DESCRIPTIONS
10340
10340
  field in the DX project's "sfdx-project.json" file.
10341
10341
  ```
10342
10342
 
10343
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/lightning/event.ts)_
10343
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/lightning/event.ts)_
10344
10344
 
10345
10345
  ## `sf template generate lightning interface`
10346
10346
 
@@ -10398,7 +10398,7 @@ FLAG DESCRIPTIONS
10398
10398
  field in the DX project's "sfdx-project.json" file.
10399
10399
  ```
10400
10400
 
10401
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/lightning/interface.ts)_
10401
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/lightning/interface.ts)_
10402
10402
 
10403
10403
  ## `sf template generate lightning test`
10404
10404
 
@@ -10456,7 +10456,7 @@ FLAG DESCRIPTIONS
10456
10456
  field in the DX project's "sfdx-project.json" file.
10457
10457
  ```
10458
10458
 
10459
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/lightning/test.ts)_
10459
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/lightning/test.ts)_
10460
10460
 
10461
10461
  ## `sf template generate project`
10462
10462
 
@@ -10582,7 +10582,7 @@ FLAG DESCRIPTIONS
10582
10582
  server-side type stripping.
10583
10583
  ```
10584
10584
 
10585
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/project/index.ts)_
10585
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/project/index.ts)_
10586
10586
 
10587
10587
  ## `sf template generate static-resource`
10588
10588
 
@@ -10645,7 +10645,7 @@ FLAG DESCRIPTIONS
10645
10645
  etc.
10646
10646
  ```
10647
10647
 
10648
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/static-resource/index.ts)_
10648
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/static-resource/index.ts)_
10649
10649
 
10650
10650
  ## `sf template generate ui-bundle`
10651
10651
 
@@ -10729,7 +10729,7 @@ FLAG DESCRIPTIONS
10729
10729
  Supplied parameter values or default values are filled into a copy of the template.
10730
10730
  ```
10731
10731
 
10732
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/ui-bundle/index.ts)_
10732
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/ui-bundle/index.ts)_
10733
10733
 
10734
10734
  ## `sf template generate visualforce component`
10735
10735
 
@@ -10786,7 +10786,7 @@ FLAG DESCRIPTIONS
10786
10786
  Supplied parameter values or default values are filled into a copy of the template.
10787
10787
  ```
10788
10788
 
10789
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/visualforce/component.ts)_
10789
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/visualforce/component.ts)_
10790
10790
 
10791
10791
  ## `sf template generate visualforce page`
10792
10792
 
@@ -10837,7 +10837,7 @@ FLAG DESCRIPTIONS
10837
10837
  The name can be up to 40 characters and must start with a letter.
10838
10838
  ```
10839
10839
 
10840
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.4/src/commands/template/generate/visualforce/page.ts)_
10840
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.15.5/src/commands/template/generate/visualforce/page.ts)_
10841
10841
 
10842
10842
  ## `sf update [CHANNEL]`
10843
10843
 
@@ -10875,7 +10875,7 @@ EXAMPLES
10875
10875
  $ sf update --available
10876
10876
  ```
10877
10877
 
10878
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.29/src/commands/update.ts)_
10878
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.30/src/commands/update.ts)_
10879
10879
 
10880
10880
  ## `sf version`
10881
10881
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.131.4",
3
+ "version": "2.131.6",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.131.4",
9
+ "version": "2.131.6",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -18,7 +18,7 @@
18
18
  "@oclif/plugin-not-found": "3.2.80",
19
19
  "@oclif/plugin-plugins": "5.4.59",
20
20
  "@oclif/plugin-search": "1.2.44",
21
- "@oclif/plugin-update": "4.7.29",
21
+ "@oclif/plugin-update": "4.7.30",
22
22
  "@oclif/plugin-version": "2.2.41",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.60",
24
24
  "@oclif/plugin-which": "3.2.49",
@@ -28,7 +28,7 @@
28
28
  "@salesforce/plugin-apex": "3.9.20",
29
29
  "@salesforce/plugin-api": "1.3.16",
30
30
  "@salesforce/plugin-auth": "4.3.4",
31
- "@salesforce/plugin-data": "4.0.87",
31
+ "@salesforce/plugin-data": "4.0.89",
32
32
  "@salesforce/plugin-deploy-retrieve": "3.24.27",
33
33
  "@salesforce/plugin-info": "3.4.118",
34
34
  "@salesforce/plugin-limits": "3.3.84",
@@ -39,7 +39,7 @@
39
39
  "@salesforce/plugin-settings": "2.4.66",
40
40
  "@salesforce/plugin-sobject": "1.4.95",
41
41
  "@salesforce/plugin-telemetry": "3.8.9",
42
- "@salesforce/plugin-templates": "56.15.4",
42
+ "@salesforce/plugin-templates": "56.15.5",
43
43
  "@salesforce/plugin-trust": "3.7.121",
44
44
  "@salesforce/plugin-user": "3.8.3",
45
45
  "@salesforce/sf-plugins-core": "12.2.6",
@@ -51,7 +51,7 @@
51
51
  },
52
52
  "devDependencies": {
53
53
  "@oclif/plugin-command-snapshot": "^5.2.3",
54
- "@oclif/test": "^4.1.17",
54
+ "@oclif/test": "^4.1.18",
55
55
  "@salesforce/dev-scripts": "^11.0.2",
56
56
  "@salesforce/plugin-release-management": "^5.7.0",
57
57
  "@salesforce/ts-sinon": "^1.4.33",
@@ -4132,9 +4132,9 @@
4132
4132
  }
4133
4133
  },
4134
4134
  "node_modules/@oclif/plugin-update": {
4135
- "version": "4.7.29",
4136
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.29.tgz",
4137
- "integrity": "sha512-wSN7fdJ39OGR+AMBgq3SysXiwssIpNmCNJUXhnTsacHbBkrHHap5gNRiVWvfnQ/51geaIRZWMtGzwoEzW6osew==",
4135
+ "version": "4.7.30",
4136
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.30.tgz",
4137
+ "integrity": "sha512-dN5/m2IVtlUcZqGfbK6U8kGT4WQqPYCUac6CpeiuJ7hPF8qVkeDpQ/zG3mRFe2xBLVpjKkuP7fdZutj0O3Xk8Q==",
4138
4138
  "license": "MIT",
4139
4139
  "dependencies": {
4140
4140
  "@inquirer/select": "^2.5.0",
@@ -4283,9 +4283,9 @@
4283
4283
  }
4284
4284
  },
4285
4285
  "node_modules/@oclif/test": {
4286
- "version": "4.1.17",
4287
- "resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.17.tgz",
4288
- "integrity": "sha512-OaD6/2vW9MqL58ZtaTGO1wc2vnPxZ/LLN0qp/+HVdMsBt/UDubxZreC3cxGR9rT8SMfyBvGIU8MzmZEBuiikAQ==",
4286
+ "version": "4.1.18",
4287
+ "resolved": "https://registry.npmjs.org/@oclif/test/-/test-4.1.18.tgz",
4288
+ "integrity": "sha512-SIy/8x8OHKh5Z32aS8jpzTDc+FC9531mMyypoH5HiZ0vXNjKJ9+SpbW4nYK2c/X44WcPdmjIImStZ/Wgc2zZnQ==",
4289
4289
  "dev": true,
4290
4290
  "license": "MIT",
4291
4291
  "dependencies": {
@@ -5324,13 +5324,13 @@
5324
5324
  }
5325
5325
  },
5326
5326
  "node_modules/@salesforce/plugin-data": {
5327
- "version": "4.0.87",
5328
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.87.tgz",
5329
- "integrity": "sha512-99es8pvGtdrBqnXXzJZJEiFtJRmPlEG5ynJryRlAN1aIdWg6zm4/j+DjEWDTu9KRCK8FsDKXQL3wUDW1NOWkMw==",
5327
+ "version": "4.0.89",
5328
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.89.tgz",
5329
+ "integrity": "sha512-uOgp2Skl6jsS7kZ8K0E52VFjeok9hNEgWLa0X+NMAYFSiJfI2TRihB5nSTvmRWKjz4XZVGy4KaBgZBqBoJ3NGQ==",
5330
5330
  "license": "Apache-2.0",
5331
5331
  "dependencies": {
5332
5332
  "@jsforce/jsforce-node": "^3.10.14",
5333
- "@oclif/multi-stage-output": "^0.8.30",
5333
+ "@oclif/multi-stage-output": "^0.8.34",
5334
5334
  "@salesforce/core": "^8.28.1",
5335
5335
  "@salesforce/kit": "^3.2.6",
5336
5336
  "@salesforce/sf-plugins-core": "^12.2.6",
@@ -5341,7 +5341,7 @@
5341
5341
  "csv-stringify": "^6.6.0",
5342
5342
  "form-data": "^4.0.5",
5343
5343
  "terminal-link": "^3.0.0",
5344
- "undici": "^7.24.5",
5344
+ "undici": "^7.24.7",
5345
5345
  "zod": "^4.3.6"
5346
5346
  },
5347
5347
  "engines": {
@@ -5756,14 +5756,14 @@
5756
5756
  }
5757
5757
  },
5758
5758
  "node_modules/@salesforce/plugin-templates": {
5759
- "version": "56.15.4",
5760
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.15.4.tgz",
5761
- "integrity": "sha512-uOR0xyF/A4p2RHXtiDd1XOakE1TUZwMGAOEDT8xmzKEA3X8BwhXQ2CeoTJoS2lZW0tfWUO4oEaXacGPLzDFCNw==",
5759
+ "version": "56.15.5",
5760
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.15.5.tgz",
5761
+ "integrity": "sha512-03ghEf2r0dcLl5dheWXoS0m+3nkuFiKmV1XktB1SXYWB4i+/pMGHrGrnkrnaNgN5WH+Ra5+21RJbTFEzSiyizA==",
5762
5762
  "license": "Apache-2.0",
5763
5763
  "dependencies": {
5764
5764
  "@salesforce/core": "^8.27.1",
5765
5765
  "@salesforce/sf-plugins-core": "^12",
5766
- "@salesforce/templates": "^66.7.8"
5766
+ "@salesforce/templates": "^66.7.10"
5767
5767
  },
5768
5768
  "engines": {
5769
5769
  "node": ">=18.0.0"
@@ -6145,9 +6145,9 @@
6145
6145
  }
6146
6146
  },
6147
6147
  "node_modules/@salesforce/templates": {
6148
- "version": "66.7.8",
6149
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.8.tgz",
6150
- "integrity": "sha512-13oYlo6lYRO00fz3GpRlVEhdPaGQbGlc1k89vF1+WfS+2ks7a2ANsxiBfn2uhr1McpKAldAA+q8+d/Hg+lBxGg==",
6148
+ "version": "66.7.10",
6149
+ "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.10.tgz",
6150
+ "integrity": "sha512-zIaYUpZHfvRa5nP8LwA5dKBaoBo40fFoch38iFw519gFJ9CXmcRu5crE7BVQ03trfj6pNsaUJSYl6cSIjsdy9A==",
6151
6151
  "license": "BSD-3-Clause",
6152
6152
  "dependencies": {
6153
6153
  "@salesforce/kit": "^3.2.6",
@@ -23854,9 +23854,9 @@
23854
23854
  }
23855
23855
  },
23856
23856
  "node_modules/undici": {
23857
- "version": "7.24.5",
23858
- "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.5.tgz",
23859
- "integrity": "sha512-3IWdCpjgxp15CbJnsi/Y9TCDE7HWVN19j1hmzVhoAkY/+CJx449tVxT5wZc1Gwg8J+P0LWvzlBzxYRnHJ+1i7Q==",
23857
+ "version": "7.24.7",
23858
+ "resolved": "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz",
23859
+ "integrity": "sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==",
23860
23860
  "license": "MIT",
23861
23861
  "engines": {
23862
23862
  "node": ">=20.18.1"
package/oclif.lock CHANGED
@@ -1776,10 +1776,10 @@
1776
1776
  ansi-escapes "^7.3.0"
1777
1777
  inquirer-autocomplete-standalone "^0.8.1"
1778
1778
 
1779
- "@oclif/plugin-update@4.7.29":
1780
- version "4.7.29"
1781
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.29.tgz"
1782
- integrity sha512-wSN7fdJ39OGR+AMBgq3SysXiwssIpNmCNJUXhnTsacHbBkrHHap5gNRiVWvfnQ/51geaIRZWMtGzwoEzW6osew==
1779
+ "@oclif/plugin-update@4.7.30":
1780
+ version "4.7.30"
1781
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.30.tgz"
1782
+ integrity sha512-dN5/m2IVtlUcZqGfbK6U8kGT4WQqPYCUac6CpeiuJ7hPF8qVkeDpQ/zG3mRFe2xBLVpjKkuP7fdZutj0O3Xk8Q==
1783
1783
  dependencies:
1784
1784
  "@inquirer/select" "^2.5.0"
1785
1785
  "@oclif/core" "^4"
@@ -1835,10 +1835,10 @@
1835
1835
  strip-ansi "^7.1.2"
1836
1836
  wrap-ansi "^9.0.2"
1837
1837
 
1838
- "@oclif/test@^4.1.17":
1839
- version "4.1.17"
1840
- resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.17.tgz"
1841
- integrity sha512-OaD6/2vW9MqL58ZtaTGO1wc2vnPxZ/LLN0qp/+HVdMsBt/UDubxZreC3cxGR9rT8SMfyBvGIU8MzmZEBuiikAQ==
1838
+ "@oclif/test@^4.1.18":
1839
+ version "4.1.18"
1840
+ resolved "https://registry.npmjs.org/@oclif/test/-/test-4.1.18.tgz"
1841
+ integrity sha512-SIy/8x8OHKh5Z32aS8jpzTDc+FC9531mMyypoH5HiZ0vXNjKJ9+SpbW4nYK2c/X44WcPdmjIImStZ/Wgc2zZnQ==
1842
1842
  dependencies:
1843
1843
  ansis "^3.17.0"
1844
1844
  debug "^4.4.3"
@@ -2267,13 +2267,13 @@
2267
2267
  debug "^4.4.0"
2268
2268
  handlebars "^4.7.8"
2269
2269
 
2270
- "@salesforce/plugin-data@4.0.87":
2271
- version "4.0.87"
2272
- resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.87.tgz"
2273
- integrity sha512-99es8pvGtdrBqnXXzJZJEiFtJRmPlEG5ynJryRlAN1aIdWg6zm4/j+DjEWDTu9KRCK8FsDKXQL3wUDW1NOWkMw==
2270
+ "@salesforce/plugin-data@4.0.89":
2271
+ version "4.0.89"
2272
+ resolved "https://registry.npmjs.org/@salesforce/plugin-data/-/plugin-data-4.0.89.tgz"
2273
+ integrity sha512-uOgp2Skl6jsS7kZ8K0E52VFjeok9hNEgWLa0X+NMAYFSiJfI2TRihB5nSTvmRWKjz4XZVGy4KaBgZBqBoJ3NGQ==
2274
2274
  dependencies:
2275
2275
  "@jsforce/jsforce-node" "^3.10.14"
2276
- "@oclif/multi-stage-output" "^0.8.30"
2276
+ "@oclif/multi-stage-output" "^0.8.34"
2277
2277
  "@salesforce/core" "^8.28.1"
2278
2278
  "@salesforce/kit" "^3.2.6"
2279
2279
  "@salesforce/sf-plugins-core" "^12.2.6"
@@ -2284,7 +2284,7 @@
2284
2284
  csv-stringify "^6.6.0"
2285
2285
  form-data "^4.0.5"
2286
2286
  terminal-link "^3.0.0"
2287
- undici "^7.24.5"
2287
+ undici "^7.24.7"
2288
2288
  zod "^4.3.6"
2289
2289
 
2290
2290
  "@salesforce/plugin-deploy-retrieve@3.24.27":
@@ -2449,14 +2449,14 @@
2449
2449
  "@salesforce/ts-types" "^2.0.12"
2450
2450
  debug "^4.4.3"
2451
2451
 
2452
- "@salesforce/plugin-templates@56.15.4":
2453
- version "56.15.4"
2454
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.15.4.tgz"
2455
- integrity sha512-uOR0xyF/A4p2RHXtiDd1XOakE1TUZwMGAOEDT8xmzKEA3X8BwhXQ2CeoTJoS2lZW0tfWUO4oEaXacGPLzDFCNw==
2452
+ "@salesforce/plugin-templates@56.15.5":
2453
+ version "56.15.5"
2454
+ resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.15.5.tgz"
2455
+ integrity sha512-03ghEf2r0dcLl5dheWXoS0m+3nkuFiKmV1XktB1SXYWB4i+/pMGHrGrnkrnaNgN5WH+Ra5+21RJbTFEzSiyizA==
2456
2456
  dependencies:
2457
2457
  "@salesforce/core" "^8.27.1"
2458
2458
  "@salesforce/sf-plugins-core" "^12"
2459
- "@salesforce/templates" "^66.7.8"
2459
+ "@salesforce/templates" "^66.7.10"
2460
2460
 
2461
2461
  "@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.121":
2462
2462
  version "3.7.121"
@@ -2576,10 +2576,10 @@
2576
2576
  o11y_schema "^260.52.0"
2577
2577
  proxy-agent "^6.5.0"
2578
2578
 
2579
- "@salesforce/templates@^66.7.8":
2580
- version "66.7.8"
2581
- resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.8.tgz"
2582
- integrity sha512-13oYlo6lYRO00fz3GpRlVEhdPaGQbGlc1k89vF1+WfS+2ks7a2ANsxiBfn2uhr1McpKAldAA+q8+d/Hg+lBxGg==
2579
+ "@salesforce/templates@^66.7.10":
2580
+ version "66.7.10"
2581
+ resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-66.7.10.tgz"
2582
+ integrity sha512-zIaYUpZHfvRa5nP8LwA5dKBaoBo40fFoch38iFw519gFJ9CXmcRu5crE7BVQ03trfj6pNsaUJSYl6cSIjsdy9A==
2583
2583
  dependencies:
2584
2584
  "@salesforce/kit" "^3.2.6"
2585
2585
  ejs "^3.1.10"
@@ -11426,10 +11426,10 @@ undici-types@~7.8.0:
11426
11426
  resolved "https://registry.npmjs.org/undici-types/-/undici-types-7.8.0.tgz"
11427
11427
  integrity sha512-9UJ2xGDvQ43tYyVMpuHlsgApydB8ZKfVYTsLDhXkFL/6gfkp+U8xTGdh8pMJv1SpZna0zxG1DwsKZsreLbXBxw==
11428
11428
 
11429
- undici@^7.24.5:
11430
- version "7.24.5"
11431
- resolved "https://registry.npmjs.org/undici/-/undici-7.24.5.tgz"
11432
- integrity sha512-3IWdCpjgxp15CbJnsi/Y9TCDE7HWVN19j1hmzVhoAkY/+CJx449tVxT5wZc1Gwg8J+P0LWvzlBzxYRnHJ+1i7Q==
11429
+ undici@^7.24.7:
11430
+ version "7.24.7"
11431
+ resolved "https://registry.npmjs.org/undici/-/undici-7.24.7.tgz"
11432
+ integrity sha512-H/nlJ/h0ggGC+uRL3ovD+G0i4bqhvsDOpbDv7At5eFLlj2b41L8QliGbnl2H7SnDiYhENphh1tQFJZf+MyfLsQ==
11433
11433
 
11434
11434
  unicorn-magic@^0.1.0:
11435
11435
  version "0.1.0"
@@ -4533,5 +4533,5 @@
4533
4533
  "requiresProject": true
4534
4534
  }
4535
4535
  },
4536
- "version": "2.131.4"
4536
+ "version": "2.131.6"
4537
4537
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.131.4",
4
+ "version": "2.131.6",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -153,7 +153,7 @@
153
153
  "@oclif/plugin-not-found": "3.2.80",
154
154
  "@oclif/plugin-plugins": "5.4.59",
155
155
  "@oclif/plugin-search": "1.2.44",
156
- "@oclif/plugin-update": "4.7.29",
156
+ "@oclif/plugin-update": "4.7.30",
157
157
  "@oclif/plugin-version": "2.2.41",
158
158
  "@oclif/plugin-warn-if-update-available": "3.1.60",
159
159
  "@oclif/plugin-which": "3.2.49",
@@ -163,7 +163,7 @@
163
163
  "@salesforce/plugin-apex": "3.9.20",
164
164
  "@salesforce/plugin-api": "1.3.16",
165
165
  "@salesforce/plugin-auth": "4.3.4",
166
- "@salesforce/plugin-data": "4.0.87",
166
+ "@salesforce/plugin-data": "4.0.89",
167
167
  "@salesforce/plugin-deploy-retrieve": "3.24.27",
168
168
  "@salesforce/plugin-info": "3.4.118",
169
169
  "@salesforce/plugin-limits": "3.3.84",
@@ -174,7 +174,7 @@
174
174
  "@salesforce/plugin-settings": "2.4.66",
175
175
  "@salesforce/plugin-sobject": "1.4.95",
176
176
  "@salesforce/plugin-telemetry": "3.8.9",
177
- "@salesforce/plugin-templates": "56.15.4",
177
+ "@salesforce/plugin-templates": "56.15.5",
178
178
  "@salesforce/plugin-trust": "3.7.121",
179
179
  "@salesforce/plugin-user": "3.8.3",
180
180
  "@salesforce/sf-plugins-core": "12.2.6",
@@ -258,7 +258,7 @@
258
258
  "types": "dist/index.d.ts",
259
259
  "devDependencies": {
260
260
  "@oclif/plugin-command-snapshot": "^5.2.3",
261
- "@oclif/test": "^4.1.17",
261
+ "@oclif/test": "^4.1.18",
262
262
  "@salesforce/dev-scripts": "^11.0.2",
263
263
  "@salesforce/plugin-release-management": "^5.7.0",
264
264
  "@salesforce/ts-sinon": "^1.4.33",