@salesforce/cli 2.121.3 → 2.121.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -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.121.3 linux-x64 node-v22.22.0
28
+ @salesforce/cli/2.121.4 linux-x64 node-v22.22.0
29
29
  $ sf --help [COMMAND]
30
30
  USAGE
31
31
  $ sf COMMAND
@@ -248,7 +248,7 @@ EXAMPLES
248
248
  $ sf agent activate --api-name Resort_Manager --target-org my-org
249
249
  ```
250
250
 
251
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/activate.ts)_
251
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/activate.ts)_
252
252
 
253
253
  ## `sf agent create`
254
254
 
@@ -315,7 +315,7 @@ EXAMPLES
315
315
  $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview
316
316
  ```
317
317
 
318
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/create.ts)_
318
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/create.ts)_
319
319
 
320
320
  ## `sf agent deactivate`
321
321
 
@@ -355,7 +355,7 @@ EXAMPLES
355
355
  $ sf agent deactivate --api-name Resort_Manager --target-org my-org
356
356
  ```
357
357
 
358
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/deactivate.ts)_
358
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/deactivate.ts)_
359
359
 
360
360
  ## `sf agent generate agent-spec`
361
361
 
@@ -462,7 +462,7 @@ EXAMPLES
462
462
  $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com
463
463
  ```
464
464
 
465
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/generate/agent-spec.ts)_
465
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/generate/agent-spec.ts)_
466
466
 
467
467
  ## `sf agent generate authoring-bundle`
468
468
 
@@ -528,7 +528,7 @@ EXAMPLES
528
528
  other-package-dir/main/default --target-org my-dev-org
529
529
  ```
530
530
 
531
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/generate/authoring-bundle.ts)_
531
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/generate/authoring-bundle.ts)_
532
532
 
533
533
  ## `sf agent generate template`
534
534
 
@@ -576,7 +576,7 @@ EXAMPLES
576
576
  force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1
577
577
  ```
578
578
 
579
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/generate/template.ts)_
579
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/generate/template.ts)_
580
580
 
581
581
  ## `sf agent generate test-spec`
582
582
 
@@ -637,7 +637,7 @@ EXAMPLES
637
637
  force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml
638
638
  ```
639
639
 
640
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/generate/test-spec.ts)_
640
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/generate/test-spec.ts)_
641
641
 
642
642
  ## `sf agent preview`
643
643
 
@@ -710,7 +710,7 @@ EXAMPLES
710
710
  $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview
711
711
  ```
712
712
 
713
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/preview.ts)_
713
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/preview.ts)_
714
714
 
715
715
  ## `sf agent publish authoring-bundle`
716
716
 
@@ -757,7 +757,7 @@ EXAMPLES
757
757
  $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
758
758
  ```
759
759
 
760
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/publish/authoring-bundle.ts)_
760
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/publish/authoring-bundle.ts)_
761
761
 
762
762
  ## `sf agent test create`
763
763
 
@@ -812,7 +812,7 @@ EXAMPLES
812
812
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
813
813
  ```
814
814
 
815
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/test/create.ts)_
815
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/test/create.ts)_
816
816
 
817
817
  ## `sf agent test list`
818
818
 
@@ -847,7 +847,7 @@ EXAMPLES
847
847
  $ sf agent test list --target-org my-org
848
848
  ```
849
849
 
850
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/test/list.ts)_
850
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/test/list.ts)_
851
851
 
852
852
  ## `sf agent test results`
853
853
 
@@ -913,7 +913,7 @@ FLAG DESCRIPTIONS
913
913
  expression when using custom evaluations.
914
914
  ```
915
915
 
916
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/test/results.ts)_
916
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/test/results.ts)_
917
917
 
918
918
  ## `sf agent test resume`
919
919
 
@@ -986,7 +986,7 @@ FLAG DESCRIPTIONS
986
986
  expression when using custom evaluations.
987
987
  ```
988
988
 
989
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/test/resume.ts)_
989
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/test/resume.ts)_
990
990
 
991
991
  ## `sf agent test run`
992
992
 
@@ -1060,7 +1060,7 @@ FLAG DESCRIPTIONS
1060
1060
  expression when using custom evaluations.
1061
1061
  ```
1062
1062
 
1063
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/test/run.ts)_
1063
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/test/run.ts)_
1064
1064
 
1065
1065
  ## `sf agent validate authoring-bundle`
1066
1066
 
@@ -1107,7 +1107,7 @@ EXAMPLES
1107
1107
  $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
1108
1108
  ```
1109
1109
 
1110
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.8/src/commands/agent/validate/authoring-bundle.ts)_
1110
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.26.9/src/commands/agent/validate/authoring-bundle.ts)_
1111
1111
 
1112
1112
  ## `sf alias list`
1113
1113
 
@@ -1266,7 +1266,7 @@ FLAG DESCRIPTIONS
1266
1266
  directory.
1267
1267
  ```
1268
1268
 
1269
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/analytics/generate/template.ts)_
1269
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/analytics/generate/template.ts)_
1270
1270
 
1271
1271
  ## `sf apex generate class`
1272
1272
 
@@ -1325,7 +1325,7 @@ FLAG DESCRIPTIONS
1325
1325
  Supplied parameter values or default values are filled into a copy of the template.
1326
1326
  ```
1327
1327
 
1328
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/apex/generate/class.ts)_
1328
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/apex/generate/class.ts)_
1329
1329
 
1330
1330
  ## `sf apex generate trigger`
1331
1331
 
@@ -1394,7 +1394,7 @@ FLAG DESCRIPTIONS
1394
1394
  Supplied parameter values or default values are filled into a copy of the template.
1395
1395
  ```
1396
1396
 
