From efba9f034a7e84adf27bc767d90990790acb4421 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Wed, 4 Jun 2025 16:11:49 +0000 Subject: [PATCH] chore(release): bump to 2.92.7 --- README.md | 36 ++++++++++++++++++------------------ package.json | 6 +++--- yarn.lock | 16 ++++++++-------- 3 files changed, 29 insertions(+), 29 deletions(-) diff --git a/README.md b/README.md index 31d74a218..389342d4f 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.92.6 linux-x64 node-v22.16.0 +@salesforce/cli/2.92.7 linux-x64 node-v22.16.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -258,7 +258,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.22.7/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.8/src/commands/agent/create.ts)_ ## `sf agent generate agent-spec` @@ -363,7 +363,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.22.7/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.8/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate template` @@ -411,7 +411,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.22.7/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.8/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -469,7 +469,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.22.7/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.8/src/commands/agent/generate/test-spec.ts)_ ## `sf agent preview` @@ -563,7 +563,7 @@ EXAMPLES --output-dir "transcripts/my-preview" ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.7/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.8/src/commands/agent/preview.ts)_ ## `sf agent test create` @@ -618,7 +618,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.22.7/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.8/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -653,7 +653,7 @@ EXAMPLES $ sf agent test list --target-org my-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.7/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.8/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -709,7 +709,7 @@ FLAG DESCRIPTIONS test results aren't written. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.7/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.8/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -772,7 +772,7 @@ FLAG DESCRIPTIONS test results aren't written. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.7/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.8/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -836,7 +836,7 @@ FLAG DESCRIPTIONS test results aren't written. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.7/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/1.22.8/src/commands/agent/test/run.ts)_ ## `sf alias list` @@ -6832,7 +6832,7 @@ EXAMPLES $ sf plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.38/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.39/src/commands/plugins/index.ts)_ ## `sf plugins discover` @@ -6877,7 +6877,7 @@ EXAMPLES $ sf plugins inspect @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.38/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.39/src/commands/plugins/inspect.ts)_ ## `sf plugins install PLUGIN` @@ -6926,7 +6926,7 @@ EXAMPLES $ sf plugins install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.38/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.39/src/commands/plugins/install.ts)_ ## `sf plugins link PATH` @@ -6957,7 +6957,7 @@ EXAMPLES $ sf plugins link @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.38/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.39/src/commands/plugins/link.ts)_ ## `sf plugins reset` @@ -6972,7 +6972,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.38/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.39/src/commands/plugins/reset.ts)_ ## `sf plugins trust verify` @@ -7029,7 +7029,7 @@ EXAMPLES $ sf plugins uninstall @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.38/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.39/src/commands/plugins/uninstall.ts)_ ## `sf plugins update` @@ -7047,7 +7047,7 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.38/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.39/src/commands/plugins/update.ts)_ ## `sf project convert mdapi` diff --git a/package.json b/package.json index a34faf8b7..91531089c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.92.6", + "version": "2.92.7", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -150,7 +150,7 @@ "@oclif/plugin-commands": "4.1.25", "@oclif/plugin-help": "6.2.28", "@oclif/plugin-not-found": "3.2.55", - "@oclif/plugin-plugins": "5.4.38", + "@oclif/plugin-plugins": "5.4.39", "@oclif/plugin-search": "1.2.24", "@oclif/plugin-update": "4.6.42", "@oclif/plugin-version": "2.2.28", @@ -158,7 +158,7 @@ "@oclif/plugin-which": "3.2.35", "@salesforce/core": "^8.9.1", "@salesforce/kit": "^3.1.6", - "@salesforce/plugin-agent": "1.22.7", + "@salesforce/plugin-agent": "1.22.8", "@salesforce/plugin-apex": "3.6.19", "@salesforce/plugin-api": "1.3.3", "@salesforce/plugin-auth": "3.6.126", diff --git a/yarn.lock b/yarn.lock index 69c2c6ffb..1251d7aa5 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1700,10 +1700,10 @@ ansis "^3.17.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@5.4.38": - version "5.4.38" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.38.tgz#cc47bdae62b387719d1b9bbd2bd1ca43fa40a2b4" - integrity sha512-tsohAIgtQRYb35G0W2QdubkNfc1Re+LtNujAomHBvz8wfWqPnwtnWGHob79/yxOV1j9R51AHZIuQ35gSdq39Ng== +"@oclif/plugin-plugins@5.4.39": + version "5.4.39" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.39.tgz#e75453904a1205605f11a2376038f98b1671f24f" + integrity sha512-tQPfLugeNbyYHp/ODWtyudzG6mcI3mtg6LOYr+6PQNvrYa3HGEDKjoVLD2Lr8dX/pQC///oQ7RbyMU20NHQyDg== dependencies: "@oclif/core" "^4.3.0" ansis "^3.17.0" @@ -2069,10 +2069,10 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@1.22.7": - version "1.22.7" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.22.7.tgz#e30c874fedfa7c50ff68113311e5be6fdbf2cce4" - integrity sha512-WxanBYmK67kSAD3yeo1HjkgrXzuGTOuVXzJmdgxyMtHJ58HSm+/udmvGUub9SajfjBi6RQeEY4XI7qDFAB+fMg== +"@salesforce/plugin-agent@1.22.8": + version "1.22.8" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-1.22.8.tgz#120cdac35cb887c3fc5e6815d6b8482ff34da261" + integrity sha512-sW4z5IABAxmnmY18/C3eWoF0ep2IXthRZ3G+ABun0BEHz5vG58EaOHh79oGJkP7EswyFbh8hWaNLq9bR3tsZcA== dependencies: "@inquirer/core" "^10.1.6" "@inquirer/prompts" "^7.2.0"