From c0e7405ec3a7fc27079eda69712fcf55c93bfe32 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 21 Feb 2026 03:02:26 +0000 Subject: [PATCH] chore(release): bump to 2.125.1 --- README.md | 94 +++++++++++++++++++++++++++------------------------- package.json | 6 ++-- yarn.lock | 50 ++++++++++++++-------------- 3 files changed, 77 insertions(+), 73 deletions(-) diff --git a/README.md b/README.md index e530ebe8..3060ed00 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ $ npm install -g @salesforce/cli $ sf COMMAND running command... $ sf (--version|-v) -@salesforce/cli/2.125.0 linux-x64 node-v22.22.0 +@salesforce/cli/2.125.1 linux-x64 node-v22.22.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -254,7 +254,7 @@ EXAMPLES $ sf agent activate --api-name Resort_Manager --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/activate.ts)_ ## `sf agent create` @@ -321,7 +321,7 @@ EXAMPLES $ sf agent create --name "Resort Manager" --spec specs/resortManagerAgent.yaml --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -361,7 +361,7 @@ EXAMPLES $ sf agent deactivate --api-name Resort_Manager --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -468,7 +468,7 @@ EXAMPLES $ sf agent generate agent-spec --tone formal --agent-user resortmanager@myorg.com ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate authoring-bundle` @@ -545,7 +545,7 @@ EXAMPLES other-package-dir/main/default --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/generate/authoring-bundle.ts)_ ## `sf agent generate template` @@ -593,7 +593,7 @@ EXAMPLES force-app/main/default/bots/My_Awesome_Agent/My_Awesome_Agent.bot-meta.xml --agent-version 1 ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -654,7 +654,7 @@ EXAMPLES force-app//main/default/aiEvaluationDefinitions/Resort_Manager_Tests.aiEvaluationDefinition-meta.xml ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -727,7 +727,7 @@ EXAMPLES $ sf agent preview --use-live-actions --apex-debug --output-dir transcripts/my-preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/preview.ts)_ ## `sf agent preview end` @@ -782,7 +782,7 @@ EXAMPLES $ sf agent preview end --authoring-bundle My_Local_Agent ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/preview/end.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/preview/end.ts)_ ## `sf agent preview send` @@ -840,7 +840,7 @@ EXAMPLES $ sf agent preview send --utterance "what can you help me with?" --authoring-bundle My_Local_Agent ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/preview/send.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/preview/send.ts)_ ## `sf agent preview sessions` @@ -873,7 +873,7 @@ EXAMPLES $ sf agent preview sessions ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/preview/sessions.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/preview/sessions.ts)_ ## `sf agent preview start` @@ -930,7 +930,7 @@ EXAMPLES $ sf agent preview start --api-name My_Published_Agent ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/preview/start.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/preview/start.ts)_ ## `sf agent publish authoring-bundle` @@ -979,7 +979,7 @@ EXAMPLES $ sf agent publish authoring-bundle --api-name MyAuthoringbundle --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/publish/authoring-bundle.ts)_ ## `sf agent test create` @@ -1034,7 +1034,7 @@ EXAMPLES $ sf agent test create --spec specs/Resort_Manager-testSpec.yaml --api-name Resort_Manager_Test --preview ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -1069,7 +1069,7 @@ EXAMPLES $ sf agent test list --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -1135,7 +1135,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -1208,7 +1208,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -1282,7 +1282,7 @@ FLAG DESCRIPTIONS expression when using custom evaluations. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/test/run.ts)_ ## `sf agent validate authoring-bundle` @@ -1329,7 +1329,7 @@ EXAMPLES $ sf agent validate authoring-bundle --api-name MyAuthoringBundle --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.1/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.30.3/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` @@ -9664,7 +9664,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/analytics/template.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.1/src/commands/template/generate/analytics/template.ts)_ ## `sf template generate apex class` @@ -9724,7 +9724,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/apex/class.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.1/src/commands/template/generate/apex/class.ts)_ ## `sf template generate apex trigger` @@ -9794,7 +9794,7 @@ FLAG DESCRIPTIONS Supplied parameter values or default values are filled into a copy of the template. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.8.2/src/commands/template/generate/apex/trigger.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/56.9.1/src/commands/template/generate/apex/trigger.ts)_ ## `sf template generate digital-experience site` @@ -9802,8 +9802,8 @@ Generate an Experience Cloud site. ``` USAGE - $ sf template generate digital-experience site -n -t BuildYourOwnLWR [--json] [--flags-dir ] [-o ] [-p ] [-e - ] [-d ] + $ sf template generate digital-experience site -n -t Build Your Own (LWR) [--json] [--flags-dir ] [-o ] [-p ] + [-e ] [-d ] FLAGS -d, --output-dir= Directory to generate the site files in. @@ -9812,8 +9812,8 @@ FLAGS -n, --name= (required) Name of the Experience Cloud site to generate. -o, --target-org= Username or alias of the target org. -p, --url-path-prefix= URL path prefix for the site; must contain only alphanumeric characters. - -t, --template=