1397
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/apex/generate/trigger.ts)_
1397
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/apex/generate/trigger.ts)_
1398
1398
 
1399
1399
  ## `sf apex get log`
1400
1400
 
@@ -3604,7 +3604,7 @@ FLAG DESCRIPTIONS
3604
3604
  Supplied parameter values or default values are filled into a copy of the template.
3605
3605
  ```
3606
3606
 
3607
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/lightning/generate/app.ts)_
3607
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/lightning/generate/app.ts)_
3608
3608
 
3609
3609
  ## `sf lightning generate component`
3610
3610
 
@@ -3673,7 +3673,7 @@ FLAG DESCRIPTIONS
3673
3673
  Supplied parameter values or default values are filled into a copy of the template.
3674
3674
  ```
3675
3675
 
3676
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/lightning/generate/component.ts)_
3676
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/lightning/generate/component.ts)_
3677
3677
 
3678
3678
  ## `sf lightning generate event`
3679
3679
 
@@ -3728,7 +3728,7 @@ FLAG DESCRIPTIONS
3728
3728
  Supplied parameter values or default values are filled into a copy of the template.
3729
3729
  ```
3730
3730
 
3731
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/lightning/generate/event.ts)_
3731
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/lightning/generate/event.ts)_
3732
3732
 
3733
3733
  ## `sf lightning generate interface`
3734
3734
 
@@ -3783,7 +3783,7 @@ FLAG DESCRIPTIONS
3783
3783
  Supplied parameter values or default values are filled into a copy of the template.
3784
3784
  ```
3785
3785
 
3786
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/lightning/generate/interface.ts)_
3786
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/lightning/generate/interface.ts)_
3787
3787
 
3788
3788
  ## `sf lightning generate test`
3789
3789
 
@@ -3838,7 +3838,7 @@ FLAG DESCRIPTIONS
3838
3838
  Supplied parameter values or default values are filled into a copy of the template.
3839
3839
  ```
3840
3840
 
3841
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/lightning/generate/test.ts)_
3841
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/lightning/generate/test.ts)_
3842
3842
 
3843
3843
  ## `sf logic get test`
3844
3844
 
@@ -4054,7 +4054,7 @@ EXAMPLES
4054
4054
  $ sf org assign permset --name DreamHouse --on-behalf-of user1@my.org --on-behalf-of user2 --on-behalf-of user
4055
4055
  ```
4056
4056
 
4057
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.47/src/commands/org/assign/permset.ts)_
4057
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.48/src/commands/org/assign/permset.ts)_
4058
4058
 
4059
4059
  ## `sf org assign permsetlicense`
4060
4060
 
@@ -4101,7 +4101,7 @@ EXAMPLES
4101
4101
  user3
4102
4102
  ```
4103
4103
 
4104
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.47/src/commands/org/assign/permsetlicense.ts)_
4104
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.48/src/commands/org/assign/permsetlicense.ts)_
4105
4105
 
4106
4106
  ## `sf org create sandbox`
4107
4107
 
@@ -4235,7 +4235,7 @@ FLAG DESCRIPTIONS
4235
4235
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
4236
4236
  ```
4237
4237
 
4238
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/create/sandbox.ts)_
4238
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/create/sandbox.ts)_
4239
4239
 
4240
4240
  ## `sf org create scratch`
4241
4241
 
@@ -4417,7 +4417,7 @@ FLAG DESCRIPTIONS
4417
4417
  Omit this flag to have Salesforce generate a unique username for your org.
4418
4418
  ```
4419
4419
 
4420
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/create/scratch.ts)_
4420
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/create/scratch.ts)_
4421
4421
 
4422
4422
  ## `sf org create user`
4423
4423
 
@@ -4525,7 +4525,7 @@ FLAG DESCRIPTIONS
4525
4525
  might be different than what you specify in the definition file.
4526
4526
  ```
4527
4527
 
4528
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.47/src/commands/org/create/user.ts)_
4528
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.48/src/commands/org/create/user.ts)_
4529
4529
 
4530
4530
  ## `sf org delete sandbox`
4531
4531
 
@@ -4571,7 +4571,7 @@ EXAMPLES
4571
4571
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4572
4572
  ```
4573
4573
 
4574
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/delete/sandbox.ts)_
4574
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/delete/sandbox.ts)_
4575
4575
 
4576
4576
  ## `sf org delete scratch`
4577
4577
 
@@ -4615,7 +4615,7 @@ EXAMPLES
4615
4615
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4616
4616
  ```
4617
4617
 
4618
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/delete/scratch.ts)_
4618
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/delete/scratch.ts)_
4619
4619
 
4620
4620
  ## `sf org disable tracking`
4621
4621
 
@@ -4654,7 +4654,7 @@ EXAMPLES
4654
4654
  $ sf org disable tracking
4655
4655
  ```
4656
4656
 
4657
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/disable/tracking.ts)_
4657
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/disable/tracking.ts)_
4658
4658
 
4659
4659
  ## `sf org display`
4660
4660
 
@@ -4699,7 +4699,7 @@ EXAMPLES
4699
4699
  $ sf org display --target-org TestOrg1 --verbose
4700
4700
  ```
4701
4701
 
4702
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/display.ts)_
4702
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/display.ts)_
4703
4703
 
4704
4704
  ## `sf org display user`
4705
4705
 
@@ -4738,7 +4738,7 @@ EXAMPLES
4738
4738
  $ sf org display user --target-org me@my.org --json
4739
4739
  ```
4740
4740
 
4741
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.47/src/commands/org/display/user.ts)_
4741
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.48/src/commands/org/display/user.ts)_
4742
4742
 
4743
4743
  ## `sf org enable tracking`
4744
4744
 
@@ -4780,7 +4780,7 @@ EXAMPLES
4780
4780
  $ sf org enable tracking
4781
4781
  ```
