From 088d4e6aeaf66a79edb186eb6dd68e47c8cd57b2 Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Sat, 15 Aug 2026 02:26:50 +0000 Subject: [PATCH] chore(release): bump to 2.149.3 --- README.md | 128 +++++++++++++++++++++++++-------------------------- package.json | 14 +++--- yarn.lock | 86 ++++++++++++++++++---------------- 3 files changed, 117 insertions(+), 111 deletions(-) diff --git a/README.md b/README.md index 4f0966ff..0dda46de 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.2 linux-x64 node-v24.19.0 +@salesforce/cli/2.149.3 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.1/src/commands/agent/activate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/file/add.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/file/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/file/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/get.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/status.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/update.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/adl/upload.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/deactivate.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/generate/agent-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/generate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/generate/template.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/generate/test-spec.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/asset/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/asset/replace.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/fetch.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/get.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/mcp/update.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/preview.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/preview/end.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/preview/send.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/preview/sessions.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/preview/start.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/publish/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/test/create.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/test/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/test/results.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/test/resume.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/test/run.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/test/run-eval.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/trace/delete.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/trace/list.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/trace/read.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.1/src/commands/agent/validate/authoring-bundle.ts)_ +_See code: [@salesforce/plugin-agent](https://github.com/salesforcecli/plugin-agent/blob/2.0.2/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.86/src/commands/plugins/index.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/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.86/src/commands/plugins/inspect.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/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.86/src/commands/plugins/install.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/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.86/src/commands/plugins/link.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/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.86/src/commands/plugins/reset.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/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.86/src/commands/plugins/uninstall.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/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.86/src/commands/plugins/update.ts)_ +_See code: [@oclif/plugin-plugins](https://github.com/oclif/plugin-plugins/blob/5.4.87/src/commands/plugins/update.ts)_ ## `sf project convert mdapi` @@ -11400,7 +11400,7 @@ FLAG DESCRIPTIONS directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/analytics/template.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/analytics/template.ts)_ ## `sf template generate apex class` @@ -11462,7 +11462,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/57.0.6/src/commands/template/generate/apex/class.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/apex/class.ts)_ ## `sf template generate apex trigger` @@ -11532,7 +11532,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/57.0.6/src/commands/template/generate/apex/trigger.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/apex/trigger.ts)_ ## `sf template generate digital-experience site` @@ -11586,7 +11586,7 @@ FLAG DESCRIPTIONS project, defaults to the current directory. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/digital-experience/site.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/digital-experience/site.ts)_ ## `sf template generate flexipage` @@ -11668,7 +11668,7 @@ FLAG DESCRIPTIONS 'Custom_Object__c'. This sets the `sobjectType` field in the FlexiPage metadata. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/flexipage/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/flexipage/index.ts)_ ## `sf template generate lightning app` @@ -11726,7 +11726,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/app.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/lightning/app.ts)_ ## `sf template generate lightning component` @@ -11803,7 +11803,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/lightning/component.ts)_ ## `sf template generate lightning event` @@ -11861,7 +11861,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/event.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/lightning/event.ts)_ ## `sf template generate lightning interface` @@ -11919,7 +11919,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/interface.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/lightning/interface.ts)_ ## `sf template generate lightning test` @@ -11977,7 +11977,7 @@ FLAG DESCRIPTIONS field in the DX project's "sfdx-project.json" file. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/lightning/test.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/lightning/test.ts)_ ## `sf template generate project` @@ -12109,7 +12109,7 @@ FLAG DESCRIPTIONS server-side type stripping. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/project/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/project/index.ts)_ ## `sf template generate static-resource` @@ -12172,7 +12172,7 @@ FLAG DESCRIPTIONS etc. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/static-resource/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/static-resource/index.ts)_ ## `sf template generate ui-bundle` @@ -12261,7 +12261,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/57.0.6/src/commands/template/generate/ui-bundle/index.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/ui-bundle/index.ts)_ ## `sf template generate visualforce component` @@ -12318,7 +12318,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/57.0.6/src/commands/template/generate/visualforce/component.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/visualforce/component.ts)_ ## `sf template generate visualforce page` @@ -12369,7 +12369,7 @@ FLAG DESCRIPTIONS The name can be up to 40 characters and must start with a letter. ``` -_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.6/src/commands/template/generate/visualforce/page.ts)_ +_See code: [@salesforce/plugin-templates](https://github.com/salesforcecli/plugin-templates/blob/57.0.7/src/commands/template/generate/visualforce/page.ts)_ ## `sf update [CHANNEL]` diff --git a/package.json b/package.json index b97c3760..e8b1c29e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/cli", "description": "The Salesforce CLI", - "version": "2.149.2", + "version": "2.149.3", "author": "Salesforce", "bin": { "sf": "./bin/run.js", @@ -79,8 +79,8 @@ "@salesforce/plugin-code-analyzer": "5.15.0", "@salesforce/plugin-community": "4.0.3", "@salesforce/plugin-custom-metadata": "4.0.3", - "@salesforce/plugin-dev": "2.5.2", - "@salesforce/plugin-devops-center": "2.1.0", + "@salesforce/plugin-dev": "2.5.3", + "@salesforce/plugin-devops-center": "2.1.1", "@salesforce/plugin-flow": "2.0.0", "@salesforce/plugin-lightning-dev": "6.2.18", "@salesforce/plugin-signups": "3.0.3", @@ -146,12 +146,12 @@ }, "dependencies": { "@inquirer/select": "^2.3.5", - "@oclif/core": "4.13.3", + "@oclif/core": "4.13.5", "@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.86", + "@oclif/plugin-plugins": "5.4.87", "@oclif/plugin-search": "1.2.54", "@oclif/plugin-update": "4.7.59", "@oclif/plugin-version": "2.2.57", @@ -159,7 +159,7 @@ "@oclif/plugin-which": "3.2.61", "@salesforce/core": "^9.0.0", "@salesforce/kit": "^4.0.0", - "@salesforce/plugin-agent": "2.0.1", + "@salesforce/plugin-agent": "2.0.2", "@salesforce/plugin-apex": "4.1.0", "@salesforce/plugin-api": "2.0.8", "@salesforce/plugin-auth": "5.0.5", @@ -174,7 +174,7 @@ "@salesforce/plugin-settings": "3.0.5", "@salesforce/plugin-sobject": "2.0.5", "@salesforce/plugin-telemetry": "4.0.3", - "@salesforce/plugin-templates": "57.0.6", + "@salesforce/plugin-templates": "57.0.7", "@salesforce/plugin-trust": "4.0.8", "@salesforce/plugin-user": "5.0.0", "@salesforce/sf-plugins-core": "13.0.0", diff --git a/yarn.lock b/yarn.lock index f8cca949..d59d4fb3 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1326,20 +1326,19 @@ node-gyp "^12.1.0" proc-log "^6.0.0" -"@oclif/core@4.13.3", "@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.3" - resolved "https://registry.yarnpkg.com/@oclif/core/-/core-4.13.3.tgz#856aa8c48d65e711574dca2955eb0b29d86c1a74" - integrity sha512-wBp2igI2KVwq2ZmpnfmGtOROo7aXZIr3OEtAS16g1wHFBqyEuswL+9K50NJWJvlpAmxd+4dVj/ycawXESU3wQQ== +"@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== dependencies: ansi-escapes "^4.3.2" ansis "^3.17.0" clean-stack "^3.0.1" cli-spinners "^2.9.2" debug "^4.4.3" - ejs "^3.1.10" + ejs "^6" get-package-type "^0.1.0" indent-string "^4.0.0" - is-wsl "^2.2.0" lilconfig "^3.1.3" minimatch "^10.2.5" semver "^7.8.1" @@ -1349,6 +1348,7 @@ widest-line "^3.1.0" wordwrap "^1.0.0" wrap-ansi "^7.0.0" + wsl-utils "^0.4.0" "@oclif/multi-stage-output@^0.8.36", "@oclif/multi-stage-output@^0.8.42", "@oclif/multi-stage-output@^0.8.44": version "0.8.44" @@ -1415,10 +1415,10 @@ ansis "^3.17.0" fast-levenshtein "^3.0.0" -"@oclif/plugin-plugins@5.4.86": - version "5.4.86" - resolved "https://registry.yarnpkg.com/@oclif/plugin-plugins/-/plugin-plugins-5.4.86.tgz#67c6e8c4a4c459431671bb20dfa4cb4ffe01511b" - integrity sha512-znwK8zjnhg/ECQwLW8hhmPd/FBTcg+XhesxZfhpBohfIK934YokoiHJ4qwGb5ccaxQ6xV7ihpfJBy9tcNlkK4Q== +"@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== dependencies: "@oclif/core" "^4.13.0" ansis "^3.17.0" @@ -1767,10 +1767,10 @@ resolved "https://registry.yarnpkg.com/@rtsao/scc/-/scc-1.1.0.tgz#927dd2fae9bc3361403ac2c7a00c32ddce9ad7e8" integrity sha512-zt6OdqaDoOnJ1ZYsCYGt9YmWzDXl4vQdKTyJev62gFhRGKdx7mcT54V9KIjg+d2wi9EXsPvAPKe7i7WjfVWB8g== -"@salesforce/agents@^2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-2.0.1.tgz#032c97245e2295a7fb035c73e3a967d66795c55d" - integrity sha512-kouvkSPi5MLT1BWOUhsPxZhpqBgN8qshRefn3WU6D74nZI8Crv0Tj0clelmEWMcZXhkiJf+Cznrpyu+2SI5O8w== +"@salesforce/agents@^2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@salesforce/agents/-/agents-2.0.2.tgz#3d747995ee0e7383fa6bab072fdc0e1de04d6b33" + integrity sha512-9MOWualHDUaz7oonZXF06Gb5lnY4HzY65sGWrQMa2Waj3uGeY0mLiPQZhHY7Q0HzzwTc00AvAkDBqt6vEsmaQg== dependencies: "@salesforce/core" "^9.0.0" "@salesforce/kit" "^4.0.0" @@ -1939,16 +1939,16 @@ jszip "^3.10.1" object-treeify "^2" -"@salesforce/plugin-agent@2.0.1": - version "2.0.1" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-2.0.1.tgz#a982a1094ef08da28a4bc1cd2892f2c608a47c43" - integrity sha512-0ZoNPPeMGoGdp6Er9VtcX0QVt6LtTpzndYkrXpE/p5bcBbadzkEowifvp3aeNFaEkDCElegHHpsnzgONeJiaFA== +"@salesforce/plugin-agent@2.0.2": + version "2.0.2" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-agent/-/plugin-agent-2.0.2.tgz#de1b05f6f5094795b5b140686652a83404475ba8" + integrity sha512-sJVMHxOzziPXt+FkzCeU4/xOGISL7Sd759KHA8fDRMckapHiIlAUOmn+bWeFx9saALnvchGo1J4b8+OkW27y0w== dependencies: "@inquirer/core" "^10.3.2" "@inquirer/prompts" "^7.10.1" "@oclif/core" "^4" "@oclif/multi-stage-output" "^0.8.36" - "@salesforce/agents" "^2.0.1" + "@salesforce/agents" "^2.0.2" "@salesforce/core" "^9.0.0" "@salesforce/kit" "^4.0.0" "@salesforce/sf-plugins-core" "^13.0.0" @@ -2205,14 +2205,14 @@ "@salesforce/ts-types" "^3.0.0" debug "^4.4.3" -"@salesforce/plugin-templates@57.0.6": - version "57.0.6" - resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-57.0.6.tgz#8db0d96b730c34452126307434ba61cd027aa63c" - integrity sha512-viq7A+r3QlBgLyOxZi9pnu9ObkS9osJrRDhKRYa471seDATauNlkQCSyhfgIKiwjc+JpUFc+DmpyjK0uRyRY8w== +"@salesforce/plugin-templates@57.0.7": + version "57.0.7" + resolved "https://registry.yarnpkg.com/@salesforce/plugin-templates/-/plugin-templates-57.0.7.tgz#caa2686839f9866edcd81f27b28040ac047b2c08" + integrity sha512-d7wBCnlJTVDJ338KIEY2/j9rLPUni+QbP30sixM67lBTu0mNSIl8d8RSlaso4h5fhpJraoaR6UIDv3LiXxIKQQ== dependencies: "@salesforce/core" "^9.1.0" "@salesforce/sf-plugins-core" "^13.0.0" - "@salesforce/templates" "^66.13.6" + "@salesforce/templates" "^66.13.7" "@salesforce/plugin-trust@4.0.8", "@salesforce/plugin-trust@^4.0.1": version "4.0.8" @@ -2331,10 +2331,10 @@ o11y_schema "^260.65.0" proxy-agent "^6.5.0" -"@salesforce/templates@^66.13.6": - version "66.13.6" - resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.13.6.tgz#7674c0ac10cc588f1ef65e1fbbfb46187e0707f3" - integrity sha512-X6kM74bfZ5Zm5YM13LRuqt1cc+LvIn1ltXtG/P8J0ocebIMK4miyZwAQtAtQyIQF/VtGOXIPlgbyFPnZ7xl9MA== +"@salesforce/templates@^66.13.7": + version "66.13.7" + resolved "https://registry.yarnpkg.com/@salesforce/templates/-/templates-66.13.7.tgz#90af06fad6a7941cda696c90dac952633390e84d" + integrity sha512-JGmZ0qXNCbc99bIGgwkmAey1MQ/w2rC22gY1yLj2ajDQpYN8FpwqtyhJrDbQtWbRpFMXhK5Bp7krpyBqotY+tQ== dependencies: "@salesforce/kit" "^3.2.6" ejs "^3.1.10" @@ -4602,6 +4602,11 @@ ejs@^3.1.10: dependencies: jake "^10.8.5" +ejs@^6: + version "6.0.1" + resolved "https://registry.yarnpkg.com/ejs/-/ejs-6.0.1.tgz#88ea8ce00335c3575d7c3602dd76e84b0bd60f43" + integrity sha512-UaaM14yby8U3k02ihS1Bmj5Kz2d7CCQM1scxpgs4Mhkq8F1wR2gl3+Ts4h5Ne4Mnt7M9m4Dw7jsuMr3+xO4vZA== + electron-to-chromium@^1.5.393: version "1.5.398" resolved "https://registry.yarnpkg.com/electron-to-chromium/-/electron-to-chromium-1.5.398.tgz#9d4d979344ac762840293e3eacbebed34228aa16" @@ -6317,11 +6322,6 @@ is-date-object@^1.1.0: call-bound "^1.0.2" has-tostringtag "^1.0.2" -is-docker@^2.0.0: - version "2.2.1" - resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-2.2.1.tgz#33eeabe23cfe86f14bde4408a02c0cfb853acdaa" - integrity sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ== - is-docker@^3.0.0: version "3.0.0" resolved "https://registry.yarnpkg.com/is-docker/-/is-docker-3.0.0.tgz#90093aa3106277d8a77a5910dbae71747e15a200" @@ -6549,13 +6549,6 @@ is-windows@^1.0.2: resolved "https://registry.yarnpkg.com/is-windows/-/is-windows-1.0.2.tgz#d1850eb9791ecd18e6182ce12a30f396634bb19d" integrity sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA== -is-wsl@^2.2.0: - version "2.2.0" - resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-2.2.0.tgz#74a4c76e77ca9fd3f932f290c17ea326cd157271" - integrity sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww== - dependencies: - is-docker "^2.0.0" - is-wsl@^3.1.0, is-wsl@^3.1.1: version "3.1.1" resolved "https://registry.yarnpkg.com/is-wsl/-/is-wsl-3.1.1.tgz#327897b26832a3eb117da6c27492d04ca132594f" @@ -8729,6 +8722,11 @@ postcss-selector-parser@^7.0.0: cssesc "^3.0.0" util-deprecate "^1.0.2" +powershell-utils@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/powershell-utils/-/powershell-utils-0.1.0.tgz#5a42c9a824fb4f2f251ccb41aaae73314f5d6ac2" + integrity sha512-dM0jVuXJPsDN6DvRpea484tCUaMiXWjuCn++HGTqUWzGDjv5tZkEZldAJ/UMlqRYGFrD/etByo4/xOuC/snX2A== + prelude-ls@^1.2.1: version "1.2.1" resolved "https://registry.yarnpkg.com/prelude-ls/-/prelude-ls-1.2.1.tgz#debc6489d7a6e6b0e7611888cec880337d316396" @@ -10792,6 +10790,14 @@ wsl-utils@^0.1.0: dependencies: is-wsl "^3.1.0" +wsl-utils@^0.4.0: + version "0.4.0" + resolved "https://registry.yarnpkg.com/wsl-utils/-/wsl-utils-0.4.0.tgz#58334dda6892a81d7acc80417cd6f141a8074958" + integrity sha512-9YmF+2sFEd+T7TkwlmE337F0IVzfDvDknhtpBQxxXzEOfgPphGlFYpyx0cTuCIFj8/p+sqwBYAeGxOMNSzPPDA== + dependencies: + is-wsl "^3.1.0" + powershell-utils "^0.1.0" + xml-naming@^0.3.0: version "0.3.0" resolved "https://registry.yarnpkg.com/xml-naming/-/xml-naming-0.3.0.tgz#46c1e18bfe2858479982dd2accf34d16e749eda2"