From bd86012b35253b10181af3a92e14cab2a619f0c7 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Thu, 20 Aug 2026 02:30:35 +0000 Subject: [PATCH] chore(release): bump to 2.150.0 --- README.md | 102 +++++++++++++++++++++++++-------------------------- package.json | 14 +++---- yarn.lock | 40 ++++++++++---------- 3 files changed, 78 insertions(+), 78 deletions(-) diff --git a/README.md b/README.md index bd0c6832..1195eb2f 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.149.9 linux-x64 node-v24.19.0 +@salesforce/cli/2.150.0 linux-x64 node-v24.19.0 $ sf --help [COMMAND] USAGE $ sf COMMAND @@ -302,7 +302,7 @@ ERROR CODES ActivationFailed (4) Failed to activate the agent due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/activate.ts)_ ## `sf agent adl create` @@ -374,7 +374,7 @@ EXAMPLES --source-type retriever --retriever-id 0ppXX0000000001 ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/create.ts)_ ## `sf agent adl delete` @@ -405,7 +405,7 @@ EXAMPLES $ sf agent adl delete --library-id 1JDSG000007IbWX4A0 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/delete.ts)_ ## `sf agent adl file add` @@ -447,7 +447,7 @@ EXAMPLES $ sf agent adl file add -i 1JDSG000007IbWX4A0 --path ./docs/guide.pdf --path ./docs/faq.txt --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/file/add.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/file/add.ts)_ ## `sf agent adl file delete` @@ -480,7 +480,7 @@ EXAMPLES $ sf agent adl file delete --library-id 1JDSG000007IbWX4A0 --file-id a1B2C3D4E5F6G7H8I9 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/file/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/file/delete.ts)_ ## `sf agent adl file list` @@ -520,7 +520,7 @@ EXAMPLES $ sf agent adl file list --library-id 1JDSG000007IbWX4A0 --target-org myOrg --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/file/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/file/list.ts)_ ## `sf agent adl get` @@ -551,7 +551,7 @@ EXAMPLES $ sf agent adl get --library-id 1JDSG000007IbWX4A0 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/get.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/get.ts)_ ## `sf agent adl list` @@ -588,7 +588,7 @@ EXAMPLES $ sf agent adl list --target-org myOrg --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/list.ts)_ ## `sf agent adl status` @@ -623,7 +623,7 @@ EXAMPLES $ sf agent adl status --library-id 1JDSG000007IbWX4A0 --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/status.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/status.ts)_ ## `sf agent adl update` @@ -678,7 +678,7 @@ EXAMPLES $ sf agent adl update --library-id 1JDSG000007IbWX4A0 --restrict-to-public-articles --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/update.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/update.ts)_ ## `sf agent adl upload` @@ -725,7 +725,7 @@ EXAMPLES $ sf agent adl upload --library-id 1JDSG000007IbWX4A0 --file ./docs/guide.pdf --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/adl/upload.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/adl/upload.ts)_ ## `sf agent create` @@ -792,7 +792,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/2.0.3/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/create.ts)_ ## `sf agent deactivate` @@ -841,7 +841,7 @@ ERROR CODES DeactivationFailed (4) Failed to deactivate the agent due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/deactivate.ts)_ ## `sf agent generate agent-spec` @@ -948,7 +948,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/2.0.3/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/generate/agent-spec.ts)_ ## `sf agent generate authoring-bundle` @@ -1025,7 +1025,7 @@ EXAMPLES other-package-dir/main/default --target-org my-dev-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/generate/authoring-bundle.ts)_ ## `sf agent generate template` @@ -1087,7 +1087,7 @@ EXAMPLES my-package --source-org my-scratch-org ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/generate/template.ts)_ ## `sf agent generate test-spec` @@ -1176,7 +1176,7 @@ FLAG DESCRIPTIONS metadata. 'testing-center' uses AiEvaluationDefinition metadata. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/generate/test-spec.ts)_ ## `sf agent mcp asset list` @@ -1212,7 +1212,7 @@ EXAMPLES $ sf agent mcp asset list --target-org myOrg --mcp-server-id 0XSxx0000000001 --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/asset/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/asset/list.ts)_ ## `sf agent mcp asset replace` @@ -1261,7 +1261,7 @@ EXAMPLES cat assets.json | sf agent mcp asset replace --mcp-server-id 0XSxx0000000001 --assets - --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/asset/replace.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/asset/replace.ts)_ ## `sf agent mcp create` @@ -1309,7 +1309,7 @@ EXAMPLES cat secret.txt | sf agent mcp create --name myServer --server-url https://mcp.example.com --auth-type OAUTH --identity-provider myIdp --client-id abc123 --client-secret - --scope "read write" --target-org myOrg ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/create.ts)_ ## `sf agent mcp delete` @@ -1347,7 +1347,7 @@ EXAMPLES $ sf agent mcp delete --mcp-server-id 0XSxx0000000001 --target-org myOrg --no-prompt ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/delete.ts)_ ## `sf agent mcp fetch` @@ -1384,7 +1384,7 @@ EXAMPLES $ sf agent mcp fetch --target-org myOrg --mcp-server-id 0XSxx0000000001 --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/fetch.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/fetch.ts)_ ## `sf agent mcp get` @@ -1420,7 +1420,7 @@ EXAMPLES $ sf agent mcp get --target-org myOrg --mcp-server-id 0Mx000000000001 --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/get.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/get.ts)_ ## `sf agent mcp list` @@ -1462,7 +1462,7 @@ EXAMPLES $ sf agent mcp list --target-org myOrg --type EXTERNAL --status ACTIVE --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/list.ts)_ ## `sf agent mcp update` @@ -1513,7 +1513,7 @@ EXAMPLES cat secret.txt | sf agent mcp update --mcp-server-id 0XSxx0000000001 --server-url https://mcp.example.com --auth-type OAUTH --identity-provider MyIdp --client-id abc --client-secret - --scope "read write" --target-org myOrg --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/mcp/update.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/mcp/update.ts)_ ## `sf agent preview` @@ -1608,7 +1608,7 @@ FLAG DESCRIPTIONS will see null. (3) Type defaults to Text. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview.ts)_ ## `sf agent preview end` @@ -1692,7 +1692,7 @@ ERROR CODES SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/preview/end.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview/end.ts)_ ## `sf agent preview send` @@ -1759,7 +1759,7 @@ ERROR CODES SessionAmbiguous (5) Multiple preview sessions found; specify --session-id to choose one. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/preview/send.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview/send.ts)_ ## `sf agent preview sessions` @@ -1795,7 +1795,7 @@ ERROR CODES Succeeded (0) Sessions listed successfully (or empty list if no active sessions). ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/preview/sessions.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview/sessions.ts)_ ## `sf agent preview start` @@ -1893,7 +1893,7 @@ ERROR CODES PreviewStartFailed (4) Preview session failed to start due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/preview/start.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/preview/start.ts)_ ## `sf agent publish authoring-bundle` @@ -1957,7 +1957,7 @@ ERROR CODES Failed (1) Compilation errors found in the Agent Script file. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/publish/authoring-bundle.ts)_ ## `sf agent test create` @@ -2038,7 +2038,7 @@ ERROR CODES DeploymentFailed (4) Deployment failed due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/create.ts)_ ## `sf agent test list` @@ -2080,7 +2080,7 @@ ERROR CODES Failed (4) Failed to retrieve agent tests due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/list.ts)_ ## `sf agent test results` @@ -2164,7 +2164,7 @@ ERROR CODES Failed (4) Failed to retrieve results due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/results.ts)_ ## `sf agent test resume` @@ -2257,7 +2257,7 @@ ERROR CODES OperationFailed (4) Failed to poll test due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/resume.ts)_ ## `sf agent test run` @@ -2350,7 +2350,7 @@ ERROR CODES OperationFailed (4) Failed to start or poll test due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/run.ts)_ ## `sf agent test run-eval` @@ -2435,7 +2435,7 @@ ERROR CODES OperationFailed (4) Failed to execute tests due to API or network errors. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/test/run-eval.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/test/run-eval.ts)_ ## `sf agent trace delete` @@ -2502,7 +2502,7 @@ ERROR CODES Succeeded (0) Traces deleted successfully (or no traces matched). ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/trace/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/trace/delete.ts)_ ## `sf agent trace list` @@ -2575,7 +2575,7 @@ ERROR CODES Succeeded (0) Trace files listed successfully (or empty list if none found). ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/trace/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/trace/list.ts)_ ## `sf agent trace read` @@ -2663,7 +2663,7 @@ EXAMPLES $ sf agent trace read --session-id --json ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/trace/read.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/trace/read.ts)_ ## `sf agent validate authoring-bundle` @@ -2720,7 +2720,7 @@ ERROR CODES ServerError (3) Validation/compilation API returned HTTP 500. A server error occurred during compilation. ``` -_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.3/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.4/src/commands/agent/validate/authoring-bundle.ts)_ ## `sf alias list` @@ -9024,7 +9024,7 @@ EXAMPLES $ sf plugins ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/index.ts)_ ## `sf plugins discover` @@ -9069,7 +9069,7 @@ EXAMPLES $ sf plugins inspect @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/inspect.ts)_ ## `sf plugins install PLUGIN` @@ -9118,7 +9118,7 @@ EXAMPLES $ sf plugins install someuser/someplugin ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/install.ts)_ ## `sf plugins link PATH` @@ -9149,7 +9149,7 @@ EXAMPLES $ sf plugins link @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/link.ts)_ ## `sf plugins reset` @@ -9164,7 +9164,7 @@ FLAGS --reinstall Reinstall all plugins after uninstalling. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/reset.ts)_ ## `sf plugins trust allowlist add` @@ -9323,7 +9323,7 @@ EXAMPLES $ sf plugins uninstall @salesforce/plugin-packaging ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/uninstall.ts)_ ## `sf plugins update` @@ -9341,7 +9341,7 @@ DESCRIPTION Update installed plugins. ``` -_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.5.0/src/commands/plugins/update.ts)_ ## `sf project convert mdapi` @@ -12407,7 +12407,7 @@ EXAMPLES $ sf update --available ``` -_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.7.59/src/commands/update.ts)_ +_See code: [@oclif/plugin-update](https://github.com/oclif/plugin-update/blob/4.8.0/src/commands/update.ts)_ ## `sf version` @@ -12427,7 +12427,7 @@ FLAG DESCRIPTIONS Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using. ``` -_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.2.57/src/commands/version.ts)_ +_See code: [@oclif/plugin-version](https://github.com/oclif/plugin-version/blob/2.3.0/src/commands/version.ts)_ ## `sf which` diff --git a/package.json b/package.json index b430aa75..69dab2e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.149.9", + "version": "2.150.0", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -79,7 +79,7 @@ "@salesforce/plugin-code-analyzer": "5.15.0", "@salesforce/plugin-community": "4.0.4", "@salesforce/plugin-custom-metadata": "4.0.4", - "@salesforce/plugin-dev": "2.5.3", + "@salesforce/plugin-dev": "2.5.4", "@salesforce/plugin-devops-center": "2.2.0", "@salesforce/plugin-flow": "2.0.0", "@salesforce/plugin-lightning-dev": "6.2.18", @@ -146,20 +146,20 @@ }, "dependencies": { "@inquirer/select": "^2.3.5", - "@oclif/core": "4.13.5", + "@oclif/core": "4.14.0", "@oclif/plugin-autocomplete": "3.2.56", "@oclif/plugin-commands": "4.1.63", "@oclif/plugin-help": "6.2.58", "@oclif/plugin-not-found": "3.2.93", - "@oclif/plugin-plugins": "5.4.87", + "@oclif/plugin-plugins": "5.5.0", "@oclif/plugin-search": "1.2.54", - "@oclif/plugin-update": "4.7.59", - "@oclif/plugin-version": "2.2.57", + "@oclif/plugin-update": "4.8.0", + "@oclif/plugin-version": "2.3.0", "@oclif/plugin-warn-if-update-available": "3.1.73", "@oclif/plugin-which": "3.2.61", "@salesforce/core": "^9.0.0", "@salesforce/kit": "^4.0.0", - "@salesforce/plugin-agent": "2.0.3", + "@salesforce/plugin-agent": "2.0.4", "@salesforce/plugin-apex": "4.1.0", "@salesforce/plugin-api": "2.0.9", "@salesforce/plugin-auth": "5.0.6", diff --git a/yarn.lock b/yarn.lock index 0338eaef..5186d55b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1326,10 +1326,10 @@ node-gyp "^12.1.0" proc-log "^6.0.0" -"@oclif/core@4.13.5", "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.13.2", "@oclif/core@^4.13.3": - version "4.13.5" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.13.5.tgz#9b0d85d9f8680781f78eca515aaf22b1b88e1cc9" - integrity sha512-KcbWlSO+s0Yr9c5wHNC6Npqdh46iJ8t9wCWW19yipT0QmnfZjoTqqqJ1DoP6s3i5P1z5cG35AqS17KL3b20Klw== +"@oclif/core@4.14.0", "@oclif/core@^4", "@oclif/core@^4.11.11", "@oclif/core@^4.11.14", "@oclif/core@^4.11.4", "@oclif/core@^4.13.0", "@oclif/core@^4.13.2", "@oclif/core@^4.13.3": + version "4.14.0" + resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.14.0.tgz#b5c46200788f95ce57809ddec1502ae0aa9abf2b" + integrity sha512-QCJIZoVJxV7jywgVAUlsQwl3dr3Sa21kfi5z9KrYolbexWJUtFSEtMoNiBWojD05mYycLnB50gp/VxlGdaOCRA== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0" @@ -1415,10 +1415,10 @@ ansis "^3.17.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@5.4.87": - version "5.4.87" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.87.tgz#b2cf192c0873ae51b6563c57e2d01280e8ce13f8" - integrity sha512-ym2/26p7J9O5POKjHOysJLSNcpWZK5mxzY3gwFYBaSgQRsjFRBdkZ8d7NcHOuES/E4ZnoP5Q3iNu+v4uhvNTDw== +"@oclif/plugin-plugins@5.5.0": + version "5.5.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.5.0.tgz#9fefca8e51588d63a58da84bc1006243555cada2" + integrity sha512-SzR5SpsDMtNN3GsgLzJk8fBu7IkVe15cvzJlxtblMSlmwvdKOoqMUENTYP7p0v4GEz5PWmQmwyrXS/kTIV1w7A== dependencies: "@oclif/core" "^4.13.0" ansis "^3.17.0" @@ -1441,10 +1441,10 @@ ansi-escapes "^7.3.0" inquirer-autocomplete-standalone "^0.8.1" -"@oclif/plugin-update@4.7.59": - version "4.7.59" - resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.7.59.tgz#875caa3c2de7e25aba0ab9de8e95c5a1c36a812a" - integrity sha512-rNGf3m3lDKvgGHMfm3GutoK2GmLroQ4pvwP90uWq6W+Wy1beJFNsHb762sSaicTJQRj6DD53T7KNt1oEf3F+wA== +"@oclif/plugin-update@4.8.0": + version "4.8.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-update/-/plugin-update-4.8.0.tgz#202b85a3bb2be5da78374f5c4d337ed52eb5eb06" + integrity sha512-RnprzrHlNWnWYdqvLWnaAPHwQ6YCu5V8bvVy9pbl8P0dzIeta6JS1H3YEHpTWLtnlIRpeyO4ETM4VgTHb7PQsQ== dependencies: "@inquirer/select" "^2.5.0" "@oclif/core" "^4" @@ -1457,10 +1457,10 @@ semver "^7.8.5" tar-fs "^2.1.5" -"@oclif/plugin-version@2.2.57": - version "2.2.57" - resolved "https://registry.yarnpkg.com/@oclif/plugin-version/-/plugin-version-2.2.57.tgz#51ac800e5106e62b1b90982a58d175063937a373" - integrity sha512-URa9qyPA7Fl/QB7FIBMHaYKOgg47qcNhx4DQWszmuK1GmT1UHbQ+KvkU33n29vDMUS/kEfcXLmBPQ6cWj6d2pA== +"@oclif/plugin-version@2.3.0": + version "2.3.0" + resolved "https://registry.yarnpkg.com/@oclif/plugin-version/-/plugin-version-2.3.0.tgz#0bca36f1b85526829d2137627105ae7770d6aa96" + integrity sha512-80Sqrid1e0Gf4VSh4p5KiUPwd08mYqki6dFxGp7GN3gga1w2UVgJqqToXgUyESDQXPG03TLw+Ejsby1VUdMi6g== dependencies: "@oclif/core" "^4" ansis "^3.17.0" @@ -1939,10 +1939,10 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@2.0.3": - version "2.0.3" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-2.0.3.tgz#de0ccdef8726f8139fa7888750c9543c4becc137" - integrity sha512-Sp4T0Z/1NLTwMrZECFNl/hVkwMLO9wOSXolFgXwXl49U094VB5azmidhZwcUSOBbWBCuealP0O7MWtzK7bGNLg== +"@salesforce/plugin-agent@2.0.4": + version "2.0.4" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-2.0.4.tgz#c6f5213eb5d1f55545eb536a367a190a54d51854" + integrity sha512-8HLTvFB2Kg7Su9piL8s5ce0D4zdnvzLby6hmse9eoPUsa+ipPbMB3kzW5oETcbS7XxUTlqGp3W1W+VaHqGpksw== dependencies: "@inquirer/core" "^10.3.2" "@inquirer/prompts" "^7.10.1"