4782
4782
 
4783
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/enable/tracking.ts)_
4783
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/enable/tracking.ts)_
4784
4784
 
4785
4785
  ## `sf org generate password`
4786
4786
 
@@ -4847,7 +4847,7 @@ EXAMPLES
4847
4847
  $ sf org generate password --on-behalf-of user1@my.org --on-behalf-of user2@my.org --on-behalf-of user3@my.org
4848
4848
  ```
4849
4849
 
4850
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.47/src/commands/org/generate/password.ts)_
4850
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.48/src/commands/org/generate/password.ts)_
4851
4851
 
4852
4852
  ## `sf org list`
4853
4853
 
@@ -4886,7 +4886,7 @@ EXAMPLES
4886
4886
  $ sf org list --clean
4887
4887
  ```
4888
4888
 
4889
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/list.ts)_
4889
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/list.ts)_
4890
4890
 
4891
4891
  ## `sf org list auth`
4892
4892
 
@@ -5025,7 +5025,7 @@ FLAG DESCRIPTIONS
5025
5025
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
5026
5026
  ```
5027
5027
 
5028
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/list/metadata.ts)_
5028
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/list/metadata.ts)_
5029
5029
 
5030
5030
  ## `sf org list metadata-types`
5031
5031
 
@@ -5080,7 +5080,7 @@ FLAG DESCRIPTIONS
5080
5080
  Override the api version used for api requests made by this command
5081
5081
  ```
5082
5082
 
5083
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/list/metadata-types.ts)_
5083
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/list/metadata-types.ts)_
5084
5084
 
5085
5085
  ## `sf org list sobject record-counts`
5086
5086
 
@@ -5164,7 +5164,7 @@ EXAMPLES
5164
5164
  $ sf org list users --target-org me@my.org
5165
5165
  ```
5166
5166
 
5167
- _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.47/src/commands/org/list/users.ts)_
5167
+ _See code: [@salesforce/plugin-user](https://github.com/salesforcecli/plugin-user/blob/3.6.48/src/commands/org/list/users.ts)_
5168
5168
 
5169
5169
  ## `sf org login access-token`
5170
5170
 
@@ -5626,7 +5626,7 @@ EXAMPLES
5626
5626
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
5627
5627
  ```
5628
5628
 
5629
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/open.ts)_
5629
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/open.ts)_
5630
5630
 
5631
5631
  ## `sf org open agent`
5632
5632
 
@@ -5677,7 +5677,7 @@ EXAMPLES
5677
5677
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
5678
5678
  ```
5679
5679
 
5680
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/open/agent.ts)_
5680
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/open/agent.ts)_
5681
5681
 
5682
5682
  ## `sf org open authoring-bundle`
5683
5683
 
@@ -5723,7 +5723,7 @@ EXAMPLES
5723
5723
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
5724
5724
  ```
5725
5725
 
5726
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/open/authoring-bundle.ts)_
5726
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/open/authoring-bundle.ts)_
5727
5727
 
5728
5728
  ## `sf org refresh sandbox`
5729
5729
 
@@ -5826,7 +5826,7 @@ FLAG DESCRIPTIONS
5826
5826
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
5827
5827
  ```
5828
5828
 
5829
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/refresh/sandbox.ts)_
5829
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/refresh/sandbox.ts)_
5830
5830
 
5831
5831
  ## `sf org resume sandbox`
5832
5832
 
@@ -5889,7 +5889,7 @@ FLAG DESCRIPTIONS
5889
5889
  returns the job ID. To resume checking the sandbox creation, rerun this command.
5890
5890
  ```
5891
5891
 
5892
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/resume/sandbox.ts)_
5892
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/resume/sandbox.ts)_
5893
5893
 
5894
5894
  ## `sf org resume scratch`
5895
5895
 
@@ -5942,7 +5942,7 @@ FLAG DESCRIPTIONS
5942
5942
  returns the job ID. To resume checking the scratch creation, rerun this command.
5943
5943
  ```
5944
5944
 
5945
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.60/src/commands/org/resume/scratch.ts)_
5945
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.61/src/commands/org/resume/scratch.ts)_
5946
5946
 
5947
5947
  ## `sf package convert`
5948
5948
 
@@ -9245,7 +9245,7 @@ FLAG DESCRIPTIONS
9245
9245
  Override the api version used for api requests made by this command
9246
9246
  ```
9247
9247
 
9248
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/project/generate.ts)_
9248
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/project/generate.ts)_
9249
9249
 
9250
9250
  ## `sf project generate manifest`
9251
9251
 
@@ -10022,7 +10022,7 @@ FLAG DESCRIPTIONS
10022
10022
  etc.
10023
10023
  ```
10024
10024
 
10025
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/static-resource/generate.ts)_
10025
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/static-resource/generate.ts)_
10026
10026
 
10027
10027
  ## `sf update [CHANNEL]`
10028
10028
 
@@ -10060,7 +10060,7 @@ EXAMPLES
10060
10060
  $ sf update --available
10061
10061
  ```
10062
10062
 
10063
- _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.17/src/commands/update.ts)_
10063
+ _See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.18/src/commands/update.ts)_
10064
10064
 
10065
10065
  ## `sf version`
10066
10066
 
@@ -10136,7 +10136,7 @@ FLAG DESCRIPTIONS
10136
10136
  Supplied parameter values or default values are filled into a copy of the template.
10137
10137
  ```
10138
10138
 
10139
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/visualforce/generate/component.ts)_
10139
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/visualforce/generate/component.ts)_
10140
10140
 
10141
10141
  ## `sf visualforce generate page`
10142
10142
 
@@ -10186,7 +10186,7 @@ FLAG DESCRIPTIONS
10186
10186
  The name can be up to 40 characters and must start with a letter.
10187
10187
  ```
