@salesforce/cli 2.129.1 → 2.129.3

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.129.1 linux-x64 node-v22.22.1
28
+ @salesforce/cli/2.129.3 linux-x64 node-v22.22.1
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -264,7 +264,7 @@ EXAMPLES
264
264
  $ sf agent activate --api-name Resort_Manager --version 2 --target-org my-org
265
265
  ```
266
266
 
267
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/activate.ts)_
267
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/activate.ts)_
268
268
 
269
269
  ## `sf agent create`
270
270
 
@@ -331,7 +331,7 @@ EXAMPLES
331
331
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
332
332
  ```
333
333
 
334
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/create.ts)_
334
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/create.ts)_
335
335
 
336
336
  ## `sf agent deactivate`
337
337
 
@@ -372,7 +372,7 @@ EXAMPLES
372
372
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
373
373
  ```
374
374
 
375
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/deactivate.ts)_
375
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/deactivate.ts)_
376
376
 
377
377
  ## `sf agent generate agent-spec`
378
378
 
@@ -479,7 +479,7 @@ EXAMPLES
479
479
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
480
480
  ```
481
481
 
482
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/agent-spec.ts)_
482
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/generate/agent-spec.ts)_
483
483
 
484
484
  ## `sf agent generate authoring-bundle`
485
485
 
@@ -556,7 +556,7 @@ EXAMPLES
556
556
  other-package-dir/main/default --target-org my-dev-org
557
557
  ```
558
558
 
559
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/authoring-bundle.ts)_
559
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/generate/authoring-bundle.ts)_
560
560
 
561
561
  ## `sf agent generate template`
562
562
 
@@ -604,7 +604,7 @@ EXAMPLES
604
604
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
605
605
  ```
606
606
 
607
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/template.ts)_
607
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/generate/template.ts)_
608
608
 
609
609
  ## `sf agent generate test-spec`
610
610
 
@@ -669,7 +669,7 @@ EXAMPLES
669
669
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
670
670
  ```
671
671
 
672
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/generate/test-spec.ts)_
672
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/generate/test-spec.ts)_
673
673
 
674
674
  ## `sf agent preview`
675
675
 
@@ -742,7 +742,7 @@ EXAMPLES
742
742
  $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
743
743
  ```
744
744
 
745
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview.ts)_
745
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/preview.ts)_
746
746
 
747
747
  ## `sf agent preview end`
748
748
 
@@ -797,7 +797,7 @@ EXAMPLES
797
797
  $ sf agent preview end --authoring-bundle My_Local_Agent
798
798
  ```
799
799
 
800
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/end.ts)_
800
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/preview/end.ts)_
801
801
 
802
802
  ## `sf agent preview send`
803
803
 
@@ -855,7 +855,7 @@ EXAMPLES
855
855
  $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent
856
856
  ```
857
857
 
858
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/send.ts)_
858
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/preview/send.ts)_
859
859
 
860
860
  ## `sf agent preview sessions`
861
861
 
@@ -888,7 +888,7 @@ EXAMPLES
888
888
  $ sf agent preview sessions
889
889
  ```
890
890
 
891
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/sessions.ts)_
891
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/preview/sessions.ts)_
892
892
 
893
893
  ## `sf agent preview start`
894
894
 
@@ -945,7 +945,7 @@ EXAMPLES
945
945
  $ sf agent preview start --api-name My_Published_Agent
946
946
  ```
947
947
 
948
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/preview/start.ts)_
948
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/preview/start.ts)_
949
949
 
950
950
  ## `sf agent publish authoring-bundle`
951
951
 
@@ -994,7 +994,7 @@ EXAMPLES
994
994
  $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
995
995
  ```
996
996
 
997
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/publish/authoring-bundle.ts)_
997
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/publish/authoring-bundle.ts)_
998
998
 
999
999
  ## `sf agent test create`
1000
1000
 
@@ -1049,7 +1049,7 @@ EXAMPLES
1049
1049
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
1050
1050
  ```
1051
1051
 
1052
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/create.ts)_
1052
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/test/create.ts)_
1053
1053
 
1054
1054
  ## `sf agent test list`
1055
1055
 
@@ -1084,7 +1084,7 @@ EXAMPLES
1084
1084
  $ sf agent test list --target-org my-org
1085
1085
  ```
1086
1086
 
1087
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/list.ts)_
1087
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/test/list.ts)_
1088
1088
 
1089
1089
  ## `sf agent test results`
1090
1090
 
@@ -1150,7 +1150,7 @@ FLAG DESCRIPTIONS
1150
1150
  expression when using custom evaluations.
1151
1151
  ```
1152
1152
 
1153
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/results.ts)_
1153
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/test/results.ts)_
1154
1154
 
1155
1155
  ## `sf agent test resume`
1156
1156
 
@@ -1223,7 +1223,7 @@ FLAG DESCRIPTIONS
1223
1223
  expression when using custom evaluations.
1224
1224
  ```
1225
1225
 
1226
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/resume.ts)_
1226
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/test/resume.ts)_
1227
1227
 
1228
1228
  ## `sf agent test run`
1229
1229
 
@@ -1297,7 +1297,7 @@ FLAG DESCRIPTIONS
1297
1297
  expression when using custom evaluations.
1298
1298
  ```
1299
1299
 
1300
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/test/run.ts)_
1300
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/test/run.ts)_
1301
1301
 
1302
1302
  ## `sf agent validate authoring-bundle`
1303
1303
 
@@ -1344,7 +1344,7 @@ EXAMPLES
1344
1344
  $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
1345
1345
  ```
1346
1346
 
1347
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.4/src/commands/agent/validate/authoring-bundle.ts)_
1347
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.32.7/src/commands/agent/validate/authoring-bundle.ts)_
1348
1348
 
1349
1349
  ## `sf alias list`
1350
1350
 
@@ -1372,7 +1372,7 @@ EXAMPLES
1372
1372
  $ sf alias list
1373
1373
  ```
1374
1374
 
1375
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/alias/list.ts)_
1375
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/alias/list.ts)_
1376
1376
 
1377
1377
  ## `sf alias set`
1378
1378
 
@@ -1421,7 +1421,7 @@ EXAMPLES
1421
1421
  $ sf alias set my-scratch-org test-ss0xut7txzxf@example.com
1422
1422
  ```
1423
1423
 
1424
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/alias/set.ts)_
1424
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/alias/set.ts)_
1425
1425
 
1426
1426
  ## `sf alias unset`
1427
1427
 
@@ -1461,7 +1461,7 @@ EXAMPLES
1461
1461
  $ sf alias unset --all [--no-prompt]
1462
1462
  ```
