@salesforce/cli 2.122.3 → 2.122.5

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.122.3 linux-x64 node-v22.22.0
28
+ @salesforce/cli/2.122.5 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.27.0/src/commands/agent/activate.ts)_
251
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/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.27.0/src/commands/agent/create.ts)_
318
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/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.27.0/src/commands/agent/deactivate.ts)_
358
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/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.27.0/src/commands/agent/generate/agent-spec.ts)_
465
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/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.27.0/src/commands/agent/generate/authoring-bundle.ts)_
531
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/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.27.0/src/commands/agent/generate/template.ts)_
579
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/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.27.0/src/commands/agent/generate/test-spec.ts)_
640
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/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.27.0/src/commands/agent/preview.ts)_
713
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/preview.ts)_
714
714
 
715
715
  ## `sf agent publish authoring-bundle`
716
716
 
@@ -759,7 +759,7 @@ EXAMPLES
759
759
  $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org
760
760
  ```
761
761
 
762
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.0/src/commands/agent/publish/authoring-bundle.ts)_
762
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/publish/authoring-bundle.ts)_
763
763
 
764
764
  ## `sf agent test create`
765
765
 
@@ -814,7 +814,7 @@ EXAMPLES
814
814
  $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview
815
815
  ```
816
816
 
817
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.0/src/commands/agent/test/create.ts)_
817
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/create.ts)_
818
818
 
819
819
  ## `sf agent test list`
820
820
 
@@ -849,7 +849,7 @@ EXAMPLES
849
849
  $ sf agent test list --target-org my-org
850
850
  ```
851
851
 
852
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.0/src/commands/agent/test/list.ts)_
852
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/list.ts)_
853
853
 
854
854
  ## `sf agent test results`
855
855
 
@@ -915,7 +915,7 @@ FLAG DESCRIPTIONS
915
915
  expression when using custom evaluations.
916
916
  ```
917
917
 
918
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.0/src/commands/agent/test/results.ts)_
918
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/results.ts)_
919
919
 
920
920
  ## `sf agent test resume`
921
921
 
@@ -988,7 +988,7 @@ FLAG DESCRIPTIONS
988
988
  expression when using custom evaluations.
989
989
  ```
990
990
 
991
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.0/src/commands/agent/test/resume.ts)_
991
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/resume.ts)_
992
992
 
993
993
  ## `sf agent test run`
994
994
 
@@ -1062,7 +1062,7 @@ FLAG DESCRIPTIONS
1062
1062
  expression when using custom evaluations.
1063
1063
  ```
1064
1064
 
1065
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.0/src/commands/agent/test/run.ts)_
1065
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/test/run.ts)_
1066
1066
 
1067
1067
  ## `sf agent validate authoring-bundle`
1068
1068
 
@@ -1109,7 +1109,7 @@ EXAMPLES
1109
1109
  $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org
1110
1110
  ```
1111
1111
 
1112
- _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.0/src/commands/agent/validate/authoring-bundle.ts)_
1112
+ _See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.27.2/src/commands/agent/validate/authoring-bundle.ts)_
1113
1113
 
1114
1114
  ## `sf alias list`
1115
1115
 
@@ -4237,7 +4237,7 @@ FLAG DESCRIPTIONS
4237
4237
  You can specify either --source-sandbox-name or --source-id when cloning an existing sandbox, but not both.
4238
4238
  ```
4239
4239
 
4240
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/create/sandbox.ts)_
4240
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/create/sandbox.ts)_
4241
4241
 
4242
4242
  ## `sf org create scratch`
4243
4243
 
@@ -4419,7 +4419,7 @@ FLAG DESCRIPTIONS
4419
4419
  Omit this flag to have Salesforce generate a unique username for your org.
4420
4420
  ```
4421
4421
 
4422
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/create/scratch.ts)_
4422
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/create/scratch.ts)_
4423
4423
 
4424
4424
  ## `sf org create user`
4425
4425
 
@@ -4573,7 +4573,7 @@ EXAMPLES
4573
4573
  $ sf org delete sandbox --target-org my-sandbox --no-prompt
4574
4574
  ```
4575
4575
 
4576
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/delete/sandbox.ts)_
4576
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/delete/sandbox.ts)_
4577
4577
 
4578
4578
  ## `sf org delete scratch`
4579
4579
 
@@ -4617,7 +4617,7 @@ EXAMPLES
4617
4617
  $ sf org delete scratch --target-org my-scratch-org --no-prompt
4618
4618
  ```
4619
4619
 
4620
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/delete/scratch.ts)_
4620
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/delete/scratch.ts)_
4621
4621
 
4622
4622
  ## `sf org disable tracking`
4623
4623
 
@@ -4656,7 +4656,7 @@ EXAMPLES
4656
4656
  $ sf org disable tracking
4657
4657
  ```