10188
10188
 
10189
- _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.4/src/commands/visualforce/generate/page.ts)_
10189
+ _See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.4.6/src/commands/visualforce/generate/page.ts)_
10190
10190
 
10191
10191
  ## `sf which`
10192
10192
 
@@ -1,12 +1,12 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
- "version": "2.121.3",
3
+ "version": "2.121.4",
4
4
  "lockfileVersion": 3,
5
5
  "requires": true,
6
6
  "packages": {
7
7
  "": {
8
8
  "name": "@salesforce/cli",
9
- "version": "2.121.3",
9
+ "version": "2.121.4",
10
10
  "hasInstallScript": true,
11
11
  "license": "Apache-2.0",
12
12
  "dependencies": {
@@ -18,13 +18,13 @@
18
18
  "@oclif/plugin-not-found": "3.2.74",
19
19
  "@oclif/plugin-plugins": "5.4.55",
20
20
  "@oclif/plugin-search": "1.2.37",
21
- "@oclif/plugin-update": "4.7.17",
21
+ "@oclif/plugin-update": "4.7.18",
22
22
  "@oclif/plugin-version": "2.2.36",
23
23
  "@oclif/plugin-warn-if-update-available": "3.1.55",
24
24
  "@oclif/plugin-which": "3.2.43",
25
25
  "@salesforce/core": "8.24.3",
26
26
  "@salesforce/kit": "^3.1.6",
27
- "@salesforce/plugin-agent": "1.26.8",
27
+ "@salesforce/plugin-agent": "1.26.9",
28
28
  "@salesforce/plugin-apex": "3.9.5",
29
29
  "@salesforce/plugin-api": "1.3.8",
30
30
  "@salesforce/plugin-auth": "4.1.4",
@@ -33,15 +33,15 @@
33
33
  "@salesforce/plugin-info": "3.4.100",
34
34
  "@salesforce/plugin-limits": "3.3.74",
35
35
  "@salesforce/plugin-marketplace": "1.3.8",
36
- "@salesforce/plugin-org": "5.9.60",
36
+ "@salesforce/plugin-org": "5.9.61",
37
37
  "@salesforce/plugin-packaging": "2.24.10",
38
38
  "@salesforce/plugin-schema": "3.3.90",
39
39
  "@salesforce/plugin-settings": "2.4.54",
40
40
  "@salesforce/plugin-sobject": "1.4.81",
41
41
  "@salesforce/plugin-telemetry": "3.6.71",
42
- "@salesforce/plugin-templates": "56.4.4",
42
+ "@salesforce/plugin-templates": "56.4.6",
43
43
  "@salesforce/plugin-trust": "3.7.113",
44
- "@salesforce/plugin-user": "3.6.47",
44
+ "@salesforce/plugin-user": "3.6.48",
45
45
  "@salesforce/sf-plugins-core": "12.2.6",
46
46
  "ansis": "^3.12.0"
47
47
  },
@@ -4172,14 +4172,14 @@
4172
4172
  }
4173
4173
  },
4174
4174
  "node_modules/@oclif/plugin-update": {
4175
- "version": "4.7.17",
4176
- "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.17.tgz",
4177
- "integrity": "sha512-AN3fkY7J134lXNWOjZaMnL6jcdyFHwhkNX8L+rDz3LjZHwZgoZpAy29baZXhkaO7l7Fij7zvGqHB5vJP2oTYDQ==",
4175
+ "version": "4.7.18",
4176
+ "resolved": "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.18.tgz",
4177
+ "integrity": "sha512-2XxWBBhrk7qKz2nAC2QjNOz8UoTmNJITrnn6hQ8Lntr6wfDXsAGOYakZ6j6DoRIHbcUcRM4CYUsvewMp0MUG6Q==",
4178
4178
  "license": "MIT",
4179
4179
  "dependencies": {
4180
4180
  "@inquirer/select": "^2.5.0",
4181
4181
  "@oclif/core": "^4",
4182
- "@oclif/table": "^0.5.1",
4182
+ "@oclif/table": "^0.5.2",
4183
4183
  "ansis": "^3.17.0",
4184
4184
  "debug": "^4.4.1",
4185
4185
  "filesize": "^6.1.0",
@@ -4236,9 +4236,9 @@
4236
4236
  }
4237
4237
  },
4238
4238
  "node_modules/@oclif/table": {
4239
- "version": "0.5.1",
4240
- "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.1.tgz",
4241
- "integrity": "sha512-k/68jl8SqJEGh+SgUYS93GK+G+EIWENuQQfJgdQBP+DP7G3evGRbe9ajdSVaL5ldMOfgZ4se4mfrEkiEVIiVvQ==",
4239
+ "version": "0.5.2",
4240
+ "resolved": "https://registry.npmjs.org/@oclif/table/-/table-0.5.2.tgz",
4241
+ "integrity": "sha512-7QnG9tqVEDqRbCZGvCU1uueoLWdiSVqFmslOfEpEW++XkqLi8hKu3TX6J22yqrvgCwx9CnNeAkaOD2UZ9NoWKw==",
4242
4242
  "license": "MIT",
4243
4243
  "dependencies": {
4244
4244
  "@types/react": "^18.3.12",
@@ -5107,9 +5107,9 @@
5107
5107
  }
5108
5108
  },