1463
1463
 
1464
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/alias/unset.ts)_
1464
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/alias/unset.ts)_
1465
1465
 
1466
1466
  ## `sf apex get log`
1467
1467
 
@@ -2125,7 +2125,7 @@ CONFIGURATION VARIABLES
2125
2125
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2126
2126
  ```
2127
2127
 
2128
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/config/get.ts)_
2128
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/config/get.ts)_
2129
2129
 
2130
2130
  ## `sf config list`
2131
2131
 
@@ -2165,7 +2165,7 @@ EXAMPLES
2165
2165
  $ sf config list
2166
2166
  ```
2167
2167
 
2168
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/config/list.ts)_
2168
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/config/list.ts)_
2169
2169
 
2170
2170
  ## `sf config set`
2171
2171
 
@@ -2234,7 +2234,7 @@ CONFIGURATION VARIABLES
2234
2234
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2235
2235
  ```
2236
2236
 
2237
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/config/set.ts)_
2237
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/config/set.ts)_
2238
2238
 
2239
2239
  ## `sf config unset`
2240
2240
 
@@ -2284,7 +2284,7 @@ CONFIGURATION VARIABLES
2284
2284
  org-capitalize-record-types Whether record types are capitalized on scratch org creation.
2285
2285
  ```
2286
2286
 
2287
- _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.60/src/commands/config/unset.ts)_
2287
+ _See code: [@salesforce/plugin-settings](https://github.com/salesforcecli/plugin-settings/blob/2.4.61/src/commands/config/unset.ts)_
2288
2288
 
2289
2289
  ## `sf data bulk results`
2290
2290
 
@@ -3414,7 +3414,7 @@ EXAMPLES
3414
3414
  $ sf doctor --plugin @salesforce/plugin-source
3415
3415
  ```
3416
3416
 
3417
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.111/src/commands/doctor.ts)_
3417
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.112/src/commands/doctor.ts)_
3418
3418
 
3419
3419
  ## `sf force data bulk delete`
3420
3420
 
@@ -3616,7 +3616,7 @@ EXAMPLES
3616
3616
  $ sf info releasenotes display --version latest
3617
3617
  ```
3618
3618
 
3619
- _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.111/src/commands/info/releasenotes/display.ts)_
3619
+ _See code: [@salesforce/plugin-info](https://github.com/salesforcecli/plugin-info/blob/3.4.112/src/commands/info/releasenotes/display.ts)_
3620
3620
 
3621
3621
  ## `sf logic get test`
3622
3622
 
@@ -4696,7 +4696,7 @@ EXAMPLES
4696
4696
  $ sf org list auth
4697
4697
  ```
4698
4698
 
4699
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.1/src/commands/org/list/auth.ts)_
4699
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.2/src/commands/org/list/auth.ts)_
4700
4700
 
4701
4701
  ## `sf org list limits`
4702
4702
 
@@ -4736,7 +4736,7 @@ EXAMPLES
4736
4736
  $ sf org list limits --target-org my-scratch-org
4737
4737
  ```
4738
4738
 
4739
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.80/src/commands/org/list/limits.ts)_
4739
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.81/src/commands/org/list/limits.ts)_
4740
4740
 
4741
4741
  ## `sf org list metadata`
4742
4742
 
@@ -4904,7 +4904,7 @@ EXAMPLES
4904
4904
  $ sf org list sobject record-counts --sobject Account --sobject Lead --target-org my-scratch-org
4905
4905
  ```
4906
4906
 
4907
- _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.80/src/commands/org/list/sobject/record-counts.ts)_
4907
+ _See code: [@salesforce/plugin-limits](https://github.com/salesforcecli/plugin-limits/blob/3.3.81/src/commands/org/list/sobject/record-counts.ts)_
4908
4908
 
4909
4909
  ## `sf org list users`
4910
4910
 
@@ -4996,7 +4996,7 @@ FLAG DESCRIPTIONS
4996
4996
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
4997
4997
  ```
4998
4998
 
4999
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.1/src/commands/org/login/access-token.ts)_
4999
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.2/src/commands/org/login/access-token.ts)_
5000
5000
 
5001
5001
  ## `sf org login jwt`
5002
5002
 
@@ -5087,7 +5087,7 @@ FLAG DESCRIPTIONS
5087
5087
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5088
5088
  ```
5089
5089
 
5090
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.1/src/commands/org/login/jwt.ts)_
5090
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.2/src/commands/org/login/jwt.ts)_
5091
5091
 
5092
5092
  ## `sf org login sfdx-url`
5093
5093
 
@@ -5157,7 +5157,7 @@ EXAMPLES
5157
5157
  $ echo url | sf org login sfdx-url --sfdx-url-stdin
5158
5158
  ```
5159
5159
 
5160
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.1/src/commands/org/login/sfdx-url.ts)_
5160
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.2/src/commands/org/login/sfdx-url.ts)_
5161
5161
 
5162
5162
  ## `sf org login web`
5163
5163
 
@@ -5262,7 +5262,7 @@ FLAG DESCRIPTIONS
5262
5262
  To specify a sandbox, set --instance-url to "https://<MyDomainName>--<SandboxName>.sandbox.my.salesforce.com".
5263
5263
  ```
5264
5264
 
5265
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.1/src/commands/org/login/web.ts)_
5265
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.2/src/commands/org/login/web.ts)_
5266
5266
 
5267
5267
  ## `sf org logout`
5268
5268
 
@@ -5328,7 +5328,7 @@ FLAG DESCRIPTIONS
5328
5328
  All orgs includes Dev Hubs, sandboxes, DE orgs, and expired, deleted, and unknown-status scratch orgs.
5329
5329
  ```
5330
5330
 
5331
- _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.1/src/commands/org/logout.ts)_
5331
+ _See code: [@salesforce/plugin-auth](https://github.com/salesforcecli/plugin-auth/blob/4.3.2/src/commands/org/logout.ts)_
5332
5332
 
5333
5333
  ## `sf org open`
5334
5334
 
@@ -9396,7 +9396,7 @@ FLAG DESCRIPTIONS
9396
9396
  If you don't specify this flag, the command prompts you to choose from your local objects.
9397
9397
  ```
9398
9398
 
9399
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.86/src/commands/schema/generate/field.ts)_
9399
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.88/src/commands/schema/generate/field.ts)_
9400
9400
 
9401
9401
  ## `sf schema generate platformevent`
9402
9402
 
@@ -9428,7 +9428,7 @@ EXAMPLES
9428
9428
  $ sf schema generate platformevent --label "My Platform Event"
9429
9429
  ```
9430
9430
 
9431
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.86/src/commands/schema/generate/platformevent.ts)_
9431
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.88/src/commands/schema/generate/platformevent.ts)_
9432
9432
 
