@salesforce/cli 2.122.4 → 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.4 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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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.1/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