5109
5109
  "node_modules/@salesforce/plugin-agent": {
5110
- "version": "1.26.8",
5111
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.8.tgz",
5112
- "integrity": "sha512-5pKVIQRadLmgD8l84DA+3nDdsiuQ9I6dSomrf7+FStdev1xPWLbwFwS9Dt+oPvlslwuT0V3Xlk78mPqXlKa06A==",
5110
+ "version": "1.26.9",
5111
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.9.tgz",
5112
+ "integrity": "sha512-eRR7xsMJu70ub49V5B5Rl4xa+JTyyObZkdwyzbnEFOdONQx5YgdqMYZteperS+D0lRR2bdZHpKeaAke2f+7Ibw==",
5113
5113
  "license": "Apache-2.0",
5114
5114
  "dependencies": {
5115
5115
  "@inquirer/core": "^10.3.2",
@@ -5120,7 +5120,7 @@
5120
5120
  "@salesforce/core": "^8.24.3",
5121
5121
  "@salesforce/kit": "^3.2.3",
5122
5122
  "@salesforce/sf-plugins-core": "^12.2.6",
5123
- "@salesforce/source-deploy-retrieve": "^12.31.7",
5123
+ "@salesforce/source-deploy-retrieve": "^12.31.8",
5124
5124
  "@salesforce/types": "^1.5.0",
5125
5125
  "ansis": "^3.3.2",
5126
5126
  "fast-xml-parser": "^4.5.1",
@@ -5808,14 +5808,14 @@
5808
5808
  }
5809
5809
  },
5810
5810
  "node_modules/@salesforce/plugin-org": {
5811
- "version": "5.9.60",
5812
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.60.tgz",
5813
- "integrity": "sha512-vgwI4TfDn1qVzZ/OUMmE2gpUylN0SZ3m3F2FHjT/+oqABDTQ902PbQmjFrjBlblRhV0J22yWo7LF3Ew0//Nkow==",
5811
+ "version": "5.9.61",
5812
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.61.tgz",
5813
+ "integrity": "sha512-fjYWLrI8HWoE6zanj6HeLE03gS3/KjfKKK8noBSkWCPyeCvj2jtNQ02ZzzY5stKO4kuw/r/YzqnpyF7jpNgZhA==",
5814
5814
  "license": "Apache-2.0",
5815
5815
  "dependencies": {
5816
5816
  "@oclif/core": "^4.5.6",
5817
5817
  "@oclif/multi-stage-output": "^0.8.29",
5818
- "@salesforce/core": "^8.24.3",
5818
+ "@salesforce/core": "^8.25.0",
5819
5819
  "@salesforce/kit": "^3.2.4",
5820
5820
  "@salesforce/sf-plugins-core": "^12.2.6",
5821
5821
  "@salesforce/source-deploy-retrieve": "^12.31.7",
@@ -6361,14 +6361,14 @@
6361
6361
  }
6362
6362
  },
6363
6363
  "node_modules/@salesforce/plugin-templates": {
6364
- "version": "56.4.4",
6365
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.4.4.tgz",
6366
- "integrity": "sha512-HZib/xSwSntqohz8+VZCpticy6rPn+1rcBoH3vhVA9UjsdjFP5OEe1P7bYxZbQI+WUepHVVXxeqmpdNWltklRw==",
6364
+ "version": "56.4.6",
6365
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.4.6.tgz",
6366
+ "integrity": "sha512-STh55wcklf1l8c0+Vu+juhrro/BdaB1eSJdbPrtZKWOJSEjQ5z+Kwg9vfUA21+CVVPpi/vW0cOV1Mi1VkZ8TIQ==",
6367
6367
  "license": "Apache-2.0",
6368
6368
  "dependencies": {
6369
- "@salesforce/core": "^8.24.3",
6369
+ "@salesforce/core": "^8.25.0",
6370
6370
  "@salesforce/sf-plugins-core": "^12",
6371
- "@salesforce/templates": "^65.4.1"
6371
+ "@salesforce/templates": "^65.4.3"
6372
6372
  },
6373
6373
  "engines": {
6374
6374
  "node": ">=18.0.0"
@@ -6460,12 +6460,12 @@
6460
6460
  }
6461
6461
  },
6462
6462
  "node_modules/@salesforce/plugin-user": {
6463
- "version": "3.6.47",
6464
- "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.47.tgz",
6465
- "integrity": "sha512-UfNsiyeugNaQi8726y2FRzeYzlM7jxmNI17Wp0Ofz4FuHavuLDHNSvMtMM4lj2zhM6oUYrLgpNTZC/9KQr204Q==",
6463
+ "version": "3.6.48",
6464
+ "resolved": "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.48.tgz",
6465
+ "integrity": "sha512-GxEUSUlsMu09SDGT9zz74iLpjfxjGb9gUIBia1JkK5MJ4sf7Uxyg16nVM0vShzYvaAYnWsXAz8rIUuo8nqGSSQ==",
6466
6466
  "license": "Apache-2.0",
6467
6467
  "dependencies": {
6468
- "@salesforce/core": "^8.24.3",
6468
+ "@salesforce/core": "^8.25.0",
6469
6469
  "@salesforce/kit": "^3.2.4",
6470
6470
  "@salesforce/sf-plugins-core": "^12.2.6",
6471
6471
  "@salesforce/ts-types": "^2.0.11"
@@ -6946,9 +6946,9 @@
6946
6946
  }
6947
6947
  },