9433
9433
  ## `sf schema generate sobject`
9434
9434
 
@@ -9485,7 +9485,7 @@ FLAG DESCRIPTIONS
9485
9485
  - Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
9486
9486
  ```
9487
9487
 
9488
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.86/src/commands/schema/generate/sobject.ts)_
9488
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.88/src/commands/schema/generate/sobject.ts)_
9489
9489
 
9490
9490
  ## `sf schema generate tab`
9491
9491
 
@@ -9533,7 +9533,7 @@ FLAG DESCRIPTIONS
9533
9533
  The API name for a custom object always ends in `__c`, such as `MyObject__c`.
9534
9534
  ```
9535
9535
 
9536
- _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.86/src/commands/schema/generate/tab.ts)_
9536
+ _See code: [@salesforce/plugin-sobject](https://github.com/salesforcecli/plugin-sobject/blob/1.4.88/src/commands/schema/generate/tab.ts)_
9537
9537
 
9538
9538
  ## `sf search`
9539
9539
 
@@ -9679,7 +9679,7 @@ FLAG DESCRIPTIONS
9679
9679
  directory.
9680
9680
  ```
9681
9681
 
9682
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/analytics/template.ts)_
9682
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/analytics/template.ts)_
9683
9683
 
9684
9684
  ## `sf template generate apex class`
9685
9685
 
@@ -9739,7 +9739,7 @@ FLAG DESCRIPTIONS
9739
9739
  Supplied parameter values or default values are filled into a copy of the template.
9740
9740
  ```
9741
9741
 
9742
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/apex/class.ts)_
9742
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/apex/class.ts)_
9743
9743
 
9744
9744
  ## `sf template generate apex trigger`
9745
9745
 
@@ -9809,7 +9809,7 @@ FLAG DESCRIPTIONS
9809
9809
  Supplied parameter values or default values are filled into a copy of the template.
9810
9810
  ```
9811
9811
 
9812
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/apex/trigger.ts)_
9812
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/apex/trigger.ts)_
9813
9813
 
9814
9814
  ## `sf template generate digital-experience site`
9815
9815
 
@@ -9863,7 +9863,7 @@ FLAG DESCRIPTIONS
9863
9863
  project, defaults to the current directory.
9864
9864
  ```
9865
9865
 
9866
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/digital-experience/site.ts)_
9866
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/digital-experience/site.ts)_
9867
9867
 
9868
9868
  ## `sf template generate flexipage`
9869
9869
 
@@ -9945,7 +9945,7 @@ FLAG DESCRIPTIONS
9945
9945
  'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata.
9946
9946
  ```
9947
9947
 
9948
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/flexipage/index.ts)_
9948
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/flexipage/index.ts)_
9949
9949
 
9950
9950
  ## `sf template generate lightning app`
9951
9951
 
@@ -10001,7 +10001,7 @@ FLAG DESCRIPTIONS
10001
10001
  Supplied parameter values or default values are filled into a copy of the template.
10002
10002
  ```
10003
10003
 
10004
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/lightning/app.ts)_
10004
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/lightning/app.ts)_
10005
10005
 
10006
10006
  ## `sf template generate lightning component`
10007
10007
 
@@ -10071,7 +10071,7 @@ FLAG DESCRIPTIONS
10071
10071
  Supplied parameter values or default values are filled into a copy of the template.
10072
10072
  ```
10073
10073
 
10074
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/lightning/component.ts)_
10074
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/lightning/component.ts)_
10075
10075
 
10076
10076
  ## `sf template generate lightning event`
10077
10077
 
@@ -10127,7 +10127,7 @@ FLAG DESCRIPTIONS
10127
10127
  Supplied parameter values or default values are filled into a copy of the template.
10128
10128
  ```
10129
10129
 
10130
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/lightning/event.ts)_
10130
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/lightning/event.ts)_
10131
10131
 
10132
10132
  ## `sf template generate lightning interface`
10133
10133
 
@@ -10183,7 +10183,7 @@ FLAG DESCRIPTIONS
10183
10183
  Supplied parameter values or default values are filled into a copy of the template.
10184
10184
  ```
10185
10185
 
10186
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/lightning/interface.ts)_
10186
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/lightning/interface.ts)_
10187
10187
 
10188
10188
  ## `sf template generate lightning test`
10189
10189
 
@@ -10239,7 +10239,7 @@ FLAG DESCRIPTIONS
10239
10239
  Supplied parameter values or default values are filled into a copy of the template.
10240
10240
  ```
10241
10241
 
10242
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/lightning/test.ts)_
10242
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/lightning/test.ts)_
10243
10243
 
10244
10244
  ## `sf template generate project`
10245
10245
 
@@ -10352,7 +10352,7 @@ FLAG DESCRIPTIONS
10352
10352
  Override the api version used for api requests made by this command
10353
10353
  ```
10354
10354
 
10355
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/project/index.ts)_
10355
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/project/index.ts)_
10356
10356
 
10357
10357
  ## `sf template generate static-resource`
10358
10358
 
@@ -10415,7 +10415,7 @@ FLAG DESCRIPTIONS
10415
10415
  etc.
10416
10416
  ```
10417
10417
 
10418
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/static-resource/index.ts)_
10418
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/static-resource/index.ts)_
10419
10419
 
10420
10420
  ## `sf template generate visualforce component`
10421
10421
 
@@ -10472,7 +10472,7 @@ FLAG DESCRIPTIONS
10472
10472
  Supplied parameter values or default values are filled into a copy of the template.
10473
10473
  ```
10474
10474
 
10475
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/visualforce/component.ts)_
10475
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/visualforce/component.ts)_
10476
10476
 
10477
10477
  ## `sf template generate visualforce page`
10478
10478
 
@@ -10523,7 +10523,7 @@ FLAG DESCRIPTIONS
10523
10523
  The name can be up to 40 characters and must start with a letter.
10524
10524
  ```
10525
10525
 
10526
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.0/src/commands/template/generate/visualforce/page.ts)_
10526
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.11.1/src/commands/template/generate/visualforce/page.ts)_
10527
10527
 
10528
10528
  ## `sf update [CHANNEL]`
10529
10529
 
@@ -10561,7 +10561,7 @@ EXAMPLES
10561
10561
  $ sf update --available