4658
4658
 
4659
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/disable/tracking.ts)_
4659
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/disable/tracking.ts)_
4660
4660
 
4661
4661
  ## `sf org display`
4662
4662
 
@@ -4701,7 +4701,7 @@ EXAMPLES
4701
4701
  $ sf org display --target-org TestOrg1 --verbose
4702
4702
  ```
4703
4703
 
4704
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/display.ts)_
4704
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/display.ts)_
4705
4705
 
4706
4706
  ## `sf org display user`
4707
4707
 
@@ -4782,7 +4782,7 @@ EXAMPLES
4782
4782
  $ sf org enable tracking
4783
4783
  ```
4784
4784
 
4785
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/enable/tracking.ts)_
4785
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/enable/tracking.ts)_
4786
4786
 
4787
4787
  ## `sf org generate password`
4788
4788
 
@@ -4888,7 +4888,7 @@ EXAMPLES
4888
4888
  $ sf org list --clean
4889
4889
  ```
4890
4890
 
4891
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/list.ts)_
4891
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/list.ts)_
4892
4892
 
4893
4893
  ## `sf org list auth`
4894
4894
 
@@ -5027,7 +5027,7 @@ FLAG DESCRIPTIONS
5027
5027
  Examples of metadata types that use folders are Dashboard, Document, EmailTemplate, and Report.
5028
5028
  ```
5029
5029
 
5030
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/list/metadata.ts)_
5030
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/list/metadata.ts)_
5031
5031
 
5032
5032
  ## `sf org list metadata-types`
5033
5033
 
@@ -5082,7 +5082,7 @@ FLAG DESCRIPTIONS
5082
5082
  Override the api version used for api requests made by this command
5083
5083
  ```
5084
5084
 
5085
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/list/metadata-types.ts)_
5085
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/list/metadata-types.ts)_
5086
5086
 
5087
5087
  ## `sf org list sobject record-counts`
5088
5088
 
@@ -5628,7 +5628,7 @@ EXAMPLES
5628
5628
  $ sf org open --source-file force-app/main/default/bots/Coral_Cloud_Agent/Coral_Cloud_Agent.bot-meta.xml
5629
5629
  ```
5630
5630
 
5631
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/open.ts)_
5631
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/open.ts)_
5632
5632
 
5633
5633
  ## `sf org open agent`
5634
5634
 
@@ -5679,7 +5679,7 @@ EXAMPLES
5679
5679
  $ sf org open agent --target-org MyTestOrg1 --browser firefox --api-name Coral_Cloud_Agent
5680
5680
  ```
5681
5681
 
5682
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/open/agent.ts)_
5682
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/open/agent.ts)_
5683
5683
 
5684
5684
  ## `sf org open authoring-bundle`
5685
5685
 
@@ -5725,7 +5725,7 @@ EXAMPLES
5725
5725
  $ sf org open authoring-bundle --target-org MyTestOrg1 --browser firefox
5726
5726
  ```
5727
5727
 
5728
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/open/authoring-bundle.ts)_
5728
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/open/authoring-bundle.ts)_
5729
5729
 
5730
5730
  ## `sf org refresh sandbox`
5731
5731
 
@@ -5828,7 +5828,7 @@ FLAG DESCRIPTIONS
5828
5828
  You can specify either --source-sandbox-name or --source-id when refreshing an existing sandbox, but not both.
5829
5829
  ```
5830
5830
 
5831
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/refresh/sandbox.ts)_
5831
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/refresh/sandbox.ts)_
5832
5832
 
5833
5833
  ## `sf org resume sandbox`
5834
5834
 
@@ -5891,7 +5891,7 @@ FLAG DESCRIPTIONS
5891
5891
  returns the job ID. To resume checking the sandbox creation, rerun this command.
5892
5892
  ```
5893
5893
 
5894
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/resume/sandbox.ts)_
5894
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/resume/sandbox.ts)_
5895
5895
 
5896
5896
  ## `sf org resume scratch`
5897
5897
 
@@ -5944,7 +5944,7 @@ FLAG DESCRIPTIONS
5944
5944
  returns the job ID. To resume checking the scratch creation, rerun this command.
5945
5945
  ```
5946
5946
 
5947
- _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.63/src/commands/org/resume/scratch.ts)_
5947
+ _See code: [@salesforce/plugin-org](https://github.com/salesforcecli/plugin-org/blob/5.9.64/src/commands/org/resume/scratch.ts)_
5948
5948
 
5949
5949
  ## `sf package convert`
5950
5950