6948
6948
  "node_modules/@salesforce/templates": {
6949
- "version": "65.4.1",
6950
- "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-65.4.1.tgz",
6951
- "integrity": "sha512-tFIsTMzG3PpnZxNozSAWBGLemdXfEhZEvqo3ClY9JcCTe5iCLCj7bRkAmyvxCozy+3p+FVc89G9gBKV6Xxes/w==",
6949
+ "version": "65.4.4",
6950
+ "resolved": "https://registry.npmjs.org/@salesforce/templates/-/templates-65.4.4.tgz",
6951
+ "integrity": "sha512-hQj6j4lVlW/otwnyZ4fAhogNbgoF0O6yRsIUpP7iXJEIF+awzFOa492Z+gbkIoShqNm/bGvY0zgzZD4eiCHzbw==",
6952
6952
  "license": "BSD-3-Clause",
6953
6953
  "dependencies": {
6954
6954
  "@salesforce/kit": "^3.2.4",
@@ -6957,7 +6957,7 @@
6957
6957
  "hpagent": "^1.2.0",
6958
6958
  "mime-types": "^3.0.2",
6959
6959
  "proxy-from-env": "^1.1.0",
6960
- "tar": "^7.5.2",
6960
+ "tar": "^7.5.6",
6961
6961
  "tslib": "^2.8.1"
6962
6962
  },
6963
6963
  "engines": {
@@ -7112,9 +7112,9 @@
7112
7112
  }
7113
7113
  },
7114
7114
  "node_modules/@salesforce/templates/node_modules/tar": {
7115
- "version": "7.5.2",
7116
- "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz",
7117
- "integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==",
7115
+ "version": "7.5.6",
7116
+ "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz",
7117
+ "integrity": "sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==",
7118
7118
  "license": "BlueOak-1.0.0",
7119
7119
  "dependencies": {
7120
7120
  "@isaacs/fs-minipass": "^4.0.0",
@@ -9689,9 +9689,9 @@
9689
9689
  }
9690
9690
  },
9691
9691
  "node_modules/cacache/node_modules/tar": {
9692
- "version": "7.5.2",
9693
- "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz",
9694
- "integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==",
9692
+ "version": "7.5.6",
9693
+ "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz",
9694
+ "integrity": "sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==",
9695
9695
  "extraneous": true,
9696
9696
  "license": "BlueOak-1.0.0",
9697
9697
  "dependencies": {
@@ -17522,9 +17522,9 @@
17522
17522
  }
17523
17523
  },