10562
10562
  ```
10563
10563
 
10564
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.23/src/commands/update.ts)_
10564
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.24/src/commands/update.ts)_
10565
10565
 
10566
10566
  ## `sf version`
10567
10567
 
@@ -1,45 +1,45 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.129.1",
3
+ "version": "2.129.3",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.129.1",
9
+ "version": "2.129.3",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
13
13
  "@inquirer/select": "^2.3.5",
14
- "@oclif/core": "4.10.0",
14
+ "@oclif/core": "4.10.1",
15
15
  "@oclif/plugin-autocomplete": "3.2.41",
16
16
  "@oclif/plugin-commands": "4.1.40",
17
17
  "@oclif/plugin-help": "6.2.38",
18
18
  "@oclif/plugin-not-found": "3.2.75",
19
19
  "@oclif/plugin-plugins": "5.4.59",
20
20
  "@oclif/plugin-search": "1.2.39",
21
- "@oclif/plugin-update": "4.7.23",
21
+ "@oclif/plugin-update": "4.7.24",
22
22
  "@oclif/plugin-version": "2.2.38",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.55",
24
24
  "@oclif/plugin-which": "3.2.44",
25
25
  "@salesforce/core": "^8.25.0",
26
26
  "@salesforce/kit": "^3.1.6",
27
- "@salesforce/plugin-agent": "1.32.4",
27
+ "@salesforce/plugin-agent": "1.32.7",
28
28
  "@salesforce/plugin-apex": "3.9.13",
29
29
  "@salesforce/plugin-api": "1.3.11",
30
- "@salesforce/plugin-auth": "4.3.1",
30
+ "@salesforce/plugin-auth": "4.3.2",
31
31
  "@salesforce/plugin-data": "4.0.80",
32
32
  "@salesforce/plugin-deploy-retrieve": "3.24.16",
33
- "@salesforce/plugin-info": "3.4.111",
34
- "@salesforce/plugin-limits": "3.3.80",
33
+ "@salesforce/plugin-info": "3.4.112",
34
+ "@salesforce/plugin-limits": "3.3.81",
35
35
  "@salesforce/plugin-marketplace": "1.3.10",
36
36
  "@salesforce/plugin-org": "5.9.72",
37
37
  "@salesforce/plugin-packaging": "2.25.10",
38
38
  "@salesforce/plugin-schema": "3.3.98",
39
- "@salesforce/plugin-settings": "2.4.60",
40
- "@salesforce/plugin-sobject": "1.4.86",
39
+ "@salesforce/plugin-settings": "2.4.61",
40
+ "@salesforce/plugin-sobject": "1.4.88",
41
41
  "@salesforce/plugin-telemetry": "3.8.3",
42
- "@salesforce/plugin-templates": "56.11.0",
42
+ "@salesforce/plugin-templates": "56.11.1",
43
43
  "@salesforce/plugin-trust": "3.7.114",
44
44
  "@salesforce/plugin-user": "3.8.0",
45
45
  "@salesforce/sf-plugins-core": "12.2.6",
@@ -3653,9 +3653,9 @@
3653
3653
  }
3654
3654
  },
3655
3655
  "node_modules/@oclif/core": {
3656
- "version": "4.10.0",
3657
- "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.0.tgz",
3658
- "integrity": "sha512-T52mrztDvj7RXiURdA+6vd1B4yeYVpHF6DH/RshqEwIA6R63dhe4YoIBYWJi0H3LhCQTUTL84uWadrJAImu/vg==",
3656
+ "version": "4.10.1",
3657
+ "resolved": "https://registry.npmjs.org/@oclif/core/-/core-4.10.1.tgz",
3658
+ "integrity": "sha512-SeT6K9arGKh6IJ585gC+ueCS9xZfbsO+k6UEjVO6H3vElrOEWOWLI0KYnSl0rmg6MOXqM5fSiqIQZtDeJuIXlw==",
3659
3659
  "license": "MIT",
3660
3660
  "dependencies": {
3661
3661
  "ansi-escapes": "^4.3.2",
@@ -4131,9 +4131,9 @@
4131
4131
  }
4132
4132
  },
4133
4133
  "node_modules/@oclif/plugin-update": {
4134
- "version": "4.7.23",
4135
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.23.tgz",
4136
- "integrity": "sha512-HXoLtYaQDxzRStkSgLKq/2KW7+GJWUWnkmO0EkGT23UfLZRzlzsoHraoKiE3QWKOA5fTB/neNMlg/95DZJXoMA==",
4134
+ "version": "4.7.24",
4135
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.24.tgz",
4136
+ "integrity": "sha512-YhjZQniwoqv2Mnxblucehg9OCzKfTERa0v+u3OKAnNE/zjJ+CQE+dTg2RlruaPGBxenZZxvoDXA5QlxQY2CGIw==",
4137
4137
  "license": "MIT",
4138
4138
  "dependencies": {
4139
4139
  "@inquirer/select": "^2.5.0",
@@ -5028,9 +5028,9 @@
5028
5028
  }
5029
5029
  },
5030
5030
  "node_modules/@salesforce/plugin-agent": {
5031
- "version": "1.32.4",
5032
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.4.tgz",
5033
- "integrity": "sha512-s0yG0f9cSHTN8zg0GsQ4RoRIeaGi1twnv9jROeIFOeRrPq0D9XGJt/Vs4uxxRiSkbNfl/67k1EX4V7ijitM+yA==",
5031
+ "version": "1.32.7",
5032
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.7.tgz",
5033
+ "integrity": "sha512-xCFiEKGYAxi3fV3juiH64iD3qdGu8nsvBDKvRomKr0RAhmnkg4Vt7r4aHbCDmGQLjpmE5mnREk+0hq41E75YRQ==",
5034
5034
  "license": "Apache-2.0",
5035
5035
  "dependencies": {
5036
5036
  "@inquirer/core": "^10.3.2",
@@ -5044,7 +5044,7 @@
5044
5044
  "@salesforce/source-deploy-retrieve": "^12.31.14",
5045
5045
  "@salesforce/types": "^1.6.0",
5046
5046
  "ansis": "^3.3.2",
5047
- "fast-xml-parser": "^5.5.6",
5047
+ "fast-xml-parser": "^5.5.7",
5048
5048
  "glob": "^11.0.3",
5049
5049
  "ink": "5.0.1",
5050
5050
  "ink-text-input": "^6.0.0",
@@ -5192,9 +5192,9 @@
5192
5192
  }
5193
5193
  },
5194
5194
  "node_modules/@salesforce/plugin-auth": {
5195
- "version": "4.3.1",
5196
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.1.tgz",
5197
- "integrity": "sha512-5VzkM+wssqzMsHiNoL9tkNc9UbLJKy0D7itDS/dCzhPxc454P7MWOHZnuftfsVsE2pq5kRMsLJbtFSetGtMwGQ==",
5195
+ "version": "4.3.2",
5196
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.2.tgz",
5197
+ "integrity": "sha512-xu8Gm8FWLgmrdXONa5+UzKdQx7LtCW0obNYBclFjHOa9jqQ75+2qD42emNVpNSAvTPtOatAYIBUUH/Xoyd7J1A==",
5198
5198
  "license": "Apache-2.0",
5199
5199
  "dependencies": {
5200
5200
  "@inquirer/checkbox": "^2.5.0",
@@ -5372,9 +5372,9 @@
5372
5372
  }
5373
5373
  },
5374
5374
  "node_modules/@salesforce/plugin-info": {
5375
- "version": "3.4.111",
5376
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.111.tgz",
5377
- "integrity": "sha512-ImONwz4kXjbnsnXWPfEz0Hsh/NCPqSgRyVW9Fmb2eVG3LHFRIBpHhYV7867D0MsHCJ0GX6suHnxuqpX9J4dzWQ==",
5375
+ "version": "3.4.112",
5376
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.112.tgz",
5377
+ "integrity": "sha512-DdTidPlzHrbH6l6/vUg1LOkzSMuqZIgTEjnm+MXSTarAKPmGD035bTS2+NRI+vpkE+9a1U2i9+EFPEOau2H/rw==",
5378
5378
  "license": "Apache-2.0",
5379
5379
  "dependencies": {
5380
5380
  "@inquirer/input": "^2.3.0",
@@ -5395,9 +5395,9 @@
5395
5395
  }
5396
5396
  },
5397
5397
  "node_modules/@salesforce/plugin-limits": {
5398
- "version": "3.3.80",
5399
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.80.tgz",
5400
- "integrity": "sha512-LHm3kfSONT2i7CS4jQ1Gcl9ABmA4jLvCD0lHGKGaHimIZr7rEX5l5wLkwEVHsaLl402OI5xGbZ1Z5C4qA6T4Zw==",
5398
+ "version": "3.3.81",
5399
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.81.tgz",
5400
+ "integrity": "sha512-3Clc+EdOqLNH7m6fK2ydaMiSI3CGypfH0GvcHJ+przOjPqR4UxPeoObnLEDEegb4tB+0Fqe+7GfhDQzOcg5Epw==",
5401
5401
  "license": "Apache-2.0",
5402
5402
  "dependencies": {
5403
5403
  "@salesforce/core": "^8.27.0",
@@ -5628,9 +5628,9 @@
5628
5628
  }
5629
5629
  },
5630
5630
  "node_modules/@salesforce/plugin-settings": {
5631
- "version": "2.4.60",
5632
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.60.tgz",
5633
- "integrity": "sha512-8wREvoMa7avXZ7R9yht3khsHLiiQiq57pUCvLvR8TXQukAP7XO60ihv8GUpShwWOOgkuoeSVjPze7GkHPuJRzQ==",
5631
+ "version": "2.4.61",
5632
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.61.tgz",
5633
+ "integrity": "sha512-sOck8YvVqLhs6Y7vvYYUUGPXu7IlzbBKYngIuNXoISFgPI7rStbT1N9g87jVCCxj3+vPw1oWHodhLT2mUuWs5w==",
5634
5634
  "license": "Apache-2.0",
5635
5635
  "dependencies": {
5636
5636
  "@oclif/core": "^4",
@@ -5643,9 +5643,9 @@
5643
5643
  }
5644
5644
  },
5645
5645
  "node_modules/@salesforce/plugin-sobject": {
5646
- "version": "1.4.86",
5647
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.86.tgz",
5648
- "integrity": "sha512-hU95LU3Ekc6yzXFQUFKcO8DUvUF4wO9gTC6j7U+YCsFkdyz1eR5zXyfhkemzxlDZKHgay/vGSWrwYUElu8krIA==",
5646
+ "version": "1.4.88",
5647
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.88.tgz",
5648
+ "integrity": "sha512-tLt6K2vlpVOLBpjOX2mVSON72kQPQ0Mmw9jft6+IDahLf79BzEUKyT15bIVLprmahoFO2/R//28/s9XfdgEPOQ==",
5649
5649
  "license": "Apache-2.0",
5650
5650
  "dependencies": {
5651
5651
  "@inquirer/confirm": "^3.2.0",
@@ -5656,7 +5656,7 @@
5656
5656
  "@salesforce/kit": "^3.2.4",
5657
5657
  "@salesforce/sf-plugins-core": "^11.3.12",
5658
5658
  "fast-glob": "^3.3.3",
5659
- "fast-xml-parser": "^5.5.6",
5659
+ "fast-xml-parser": "^5.5.7",
5660
5660
  "js2xmlparser": "^4.0.2"
5661
5661
  },
5662
5662
  "engines": {
@@ -5755,9 +5755,9 @@
5755
5755
  }
5756
5756
  },
5757
5757
  "node_modules/@salesforce/plugin-templates": {
5758
- "version": "56.11.0",
5759
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.11.0.tgz",
5760
- "integrity": "sha512-dpeAyd1mIYYZSivGnvZYtvMj6GBEZi4sM7/hk9GA+ZXWR9H7Enrof6Gi2gXXZYdcbvrGaQ0xEbsD2OwgsB+ENA==",
5758
+ "version": "56.11.1",
5759
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.11.1.tgz",
5760
+ "integrity": "sha512-I6y5fBDjXP5oQkF02g0eDjM681ll9QQBeZu1umejNzsb35neC/ukQfZskZ5NKMRZLdvoDsyer3qEmAKotYiUjw==",
5761
5761
  "license": "Apache-2.0",
5762
5762
  "dependencies": {
5763
5763
  "@salesforce/core": "^8.27.0",
@@ -11953,9 +11953,9 @@
11953
11953
  }
11954
11954
  },
11955
11955
  "node_modules/fast-xml-parser": {
11956
- "version": "5.5.6",
11957
- "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz",
11958
- "integrity": "sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==",
11956
+ "version": "5.5.7",
11957
+ "resolved": "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz",
11958
+ "integrity": "sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==",
11959
11959
  "funding": [
11960
11960
  {
11961
11961
  "type": "github",
@@ -11966,7 +11966,7 @@
11966
11966
  "dependencies": {
11967
11967
  "fast-xml-builder": "^1.1.4",
11968
11968
  "path-expression-matcher": "^1.1.3",
11969
- "strnum": "^2.1.2"
11969
+ "strnum": "^2.2.0"
11970
11970
  },
11971
11971
  "bin": {
11972
11972
  "fxparser": "src/cli/cli.js"
@@ -12178,9 +12178,9 @@
12178
12178
  }
12179
12179
  },
12180
12180
  "node_modules/flatted": {
12181
- "version": "3.3.1",
12182
- "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz",
12183
- "integrity": "sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==",
12181
+ "version": "3.4.2",
12182
+ "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz",
12183
+ "integrity": "sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==",
12184
12184
  "dev": true,
12185
12185
  "license": "ISC"
12186
12186
  },
@@ -22996,9 +22996,9 @@
22996
22996
  }
22997
22997
  },
22998
22998
  "node_modules/strnum": {
22999
- "version": "2.1.2",
23000
- "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz",
23001
- "integrity": "sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==",
22999
+ "version": "2.2.1",
23000
+ "resolved": "https://registry.npmjs.org/strnum/-/strnum-2.2.1.tgz",
23001
+ "integrity": "sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==",
23002
23002
  "funding": [
23003
23003
  {
23004
23004
  "type": "github",
package/oclif.lock CHANGED
@@ -1637,10 +1637,10 @@
1637
1637
  proc-log "^5.0.0"
1638
1638
  which "^5.0.0"
1639
1639
 
1640
- "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4", "@oclif/core@^4.9.0", "@oclif/core@>= 3.0.0", "@oclif/core@4.10.0":
1641
- version "4.10.0"
1642
- resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.0.tgz"
1643
- integrity sha512-T52mrztDvj7RXiURdA+6vd1B4yeYVpHF6DH/RshqEwIA6R63dhe4YoIBYWJi0H3LhCQTUTL84uWadrJAImu/vg==
1640
+ "@oclif/core@^4", "@oclif/core@^4.0.27", "@oclif/core@^4.2.8", "@oclif/core@^4.5.2", "@oclif/core@^4.8.0", "@oclif/core@^4.8.4", "@oclif/core@^4.9.0", "@oclif/core@>= 3.0.0", "@oclif/core@4.10.1":
1641
+ version "4.10.1"
1642
+ resolved "https://registry.npmjs.org/@oclif/core/-/core-4.10.1.tgz"
1643
+ integrity sha512-SeT6K9arGKh6IJ585gC+ueCS9xZfbsO+k6UEjVO6H3vElrOEWOWLI0KYnSl0rmg6MOXqM5fSiqIQZtDeJuIXlw==
1644
1644
  dependencies:
1645
1645
  ansi-escapes "^4.3.2"
1646
1646
  ansis "^3.17.0"
@@ -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.23":
1780
- version "4.7.23"
1781
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.23.tgz"
1782
- integrity sha512-HXoLtYaQDxzRStkSgLKq/2KW7+GJWUWnkmO0EkGT23UfLZRzlzsoHraoKiE3QWKOA5fTB/neNMlg/95DZJXoMA==
1779
+ "@oclif/plugin-update@4.7.24":
1780
+ version "4.7.24"
1781
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.24.tgz"
1782
+ integrity sha512-YhjZQniwoqv2Mnxblucehg9OCzKfTERa0v+u3OKAnNE/zjJ+CQE+dTg2RlruaPGBxenZZxvoDXA5QlxQY2CGIw==
1783
1783
  dependencies:
1784
1784
  "@inquirer/select" "^2.5.0"
1785
1785
  "@oclif/core" "^4"
@@ -2188,10 +2188,10 @@
2188
2188
  jszip "^3.10.1"
2189
2189
  object-treeify "^2"
2190
2190
 
2191
- "@salesforce/plugin-agent@1.32.4":
2192
- version "1.32.4"
2193
- resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.4.tgz"
2194
- integrity sha512-s0yG0f9cSHTN8zg0GsQ4RoRIeaGi1twnv9jROeIFOeRrPq0D9XGJt/Vs4uxxRiSkbNfl/67k1EX4V7ijitM+yA==
2191
+ "@salesforce/plugin-agent@1.32.7":
2192
+ version "1.32.7"
2193
+ resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.32.7.tgz"
2194
+ integrity sha512-xCFiEKGYAxi3fV3juiH64iD3qdGu8nsvBDKvRomKr0RAhmnkg4Vt7r4aHbCDmGQLjpmE5mnREk+0hq41E75YRQ==
2195
2195
  dependencies:
2196
2196
  "@inquirer/core" "^10.3.2"
2197
2197
  "@inquirer/prompts" "^7.10.1"
@@ -2204,7 +2204,7 @@
2204
2204
  "@salesforce/source-deploy-retrieve" "^12.31.14"
2205
2205
  "@salesforce/types" "^1.6.0"
2206
2206
  ansis "^3.3.2"
2207
- fast-xml-parser "^5.5.6"
2207
+ fast-xml-parser "^5.5.7"
2208
2208
  glob "^11.0.3"
2209
2209
  ink "5.0.1"
2210
2210
  ink-text-input "^6.0.0"
@@ -2238,10 +2238,10 @@
2238
2238
  got "^13.0.0"
2239
2239
  proxy-agent "^6.5.0"
2240
2240
 
2241
- "@salesforce/plugin-auth@4.3.1":
2242
- version "4.3.1"
2243
- resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.1.tgz"
2244
- integrity sha512-5VzkM+wssqzMsHiNoL9tkNc9UbLJKy0D7itDS/dCzhPxc454P7MWOHZnuftfsVsE2pq5kRMsLJbtFSetGtMwGQ==
2241
+ "@salesforce/plugin-auth@4.3.2":
2242
+ version "4.3.2"
2243
+ resolved "https://registry.npmjs.org/@salesforce/plugin-auth/-/plugin-auth-4.3.2.tgz"
2244
+ integrity sha512-xu8Gm8FWLgmrdXONa5+UzKdQx7LtCW0obNYBclFjHOa9jqQ75+2qD42emNVpNSAvTPtOatAYIBUUH/Xoyd7J1A==
2245
2245
  dependencies:
2246
2246
  "@inquirer/checkbox" "^2.5.0"
2247
2247
  "@inquirer/select" "^2.5.0"
@@ -2306,10 +2306,10 @@
2306
2306
  ansis "^3.17.0"
2307
2307
  terminal-link "^3.0.0"
2308
2308
 
2309
- "@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.104", "@salesforce/plugin-info@^3.4.93", "@salesforce/plugin-info@3.4.111":
2310
- version "3.4.111"
2311
- resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.111.tgz"
2312
- integrity sha512-ImONwz4kXjbnsnXWPfEz0Hsh/NCPqSgRyVW9Fmb2eVG3LHFRIBpHhYV7867D0MsHCJ0GX6suHnxuqpX9J4dzWQ==
2309
+ "@salesforce/plugin-info@^3.4.100", "@salesforce/plugin-info@^3.4.104", "@salesforce/plugin-info@^3.4.93", "@salesforce/plugin-info@3.4.112":
2310
+ version "3.4.112"
2311
+ resolved "https://registry.npmjs.org/@salesforce/plugin-info/-/plugin-info-3.4.112.tgz"
2312
+ integrity sha512-DdTidPlzHrbH6l6/vUg1LOkzSMuqZIgTEjnm+MXSTarAKPmGD035bTS2+NRI+vpkE+9a1U2i9+EFPEOau2H/rw==
2313
2313
  dependencies:
2314
2314
  "@inquirer/input" "^2.3.0"
2315
2315
  "@jsforce/jsforce-node" "^3.10.14"
@@ -2324,10 +2324,10 @@
2324
2324
  proxy-agent "^6.5.0"
2325
2325
  semver "^7.7.3"
2326
2326
 
2327
- "@salesforce/plugin-limits@3.3.80":
2328
- version "3.3.80"
2329
- resolved "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.80.tgz"
2330
- integrity sha512-LHm3kfSONT2i7CS4jQ1Gcl9ABmA4jLvCD0lHGKGaHimIZr7rEX5l5wLkwEVHsaLl402OI5xGbZ1Z5C4qA6T4Zw==
2327
+ "@salesforce/plugin-limits@3.3.81":
2328
+ version "3.3.81"
2329
+ resolved "https://registry.npmjs.org/@salesforce/plugin-limits/-/plugin-limits-3.3.81.tgz"
2330
+ integrity sha512-3Clc+EdOqLNH7m6fK2ydaMiSI3CGypfH0GvcHJ+przOjPqR4UxPeoObnLEDEegb4tB+0Fqe+7GfhDQzOcg5Epw==
2331
2331
  dependencies:
2332
2332
  "@salesforce/core" "^8.27.0"
2333
2333
  "@salesforce/sf-plugins-core" "^12.2.6"
@@ -2410,20 +2410,20 @@
2410
2410
  "@salesforce/core" "^8.27.0"
2411
2411
  "@salesforce/sf-plugins-core" "^11.3.12"
2412
2412
 
2413
- "@salesforce/plugin-settings@2.4.60":
2414
- version "2.4.60"
2415
- resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.60.tgz"
2416
- integrity sha512-8wREvoMa7avXZ7R9yht3khsHLiiQiq57pUCvLvR8TXQukAP7XO60ihv8GUpShwWOOgkuoeSVjPze7GkHPuJRzQ==
2413
+ "@salesforce/plugin-settings@2.4.61":
2414
+ version "2.4.61"
2415
+ resolved "https://registry.npmjs.org/@salesforce/plugin-settings/-/plugin-settings-2.4.61.tgz"
2416
+ integrity sha512-sOck8YvVqLhs6Y7vvYYUUGPXu7IlzbBKYngIuNXoISFgPI7rStbT1N9g87jVCCxj3+vPw1oWHodhLT2mUuWs5w==
2417
2417
  dependencies:
2418
2418
  "@oclif/core" "^4"
2419
2419
  "@salesforce/core" "^8.26.3"
2420
2420
  "@salesforce/sf-plugins-core" "^12.2.6"
2421
2421
  fast-levenshtein "^3.0.0"
2422
2422
 
2423
- "@salesforce/plugin-sobject@1.4.86":
2424
- version "1.4.86"
2425
- resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.86.tgz"
2426
- integrity sha512-hU95LU3Ekc6yzXFQUFKcO8DUvUF4wO9gTC6j7U+YCsFkdyz1eR5zXyfhkemzxlDZKHgay/vGSWrwYUElu8krIA==
2423
+ "@salesforce/plugin-sobject@1.4.88":
2424
+ version "1.4.88"
2425
+ resolved "https://registry.npmjs.org/@salesforce/plugin-sobject/-/plugin-sobject-1.4.88.tgz"
2426
+ integrity sha512-tLt6K2vlpVOLBpjOX2mVSON72kQPQ0Mmw9jft6+IDahLf79BzEUKyT15bIVLprmahoFO2/R//28/s9XfdgEPOQ==
2427
2427
  dependencies:
2428
2428
  "@inquirer/confirm" "^3.2.0"
2429
2429
  "@inquirer/input" "^2.3.0"
@@ -2433,7 +2433,7 @@
2433
2433
  "@salesforce/kit" "^3.2.4"
2434
2434
  "@salesforce/sf-plugins-core" "^11.3.12"
2435
2435
  fast-glob "^3.3.3"
2436
- fast-xml-parser "^5.5.6"
2436
+ fast-xml-parser "^5.5.7"
2437
2437
  js2xmlparser "^4.0.2"
2438
2438
 
2439
2439
  "@salesforce/plugin-telemetry@3.8.3":
@@ -2449,10 +2449,10 @@
2449
2449
  "@salesforce/ts-types" "^2.0.12"
2450
2450
  debug "^4.4.3"
2451
2451
 
2452
- "@salesforce/plugin-templates@56.11.0":
2453
- version "56.11.0"
2454
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.11.0.tgz"
2455
- integrity sha512-dpeAyd1mIYYZSivGnvZYtvMj6GBEZi4sM7/hk9GA+ZXWR9H7Enrof6Gi2gXXZYdcbvrGaQ0xEbsD2OwgsB+ENA==
2452
+ "@salesforce/plugin-templates@56.11.1":
2453
+ version "56.11.1"
2454
+ resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.11.1.tgz"
2455
+ integrity sha512-I6y5fBDjXP5oQkF02g0eDjM681ll9QQBeZu1umejNzsb35neC/ukQfZskZ5NKMRZLdvoDsyer3qEmAKotYiUjw==
2456
2456
  dependencies:
2457
2457
  "@salesforce/core" "^8.27.0"
2458
2458
  "@salesforce/sf-plugins-core" "^12"
@@ -5990,14 +5990,14 @@ fast-xml-builder@^1.0.0, fast-xml-builder@^1.1.4:
5990
5990
  dependencies:
5991
5991
  path-expression-matcher "^1.1.3"
5992
5992
 
5993
- fast-xml-parser@^5.3.4, fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.6:
5994
- version "5.5.6"
5995
- resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.6.tgz"
5996
- integrity sha512-3+fdZyBRVg29n4rXP0joHthhcHdPUHaIC16cuyyd1iLsuaO6Vea36MPrxgAzbZna8lhvZeRL8Bc9GP56/J9xEw==
5993
+ fast-xml-parser@^5.3.4, fast-xml-parser@^5.3.6, fast-xml-parser@^5.3.8, fast-xml-parser@^5.5.7:
5994
+ version "5.5.7"
5995
+ resolved "https://registry.npmjs.org/fast-xml-parser/-/fast-xml-parser-5.5.7.tgz"
5996
+ integrity sha512-LteOsISQ2GEiDHZch6L9hB0+MLoYVLToR7xotrzU0opCICBkxOPgHAy1HxAvtxfJNXDJpgAsQN30mkrfpO2Prg==
5997
5997
  dependencies:
5998
5998
  fast-xml-builder "^1.1.4"
5999
5999
  path-expression-matcher "^1.1.3"
6000
- strnum "^2.1.2"
6000
+ strnum "^2.2.0"
6001
6001
 
6002
6002
  fast-xml-parser@5.4.1:
6003
6003
  version "5.4.1"
@@ -6167,9 +6167,9 @@ flat@^5.0.2:
6167
6167
  integrity sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==
6168
6168
 
6169
6169
  flatted@^3.2.9:
6170
- version "3.3.1"
6171
- resolved "https://registry.npmjs.org/flatted/-/flatted-3.3.1.tgz"
6172
- integrity sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==
6170
+ version "3.4.2"
6171
+ resolved "https://registry.npmjs.org/flatted/-/flatted-3.4.2.tgz"
6172
+ integrity sha512-PjDse7RzhcPkIJwy5t7KPWQSZ9cAbzQXcafsetQoD7sOJRQlGikNbx7yZp2OotDnJyrDcbyRq3Ttb18iYOqkxA==
6173
6173
 
6174
6174
  for-each@^0.3.3, for-each@^0.3.5:
6175
6175
  version "0.3.5"
@@ -10932,10 +10932,10 @@ strip-json-comments@^3.1.1:
10932
10932
  resolved "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz"
10933
10933
  integrity sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==
10934
10934
 
10935
- strnum@^2.1.2:
10936
- version "2.1.2"
10937
- resolved "https://registry.npmjs.org/strnum/-/strnum-2.1.2.tgz"
10938
- integrity sha512-l63NF9y/cLROq/yqKXSLtcMeeyOfnSQlfMSlzFt/K73oIaD8DGaQWd7Z34X9GPiKqP5rbSh84Hl4bOlLcjiSrQ==
10935
+ strnum@^2.1.2, strnum@^2.2.0:
10936
+ version "2.2.1"
10937
+ resolved "https://registry.npmjs.org/strnum/-/strnum-2.2.1.tgz"
10938
+ integrity sha512-BwRvNd5/QoAtyW1na1y1LsJGQNvRlkde6Q/ipqqEaivoMdV+B1OMOTVdwR+N/cwVUcIt9PYyHmV8HyexCZSupg==
10939
10939
 
10940
10940
  supports-color@^5.3.0:
10941
10941
  version "5.5.0"
@@ -4426,5 +4426,5 @@
4426
4426
  "requiresProject": true
4427
4427
  }
4428
4428
  },
4429
- "version": "2.129.1"
4429
+ "version": "2.129.3"
4430
4430
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.129.1",
4
+ "version": "2.129.3",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -78,7 +78,7 @@
78
78
  "jitPlugins": {
79
79
  "@salesforce/plugin-code-analyzer": "5.10.2",
80
80
  "@salesforce/plugin-community": "3.3.48",
81
- "@salesforce/plugin-custom-metadata": "3.3.84",
81
+ "@salesforce/plugin-custom-metadata": "3.3.86",
82
82
  "@salesforce/plugin-dev": "2.5.2",
83
83
  "@salesforce/plugin-devops-center": "1.2.27",
84
84
  "@salesforce/plugin-flow": "1.0.5",
@@ -145,35 +145,35 @@
145
145
  },
146
146
  "dependencies": {
147
147
  "@inquirer/select": "^2.3.5",
148
- "@oclif/core": "4.10.0",
148
+ "@oclif/core": "4.10.1",
149
149
  "@oclif/plugin-autocomplete": "3.2.41",
150
150
  "@oclif/plugin-commands": "4.1.40",
151
151
  "@oclif/plugin-help": "6.2.38",
152
152
  "@oclif/plugin-not-found": "3.2.75",
153
153
  "@oclif/plugin-plugins": "5.4.59",
154
154
  "@oclif/plugin-search": "1.2.39",
155
- "@oclif/plugin-update": "4.7.23",
155
+ "@oclif/plugin-update": "4.7.24",
156
156
  "@oclif/plugin-version": "2.2.38",
157
157
  "@oclif/plugin-warn-if-update-available": "3.1.55",
158
158
  "@oclif/plugin-which": "3.2.44",
159
159
  "@salesforce/core": "^8.25.0",
160
160
  "@salesforce/kit": "^3.1.6",
161
- "@salesforce/plugin-agent": "1.32.4",
161
+ "@salesforce/plugin-agent": "1.32.7",
162
162
  "@salesforce/plugin-apex": "3.9.13",
163
163
  "@salesforce/plugin-api": "1.3.11",
164
- "@salesforce/plugin-auth": "4.3.1",
164
+ "@salesforce/plugin-auth": "4.3.2",
165
165
  "@salesforce/plugin-data": "4.0.80",
166
166
  "@salesforce/plugin-deploy-retrieve": "3.24.16",
167
- "@salesforce/plugin-info": "3.4.111",
168
- "@salesforce/plugin-limits": "3.3.80",
167
+ "@salesforce/plugin-info": "3.4.112",
168
+ "@salesforce/plugin-limits": "3.3.81",
169
169
  "@salesforce/plugin-marketplace": "1.3.10",
170
170
  "@salesforce/plugin-org": "5.9.72",
171
171
  "@salesforce/plugin-packaging": "2.25.10",
172
172
  "@salesforce/plugin-schema": "3.3.98",
173
- "@salesforce/plugin-settings": "2.4.60",
174
- "@salesforce/plugin-sobject": "1.4.86",
173
+ "@salesforce/plugin-settings": "2.4.61",
174
+ "@salesforce/plugin-sobject": "1.4.88",
175
175
  "@salesforce/plugin-telemetry": "3.8.3",
176
- "@salesforce/plugin-templates": "56.11.0",
176
+ "@salesforce/plugin-templates": "56.11.1",
177
177
  "@salesforce/plugin-trust": "3.7.114",
178
178
  "@salesforce/plugin-user": "3.8.0",
179
179
  "@salesforce/sf-plugins-core": "12.2.6",