17524
17524
  "node_modules/node-gyp/node_modules/tar": {
17525
- "version": "7.5.2",
17526
- "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz",
17527
- "integrity": "sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==",
17525
+ "version": "7.5.6",
17526
+ "resolved": "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz",
17527
+ "integrity": "sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==",
17528
17528
  "extraneous": true,
17529
17529
  "license": "BlueOak-1.0.0",
17530
17530
  "dependencies": {
package/oclif.lock CHANGED
@@ -1803,14 +1803,14 @@
1803
1803
  ansi-escapes "^7.2.0"
1804
1804
  inquirer-autocomplete-standalone "^0.8.1"
1805
1805
 
1806
- "@oclif/plugin-update@4.7.17":
1807
- version "4.7.17"
1808
- resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.17.tgz"
1809
- integrity sha512-AN3fkY7J134lXNWOjZaMnL6jcdyFHwhkNX8L+rDz3LjZHwZgoZpAy29baZXhkaO7l7Fij7zvGqHB5vJP2oTYDQ==
1806
+ "@oclif/plugin-update@4.7.18":
1807
+ version "4.7.18"
1808
+ resolved "https://registry.npmjs.org/@oclif/plugin-update/-/plugin-update-4.7.18.tgz"
1809
+ integrity sha512-2XxWBBhrk7qKz2nAC2QjNOz8UoTmNJITrnn6hQ8Lntr6wfDXsAGOYakZ6j6DoRIHbcUcRM4CYUsvewMp0MUG6Q==
1810
1810
  dependencies:
1811
1811
  "@inquirer/select" "^2.5.0"
1812
1812
  "@oclif/core" "^4"
1813
- "@oclif/table" "^0.5.1"
1813
+ "@oclif/table" "^0.5.2"
1814
1814
  ansis "^3.17.0"
1815
1815
  debug "^4.4.1"
1816
1816
  filesize "^6.1.0"
@@ -1847,10 +1847,10 @@
1847
1847
  "@oclif/core" "^4"
1848
1848
  ansis "^3.17.0"
1849
1849
 
1850
- "@oclif/table@^0.5.0", "@oclif/table@^0.5.1":
1851
- version "0.5.1"
1852
- resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.1.tgz"
1853
- integrity sha512-k/68jl8SqJEGh+SgUYS93GK+G+EIWENuQQfJgdQBP+DP7G3evGRbe9ajdSVaL5ldMOfgZ4se4mfrEkiEVIiVvQ==
1850
+ "@oclif/table@^0.5.0", "@oclif/table@^0.5.1", "@oclif/table@^0.5.2":
1851
+ version "0.5.2"
1852
+ resolved "https://registry.npmjs.org/@oclif/table/-/table-0.5.2.tgz"
1853
+ integrity sha512-7QnG9tqVEDqRbCZGvCU1uueoLWdiSVqFmslOfEpEW++XkqLi8hKu3TX6J22yqrvgCwx9CnNeAkaOD2UZ9NoWKw==
1854
1854
  dependencies:
1855
1855
  "@types/react" "^18.3.12"
1856
1856
  change-case "^5.4.4"
@@ -2440,10 +2440,10 @@
2440
2440
  jszip "^3.10.1"
2441
2441
  object-treeify "^2"
2442
2442
 
2443
- "@salesforce/plugin-agent@1.26.8":
2444
- version "1.26.8"
2445
- resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.8.tgz"
2446
- integrity sha512-5pKVIQRadLmgD8l84DA+3nDdsiuQ9I6dSomrf7+FStdev1xPWLbwFwS9Dt+oPvlslwuT0V3Xlk78mPqXlKa06A==
2443
+ "@salesforce/plugin-agent@1.26.9":
2444
+ version "1.26.9"
2445
+ resolved "https://registry.npmjs.org/@salesforce/plugin-agent/-/plugin-agent-1.26.9.tgz"
2446
+ integrity sha512-eRR7xsMJu70ub49V5B5Rl4xa+JTyyObZkdwyzbnEFOdONQx5YgdqMYZteperS+D0lRR2bdZHpKeaAke2f+7Ibw==
2447
2447
  dependencies:
2448
2448
  "@inquirer/core" "^10.3.2"
2449
2449
  "@inquirer/prompts" "^7.10.1"
@@ -2453,7 +2453,7 @@
2453
2453
  "@salesforce/core" "^8.24.3"
2454
2454
  "@salesforce/kit" "^3.2.3"
2455
2455
  "@salesforce/sf-plugins-core" "^12.2.6"
2456
- "@salesforce/source-deploy-retrieve" "^12.31.7"
2456
+ "@salesforce/source-deploy-retrieve" "^12.31.8"
2457
2457
  "@salesforce/types" "^1.5.0"
2458
2458
  ansis "^3.3.2"
2459
2459
  fast-xml-parser "^4.5.1"
@@ -2594,14 +2594,14 @@
2594
2594
  got "^13.0.0"
2595
2595
  proxy-agent "^6.4.0"
2596
2596
 
2597
- "@salesforce/plugin-org@5.9.60":
2598
- version "5.9.60"
2599
- resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.60.tgz"
2600
- integrity sha512-vgwI4TfDn1qVzZ/OUMmE2gpUylN0SZ3m3F2FHjT/+oqABDTQ902PbQmjFrjBlblRhV0J22yWo7LF3Ew0//Nkow==
2597
+ "@salesforce/plugin-org@5.9.61":
2598
+ version "5.9.61"
2599
+ resolved "https://registry.npmjs.org/@salesforce/plugin-org/-/plugin-org-5.9.61.tgz"
2600
+ integrity sha512-fjYWLrI8HWoE6zanj6HeLE03gS3/KjfKKK8noBSkWCPyeCvj2jtNQ02ZzzY5stKO4kuw/r/YzqnpyF7jpNgZhA==
2601
2601
  dependencies:
2602
2602
  "@oclif/core" "^4.5.6"
2603
2603
  "@oclif/multi-stage-output" "^0.8.29"
2604
- "@salesforce/core" "^8.24.3"
2604
+ "@salesforce/core" "^8.25.0"
2605
2605
  "@salesforce/kit" "^3.2.4"
2606
2606
  "@salesforce/sf-plugins-core" "^12.2.6"
2607
2607
  "@salesforce/source-deploy-retrieve" "^12.31.7"
@@ -2700,14 +2700,14 @@
2700
2700
  "@salesforce/ts-types" "^2.0.11"
2701
2701
  debug "^4.4.3"
2702
2702
 
2703
- "@salesforce/plugin-templates@56.4.4":
2704
- version "56.4.4"
2705
- resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.4.4.tgz"
2706
- integrity sha512-HZib/xSwSntqohz8+VZCpticy6rPn+1rcBoH3vhVA9UjsdjFP5OEe1P7bYxZbQI+WUepHVVXxeqmpdNWltklRw==
2703
+ "@salesforce/plugin-templates@56.4.6":
2704
+ version "56.4.6"
2705
+ resolved "https://registry.npmjs.org/@salesforce/plugin-templates/-/plugin-templates-56.4.6.tgz"
2706
+ integrity sha512-STh55wcklf1l8c0+Vu+juhrro/BdaB1eSJdbPrtZKWOJSEjQ5z+Kwg9vfUA21+CVVPpi/vW0cOV1Mi1VkZ8TIQ==
2707
2707
  dependencies:
2708
- "@salesforce/core" "^8.24.3"
2708
+ "@salesforce/core" "^8.25.0"
2709
2709
  "@salesforce/sf-plugins-core" "^12"
2710
- "@salesforce/templates" "^65.4.1"
2710
+ "@salesforce/templates" "^65.4.3"
2711
2711
 
2712
2712
  "@salesforce/plugin-trust@^3.7.69", "@salesforce/plugin-trust@3.7.113":
2713
2713
  version "3.7.113"
@@ -2726,12 +2726,12 @@
2726
2726
  semver "^7.7.2"
2727
2727
  shelljs "0.8.5"
2728
2728
 
2729
- "@salesforce/plugin-user@3.6.47":
2730
- version "3.6.47"
2731
- resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.47.tgz"
2732
- integrity sha512-UfNsiyeugNaQi8726y2FRzeYzlM7jxmNI17Wp0Ofz4FuHavuLDHNSvMtMM4lj2zhM6oUYrLgpNTZC/9KQr204Q==
2729
+ "@salesforce/plugin-user@3.6.48":
2730
+ version "3.6.48"
2731
+ resolved "https://registry.npmjs.org/@salesforce/plugin-user/-/plugin-user-3.6.48.tgz"
2732
+ integrity sha512-GxEUSUlsMu09SDGT9zz74iLpjfxjGb9gUIBia1JkK5MJ4sf7Uxyg16nVM0vShzYvaAYnWsXAz8rIUuo8nqGSSQ==
2733
2733
  dependencies:
2734
- "@salesforce/core" "^8.24.3"
2734
+ "@salesforce/core" "^8.25.0"
2735
2735
  "@salesforce/kit" "^3.2.4"
2736
2736
  "@salesforce/sf-plugins-core" "^12.2.6"
2737
2737
  "@salesforce/ts-types" "^2.0.11"
@@ -2826,10 +2826,10 @@
2826
2826
  got "^11"
2827
2827
  proxy-agent "^6.5.0"
2828
2828
 
2829
- "@salesforce/templates@^65.4.1":
2830
- version "65.4.1"
2831
- resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-65.4.1.tgz"
2832
- integrity sha512-tFIsTMzG3PpnZxNozSAWBGLemdXfEhZEvqo3ClY9JcCTe5iCLCj7bRkAmyvxCozy+3p+FVc89G9gBKV6Xxes/w==
2829
+ "@salesforce/templates@^65.4.3":
2830
+ version "65.4.4"
2831
+ resolved "https://registry.npmjs.org/@salesforce/templates/-/templates-65.4.4.tgz"
2832
+ integrity sha512-hQj6j4lVlW/otwnyZ4fAhogNbgoF0O6yRsIUpP7iXJEIF+awzFOa492Z+gbkIoShqNm/bGvY0zgzZD4eiCHzbw==
2833
2833
  dependencies:
2834
2834
  "@salesforce/kit" "^3.2.4"
2835
2835
  ejs "^3.1.10"
@@ -2837,7 +2837,7 @@
2837
2837
  hpagent "^1.2.0"
2838
2838
  mime-types "^3.0.2"
2839
2839
  proxy-from-env "^1.1.0"
2840
- tar "^7.5.2"
2840
+ tar "^7.5.6"
2841
2841
  tslib "^2.8.1"
2842
2842
 
2843
2843
  "@salesforce/ts-sinon@^1.4.31":
@@ -11166,9 +11166,9 @@ tar@^6.1.11, tar@^6.2.1:
11166
11166
  yallist "^4.0.0"
11167
11167
 
11168
11168
  tar@^7.4.3:
11169
- version "7.5.2"
11170
- resolved "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz"
11171
- integrity sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==
11169
+ version "7.5.6"
11170
+ resolved "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz"
11171
+ integrity sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==
11172
11172
  dependencies:
11173
11173
  "@isaacs/fs-minipass" "^4.0.0"
11174
11174
  chownr "^3.0.0"
@@ -11176,10 +11176,10 @@ tar@^7.4.3:
11176
11176
  minizlib "^3.1.0"
11177
11177
  yallist "^5.0.0"
11178
11178
 
11179
- tar@^7.5.2:
11180
- version "7.5.2"
11181
- resolved "https://registry.npmjs.org/tar/-/tar-7.5.2.tgz"
11182
- integrity sha512-7NyxrTE4Anh8km8iEy7o0QYPs+0JKBTj5ZaqHg6B39erLg0qYXN3BijtShwbsNSvQ+LN75+KV+C4QR/f6Gwnpg==
11179
+ tar@^7.5.6:
11180
+ version "7.5.6"
11181
+ resolved "https://registry.npmjs.org/tar/-/tar-7.5.6.tgz"
11182
+ integrity sha512-xqUeu2JAIJpXyvskvU3uvQW8PAmHrtXp2KDuMJwQqW8Sqq0CaZBAQ+dKS3RBXVhU4wC5NjAdKrmh84241gO9cA==
11183
11183
  dependencies:
11184
11184
  "@isaacs/fs-minipass" "^4.0.0"
11185
11185
  chownr "^3.0.0"
@@ -4180,5 +4180,5 @@
4180
4180
  "requiresProject": true
4181
4181
  }
4182
4182
  },
4183
- "version": "2.121.3"
4183
+ "version": "2.121.4"
4184
4184
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@salesforce/cli",
3
3
  "description": "The Salesforce CLI",
4
- "version": "2.121.3",
4
+ "version": "2.121.4",
5
5
  "author": "Salesforce",
6
6
  "bin": {
7
7
  "sf": "./bin/run.js",
@@ -151,13 +151,13 @@
151
151
  "@oclif/plugin-not-found": "3.2.74",
152
152
  "@oclif/plugin-plugins": "5.4.55",
153
153
  "@oclif/plugin-search": "1.2.37",
154
- "@oclif/plugin-update": "4.7.17",
154
+ "@oclif/plugin-update": "4.7.18",
155
155
  "@oclif/plugin-version": "2.2.36",
156
156
  "@oclif/plugin-warn-if-update-available": "3.1.55",
157
157
  "@oclif/plugin-which": "3.2.43",
158
158
  "@salesforce/core": "8.24.3",
159
159
  "@salesforce/kit": "^3.1.6",
160
- "@salesforce/plugin-agent": "1.26.8",
160
+ "@salesforce/plugin-agent": "1.26.9",
161
161
  "@salesforce/plugin-apex": "3.9.5",
162
162
  "@salesforce/plugin-api": "1.3.8",
163
163
  "@salesforce/plugin-auth": "4.1.4",
@@ -166,15 +166,15 @@
166
166
  "@salesforce/plugin-info": "3.4.100",
167
167
  "@salesforce/plugin-limits": "3.3.74",
168
168
  "@salesforce/plugin-marketplace": "1.3.8",
169
- "@salesforce/plugin-org": "5.9.60",
169
+ "@salesforce/plugin-org": "5.9.61",
170
170
  "@salesforce/plugin-packaging": "2.24.10",
171
171
  "@salesforce/plugin-schema": "3.3.90",
172
172
  "@salesforce/plugin-settings": "2.4.54",
173
173
  "@salesforce/plugin-sobject": "1.4.81",
174
174
  "@salesforce/plugin-telemetry": "3.6.71",
175
- "@salesforce/plugin-templates": "56.4.4",
175
+ "@salesforce/plugin-templates": "56.4.6",
176
176
  "@salesforce/plugin-trust": "3.7.113",
177
- "@salesforce/plugin-user": "3.6.47",
177
+ "@salesforce/plugin-user": "3.6.48",
178
178
  "@salesforce/sf-plugins-core": "12.2.6",
179
179
  "ansis": "^3.12.0"
180
180
  },